Searched refs:STYLE_gnu (Results 1 – 3 of 3) sorted by relevance
314 pp.arg_style |= STYLE_gnu; in ppargs()315 …else if (strmatch(s, "__(ANSI|STDC|STRICT)__*") || !(pp.arg_style & STYLE_gnu) && strmatch(s, "__S… in ppargs()435 if (!(pp.arg_style & STYLE_gnu)) in ppargs()474 if (opt_info.offset == 2 && (pp.arg_style & STYLE_gnu)) in ppargs()544 ppop((pp.arg_style & STYLE_gnu) || s[1] == '/' ? PP_READ : PP_TEXT, s + 1); in ppargs()
105 #define STYLE_gnu (1<<0) /* gnu style args */ macro
775 if (!(pp.state & WARN) && !(pp.arg_style & STYLE_gnu)) in ppop()