Searched refs:BC_LEX_KW_LAST (Results 1 – 3 of 3) sorted by relevance
155 BC_LEX_KW_LAST, enumerator
404 else if (type >= BC_LEX_KW_LAST && type <= BC_LEX_KW_OBASE) { in bc_parse_incdec()405 bc_parse_push(p, type - BC_LEX_KW_LAST + BC_INST_LAST); in bc_parse_incdec()1005 case BC_LEX_KW_LAST: in bc_parse_stmt()1359 case BC_LEX_KW_LAST: in bc_parse_expr_err()1368 prev = t - BC_LEX_KW_LAST + BC_INST_LAST; in bc_parse_expr_err()
225 l->t = BC_LEX_KW_LAST; in bc_lex_token()