Searched refs:BC_LEX_OP_REL_NE (Results 1 – 7 of 7) sorted by relevance
/external/bc/include/ |
D | lex.h | 159 BC_LEX_OP_REL_NE, enumerator
|
/external/bc/src/ |
D | dc_lex.c | 201 if (c2 == '=') l->t = BC_LEX_OP_REL_NE; in dc_lex_token()
|
D | dc_parse.c | 137 case BC_LEX_OP_REL_NE: in dc_parse_token()
|
D | bc_lex.c | 179 bc_lex_assign(l, BC_LEX_OP_REL_NE, BC_LEX_OP_BOOL_NOT); 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 | 1895 case BC_LEX_OP_REL_NE: in bc_parse_expr_err()
|
/external/toybox/toys/pending/ |
D | bc.c | 354 BC_LEX_OP_REL_NE, enumerator 2714 bc_lex_assign(l, BC_LEX_OP_REL_NE, BC_LEX_OP_BOOL_NOT); in bc_lex_token() 4252 case BC_LEX_OP_REL_NE: in bc_parse_expr_err()
|