Searched refs:TOK_IDENT (Results 1 – 1 of 1) sorted by relevance
2636 #define TOK_IDENT 256 macro2698 TOK_LAST = TOK_IDENT - 1,7143 i = tok_ident - TOK_IDENT; in tok_alloc_new()7351 if (v < TOK_IDENT) { in get_tok_str()7367 return table_ident[v - TOK_IDENT]->str; in get_tok_str()7410 v -= TOK_IDENT; in struct_find()7411 if ((unsigned)v >= (unsigned)(tok_ident - TOK_IDENT)) in struct_find()7419 v -= TOK_IDENT; in sym_find()7420 if ((unsigned)v >= (unsigned)(tok_ident - TOK_IDENT)) in sym_find()7442 ts = table_ident[(v & ~SYM_STRUCT) - TOK_IDENT]; in sym_push()[all …]