Home
last modified time | relevance | path

Searched defs:OP (Results 1 – 16 of 16) sorted by relevance

/csrg-svn/old/adb/adb.tahoe/
H A Doptab.c16 #define OP(a,b,c,d,e,f,g,h,i) {a,b,c,d,e,f,g,h,i} macro
/csrg-svn/old/as.tahoe/
H A Daspseudo.c11 #define OP(name, opcode, nargs, arg1, arg2, arg3, arg4, arg5, arg6) \ macro
H A Dinstrs.h98 #define OP(name,opcode,nargs,a1,a2,a3,a4,a5,a6) {name,opcode,nargs,a1,a2,a3,a4,a5,a6} macro
/csrg-svn/old/as.vax/
H A Daspseudo.c14 #define OP(name, eopcode, popcode, nargs, arg1, arg2, arg3, arg4, arg5, arg6) \ macro
H A Dinstrs.h135 #define OP(name,eopcode,popdcode,nargs,a1,a2,a3,a4,a5,a6) {name,eopcode,popdcode,nargs,a1,a2,a3,a4,… macro
/csrg-svn/usr.bin/pascal/pdx/
H A Ddefs.h38 typedef short OP; /* tree operator */ typedef
/csrg-svn/sys/tahoe/math/
H A Dfpe.c34 #define OP(dop) ((dop) &~ 01) /* precision-less version of opcode */ macro
/csrg-svn/sys/tahoe/tahoe/
H A Dkdb_opset.c62 #define OP(a,b,c,d,e,f,g,h,i) {a,b,c,d,e,f,g,h,i} macro
/csrg-svn/usr.bin/ex/
H A Dex_vget.c254 register int (*OP)(); local
/csrg-svn/libexec/getty/
H A Dgettytab.h89 #define OP gettyflags[3].value macro
/csrg-svn/old/dbx/
H A Dops.tahoe.c121 #define OP(a,b,c,d,e,f,g,h,i) {a,b,c,d,e,f,g,h,i} macro
H A Dops.vax.c330 #define OP(name,eopcode,popdcode,nargs,a1,a2,a3,a4,a5,a6) {name,eopcode,popdcode,nargs,a1,a2,a3,a4,… macro
/csrg-svn/lib/libc/regex/
H A Dregex2.h57 #define OP(n) ((n)&OPRMASK) macro
/csrg-svn/sys/sys/
H A Dvnode.h349 #define VDESC(OP) (& __CONCAT(OP,_desc)) argument
350 #define VOFFSET(OP) (VDESC(OP)->vdesc_offset) argument
/csrg-svn/lib/libcompat/regexp/
H A Dregexp.c129 #define OP(p) (*(p)) macro
/csrg-svn/sys/vax/vax/
H A Dkdb_opset.c151 #define OP(name,eopcode,popdcode,nargs,a1,a2,a3,a4,a5,a6) \ macro