Home
last modified time | relevance | path

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

/external/bc/src/
Dbc_parse.c170 bc_lex_next(&p->l); in bc_parse_rightParen()
178 bc_lex_next(&p->l); in bc_parse_params()
188 if (comma) bc_lex_next(&p->l); in bc_parse_params()
227 bc_lex_next(&p->l); in bc_parse_call()
243 bc_lex_next(&p->l); in bc_parse_name()
247 bc_lex_next(&p->l); in bc_parse_name()
271 bc_lex_next(&p->l); in bc_parse_name()
301 bc_lex_next(&p->l); in bc_parse_noArgBuiltin()
304 bc_lex_next(&p->l); in bc_parse_noArgBuiltin()
309 bc_lex_next(&p->l); in bc_parse_noArgBuiltin()
[all …]
Ddc_parse.c49 bc_lex_next(&p->l); in dc_parse_register()
57 bc_lex_next(&p->l); in dc_parse_string()
71 bc_lex_next(&p->l); in dc_parse_mem()
81 bc_lex_next(&p->l); in dc_parse_cond()
85 bc_lex_next(&p->l); in dc_parse_cond()
130 bc_lex_next(&p->l); in dc_parse_token()
189 if (get_token) bc_lex_next(&p->l); in dc_parse_token()
201 bc_lex_next(&p->l); in dc_parse_expr()
209 bc_lex_next(&p->l); in dc_parse_expr()
Dlex.c203 void bc_lex_next(BcLex *l) { in bc_lex_next() function
229 bc_lex_next(l); in bc_lex_text()
/external/toybox/toys/pending/
Dbc.c2582 BcStatus bc_lex_next(BcLex *l) { in bc_lex_next() function
2609 return bc_lex_next(l); in bc_lex_text()
3176 return bc_lex_next(&p->l); in bc_parse_rightParen()
3185 s = bc_lex_next(&p->l); in bc_parse_params()
3196 s = bc_lex_next(&p->l); in bc_parse_params()
3234 return bc_lex_next(&p->l); in bc_parse_call()
3247 s = bc_lex_next(&p->l); in bc_parse_name()
3252 s = bc_lex_next(&p->l); in bc_parse_name()
3278 s = bc_lex_next(&p->l); in bc_parse_name()
3311 s = bc_lex_next(&p->l); in bc_parse_read()
[all …]
/external/bc/include/
Dlex.h236 void bc_lex_next(BcLex *l);