HomeSort by: relevance | last modified time | path
    Searched defs:CMP (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/mail/
cmdtab.c 46 # define CMP(x) #x,
49 # define CMP(x)
64 { "next", next, C, CMP(n) NDMLIST, 0, MMNDEL },
65 { "alias", group, S, CMP(A) T|M|RAWLIST, 0, 1000 },
66 /* R */ { "print", type, C, CMP(n) MSGLIST, 0, MMNDEL },
67 /* R */ { "Print", Type, C, CMP(n) MSGLIST, 0, MMNDEL },
68 /* R */ { "type", type, C, CMP(n) MSGLIST, 0, MMNDEL },
69 /* R */ { "Type", Type, C, CMP(n) MSGLIST, 0, MMNDEL },
70 { "visual", visual, 0, CMP(n) I|MSGLIST, 0, MMNORM },
71 /* R */ { "top", top, S, CMP(n) MSGLIST, 0, MMNDEL }
    [all...]
  /src/usr.sbin/gspa/gspa/
gsp_inst.c 68 #define CMP (DYADIC|IMMCOM)
142 {"CMP", 0x4800, CMP, {EXREG, REG, OPTSPEC,0}},
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativePPC_common.c 154 #define CMP (HI(31) | LO(0))
sljitNativeX86_common.c 175 #define CMP (/* BINARY */ 7 << 3)
1838 BINARY_IMM(CMP, CMP_rm_r, src2w, src1, 0);
1861 BINARY_IMM(CMP, CMP_rm_r, src2w, src1, src1w);

Completed in 16 milliseconds