Lines Matching refs:TOK_CINT
2583 #define TOK_CINT 0xb3 /* number in tokc */ macro
7300 case TOK_CINT: in get_tok_str()
7956 case TOK_CINT: in tok_ext_size()
8035 case TOK_CINT: in tok_str_add2()
8121 case TOK_CINT: \
8270 tok = TOK_CINT; in expr_preprocess()
8274 tok = TOK_CINT; in expr_preprocess()
8455 if (tok != TOK_CINT) { in pragma_parse()
8697 if (tok != TOK_CINT) in preprocess()
8729 if (tok == TOK_LINEFEED || tok == '!' || tok == TOK_CINT) { in preprocess()
9104 tok = TOK_CINT; in parse_number()
9115 if (tok == TOK_CINT) in parse_number()
9125 if (tok == TOK_CINT) in parse_number()
9134 if (tok == TOK_CINT || tok == TOK_CUINT) in parse_number()
12761 case TOK_CINT: in unary()