Searched defs:CMP (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/builtin/
H A DMakefile21 CMP = $(STDCMP|"cmp") 2>/dev/null macro
/ast/src/cmd/mailx/port/
H A Ddthdr.h114 #define CMP(dt,k1,k2,d) (d->comparf ? (*d->comparf)(dt,k1,k2,d) : \ macro
/ast/src/cmd/nmake/
H A Dexpand.h71 #define CMP (1<<6) macro
78 #define ED_AUXILLIARY (CMP<<0)
79 #define ED_FORCE (CMP<<1)
80 #define ED_JOIN (CMP<<5)
81 #define ED_LITERAL (CMP<<2)
82 #define ED_LONG (CMP<<3)
83 #define ED_NOBIND (CMP<<4)
84 #define ED_NOWAIT (CMP<<6)
85 #define ED_PARTS (CMP<<7)
86 #define ED_PRIMARY (CMP<<
[all...]
H A DMakerules.mk370 CMP = cmp macro
1196 $(YACCFIX.$(%):?$(STDED) $(STDEDFLAGS) y.tab.h <<!$("\n")g/yytoken/s//yy_token/g$("\n")g/yy/s//$(YACCFIX.$(%))/g$("\n")g/YY/s//$(YACCFIX.$(%):F=%(invert)s)/g$("\n")w$("\n")q$("\n")!$("\n")$(PROTO) -frs y.tab.h$("\n")??)if $(SILENT) $(CMP) $(CMPFLAGS) y.tab.h $(%).h
1346 $(CMP) $(CMPFLAGS) $(*:O=1) $(<) || { $(RM) $(RMFLAGS) $(<); $(SILENT) test -d $(<:D) || $(MKDIR) $(<:D); $(CP) $(*:O=1) $(<); }
1369 else $(-compare:+$$(SILENT) $$(CMP) $$(CMPFLAGS) $$(*:O=1) $$(<) ||)
2064 if $$(CMP) $$(CMPFLAGS) $$(<) 1.$(tmp).x
2277 if $$(CMP) $$(CMPFLAGS) 1.$$(tmp).h $$(<)
5159 CMP = cmp 2>/dev/null macro

Completed in 43 milliseconds