Home | Sort by: relevance | last modified time | path |
/src/usr.bin/xlint/lint1/ | |
lex.c | 599 bool unsigned_since_c90 = allow_trad && allow_c90 && u_suffix == 0 local in function:lex_integer_constant 611 yylval.y_val->v_unsigned_since_c90 = unsigned_since_c90; |