Searched refs:OMIT (Results 1 – 2 of 2) sorted by relevance
95 #define OMIT "*@(\\[[-+]*\\?*\\]|\\@\\(#\\)|Copyright \\(c\\)|\\\\000|\\\\00[!0-9]|\\\\0[!0-9])*" macro241 if (x > 0 && !strmatch(pp.token, OMIT)) in main()270 if (c == '=' && (c = pplex()) == T_STRING && !strmatch(pp.token, OMIT)) in main()
39 #define OMIT "*@(\\[[-+]*\\?*\\]|\\@\\(#\\)|Copyright \\(c\\)|\\$\\I\\d\\: )*" macro2498 if (D(y) || !strmatch(y, KEEP) || strmatch(y, OMIT)) in opthelp()2525 if (D(y) || !strmatch(y, KEEP) || strmatch(y, OMIT)) in opthelp()