Searched defs:OMIT (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/msgcc/
H A Dmsgcpp.c95 #define OMIT "*@(\\[[-+]*\\?*\\]|\\@\\(#\\)|Copyright \\(c\\)|\\\\000|\\\\00[!0-9]|\\\\0[!0-9])*" macro
241 if (x > 0 && !strmatch(pp.token, OMIT))
270 if (c == '=' && (c = pplex()) == T_STRING && !strmatch(pp.token, OMIT))
/ast/src/lib/libast/misc/
H A Doptget.c39 #define OMIT "*@(\\[[-+]*\\?*\\]|\\@\\(#\\)|Copyright \\(c\\)|\\$\\I\\d\\: )*" macro
2773 if (D(y) || !strmatch(y, KEEP) || strmatch(y, OMIT))
2800 if (D(y) || !strmatch(y, KEEP) || strmatch(y, OMIT))
/ast/src/cmd/nmake/
H A DMakerules.mk1036 .ARCHIVE.OMIT. = $(CC.LD.STATIC)|$(CC.LD.DYNAMIC)$(.LD.KEEP.:/^/|*/:/ //G)
1039 $(^:?$$(CP) $$(^) $$(<)$$("\n")??)$(.ARPREVIOUS.$(<:B:S):@?$(IGNORE) $$(AR) $$(ARHYPHEN)d $$(<) $$(.ARPREVIOUS.$$(<:B:S))$$("\n")??)$(>:N!=$(.ARCHIVE.OMIT.):K=$(AR) $(ARFLAGS) $(<))
1055 for I $(***:T=F:T=G:P=L:A!=.ARCHIVE|.TERMINAL:N!=$(.ARCHIVE.OMIT.):$(-archive-clean))

Completed in 44 milliseconds