Home
last modified time | relevance | path

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

/external/bc/include/
Dlex.h402 BC_LEX_KW_LEADING_ZERO, enumerator
/external/bc/src/
Ddc_lex.c282 else if (c2 == 'z') l->t = BC_LEX_KW_LEADING_ZERO; in dc_lex_token()
Ddc_parse.c349 case BC_LEX_KW_LEADING_ZERO: in dc_parse_token()
Dbc_parse.c1735 case BC_LEX_KW_LEADING_ZERO: in bc_parse_stmt()
2353 case BC_LEX_KW_LEADING_ZERO: in bc_parse_expr_err()