Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppargs.c314 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()
H A Dpplib.h105 #define STYLE_gnu (1<<0) /* gnu style args */ macro
H A Dppop.c775 if (!(pp.state & WARN) && !(pp.arg_style & STYLE_gnu)) in ppop()