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

/illumos-gate/usr/src/cmd/ast/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))
/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptget.c39 #define OMIT "*@(\\[[-+]*\\?*\\]|\\@\\(#\\)|Copyright \\(c\\)|\\$\\I\\d\\: )*" macro
2498 if (D(y) || !strmatch(y, KEEP) || strmatch(y, OMIT))
2525 if (D(y) || !strmatch(y, KEEP) || strmatch(y, OMIT))

Completed in 62 milliseconds