Searched refs:BC_LEX_KW_LAST (Results 1 – 3 of 3) sorted by relevance
140 BC_LEX_KW_LAST, enumerator
240 l->t = BC_LEX_KW_LAST; in bc_lex_token()
438 else if (type >= BC_LEX_KW_LAST && type <= BC_LEX_KW_OBASE) { in bc_parse_incdec()439 bc_parse_push(p, type - BC_LEX_KW_LAST + BC_INST_LAST); in bc_parse_incdec()1109 case BC_LEX_KW_LAST: in bc_parse_stmt()1446 case BC_LEX_KW_LAST: in bc_parse_expr_err()1452 prev = t - BC_LEX_KW_LAST + BC_INST_LAST; in bc_parse_expr_err()