Searched refs:tok_ident (Results 1 – 1 of 1) sorted by relevance
2360 static int tok_ident; variable7139 if (tok_ident >= SYM_FIRST_ANOM) in tok_alloc_new()7143 i = tok_ident - TOK_IDENT; in tok_alloc_new()7153 ts->tok = tok_ident++; in tok_alloc_new()7366 } else if (v < tok_ident) { in get_tok_str()7411 if ((unsigned)v >= (unsigned)(tok_ident - TOK_IDENT)) in struct_find()7420 if ((unsigned)v >= (unsigned)(tok_ident - TOK_IDENT)) in sym_find()8167 if (v >= TOK_IDENT && v < tok_ident) in define_undef()8175 if ((unsigned)v >= (unsigned)(tok_ident - TOK_IDENT)) in define_find()8193 if (v >= TOK_IDENT && v < tok_ident) in free_defines()[all …]