Home
last modified time | relevance | path

Searched refs:BC_LEX_KW_ELSE (Results 1 – 4 of 4) sorted by relevance

/external/bc/src/
Ddata.c793 BC_LEX_KW_ELSE, BC_LEX_LOAD, BC_LEX_LOAD_POP, BC_LEX_OP_ASSIGN,
855 BC_LEX_KW_ELSE, BC_LEX_PRINT_STACK, BC_LEX_INVALID,
Ddc_parse.c83 if (p->l.t == BC_LEX_KW_ELSE) { in dc_parse_cond()
Dbc_parse.c69 if (t == BC_LEX_KW_ELSE) { in bc_parse_isDelimiter()
581 new_else = (p->l.t == BC_LEX_KW_ELSE); in bc_parse_endBody()
964 if (type != BC_LEX_KW_ELSE) { in bc_parse_stmt()
1032 case BC_LEX_KW_ELSE: in bc_parse_stmt()
/external/bc/include/
Dlex.h181 BC_LEX_KW_ELSE, enumerator