HomeSort by: relevance | last modified time | path
    Searched refs:allow_c23 (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/xlint/lint1/
main1.c 77 bool allow_c23; variable in typeref:typename:bool
158 allow_c23 = false;
165 allow_c23 = false;
173 allow_c23 = false;
186 allow_c23 = true;
192 allow_c23 = false;
err.c 709 if (allow_c23)
externs1.h 61 extern bool allow_c23;
lint1.h 629 !allow_c23, msgid, ##args)
lex.c 390 if (kw->kw_added_in_c23 && !allow_c23)
decl.c 914 if (!allow_trad && hflag && !allow_c23)
1405 if (params.identifier && allow_c23)

Completed in 18 milliseconds