HomeSort by: relevance | last modified time | path
    Searched defs:kw_fs (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/xlint/lint1/
lex.c 116 function_specifier kw_fs; /* if kw_token is member in union:keyword::__anon37e8882c010a
163 kwdef("inline", T_FUNCTION_SPECIFIER, .u.kw_fs = FS_INLINE, 99,0,7),
169 kwdef("_Noreturn", T_FUNCTION_SPECIFIER, .u.kw_fs = FS_NORETURN, 11,0,1),
379 sym->u.s_keyword.u.function_specifier = kw->u.kw_fs;

Completed in 12 milliseconds