Searched refs:STYLE_gnu (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dppargs.c312 pp.arg_style |= STYLE_gnu;
313 else if (strmatch(s, "__(ANSI|STDC|STRICT)__*") || !(pp.arg_style & STYLE_gnu) && strmatch(s, "__STRICT_ANSI__*"))
432 if (!(pp.arg_style & STYLE_gnu))
471 if (opt_info.offset == 2 && (pp.arg_style & STYLE_gnu))
541 ppop((pp.arg_style & STYLE_gnu) || s[1] == '/' ? PP_READ : PP_TEXT, s + 1);
H A Dpplib.h105 #define STYLE_gnu (1<<0) /* gnu style args */ macro
H A Dppop.c739 if (!(pp.state & WARN) && !(pp.arg_style & STYLE_gnu))

Completed in 49 milliseconds