Home
last modified time | relevance | path

Searched refs:BC_LEX_OP_DIVIDE (Results 1 – 5 of 5) sorted by relevance

/external/bc/include/
Dlex.h89 BC_LEX_OP_DIVIDE, enumerator
/external/bc/src/
Dbc_lex.c235 else bc_lex_assign(l, BC_LEX_OP_ASSIGN_DIVIDE, BC_LEX_OP_DIVIDE); in bc_lex_token()
Ddata.c818 BC_LEX_INVALID, BC_LEX_OP_MINUS, BC_LEX_INVALID, BC_LEX_OP_DIVIDE,
Dbc_parse.c1254 case BC_LEX_OP_DIVIDE: in bc_parse_expr_err()
/external/toybox/toys/pending/
Dbc.c341 BC_LEX_OP_DIVIDE, enumerator
2812 else bc_lex_assign(l, BC_LEX_OP_ASSIGN_DIVIDE, BC_LEX_OP_DIVIDE); in bc_lex_token()
4241 case BC_LEX_OP_DIVIDE: in bc_parse_expr_err()