Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c2502 BcStatus bc_lex_number(BcLex *l, char start) { in bc_lex_number() function
2798 if (BC_LEX_NUM_CHAR(c2, 'Z', 1)) s = bc_lex_number(l, c); in bc_lex_token()
2855 s = bc_lex_number(l, c); in bc_lex_token()