Searched refs:BC_LEX_OP_REL_LE (Results 1 – 7 of 7) sorted by relevance
/external/bc/src/ |
D | dc_lex.c | 144 else if (c2 == '<') l->t = BC_LEX_OP_REL_LE; in dc_lex_token()
|
D | dc_parse.c | 98 case BC_LEX_OP_REL_LE: in dc_parse_token()
|
D | bc_lex.c | 301 bc_lex_assign(l, BC_LEX_OP_REL_LE, BC_LEX_OP_REL_LT); in bc_lex_token()
|
D | data.c | 791 BC_LEX_OP_REL_EQ, BC_LEX_OP_REL_LE, BC_LEX_OP_REL_GE, BC_LEX_OP_REL_NE,
|
D | bc_parse.c | 1263 case BC_LEX_OP_REL_LE: in bc_parse_expr_err()
|
/external/bc/include/ |
D | lex.h | 102 BC_LEX_OP_REL_LE, enumerator
|
/external/toybox/toys/pending/ |
D | bc.c | 347 BC_LEX_OP_REL_LE, enumerator 2869 bc_lex_assign(l, BC_LEX_OP_REL_LE, BC_LEX_OP_REL_LT); in bc_lex_token() 4245 case BC_LEX_OP_REL_LE: in bc_parse_expr_err()
|