Home
last modified time | relevance | path

Searched refs:OMIT (Results 1 – 2 of 2) sorted by relevance

/titanic_41/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)) in main()
270 if (c == '=' && (c = pplex()) == T_STRING && !strmatch(pp.token, OMIT)) in main()
/titanic_41/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)) in opthelp()
2525 if (D(y) || !strmatch(y, KEEP) || strmatch(y, OMIT)) in opthelp()