Searched refs:BC_LEX_OP_REL_LE (Results 1 – 7 of 7) sorted by relevance
/external/bc/include/ |
D | lex.h | 153 BC_LEX_OP_REL_LE, enumerator
|
/external/bc/src/ |
D | dc_lex.c | 202 else if (c2 == '<') l->t = BC_LEX_OP_REL_LE; in dc_lex_token()
|
D | dc_parse.c | 135 case BC_LEX_OP_REL_LE: in dc_parse_token()
|
D | bc_lex.c | 368 bc_lex_assign(l, BC_LEX_OP_REL_LE, BC_LEX_OP_REL_LT); in bc_lex_token()
|
D | data.c | 1024 BC_LEX_OP_REL_EQ, BC_LEX_OP_REL_LE, BC_LEX_OP_REL_GE, BC_LEX_OP_REL_NE,
|
D | bc_parse.c | 1893 case BC_LEX_OP_REL_LE: in bc_parse_expr_err()
|
/external/toybox/toys/pending/ |
D | bc.c | 352 BC_LEX_OP_REL_LE, enumerator 2874 bc_lex_assign(l, BC_LEX_OP_REL_LE, BC_LEX_OP_REL_LT); in bc_lex_token() 4250 case BC_LEX_OP_REL_LE: in bc_parse_expr_err()
|