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

  /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;

Completed in 12 milliseconds