Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c2580 BcStatus bc_lex_next(BcLex *l) { in bc_lex_next() function
2607 return bc_lex_next(l); in bc_lex_text()
3174 return bc_lex_next(&p->l); in bc_parse_rightParen()
3183 s = bc_lex_next(&p->l); in bc_parse_params()
3194 s = bc_lex_next(&p->l); in bc_parse_params()
3232 return bc_lex_next(&p->l); in bc_parse_call()
3245 s = bc_lex_next(&p->l); in bc_parse_name()
3250 s = bc_lex_next(&p->l); in bc_parse_name()
3276 s = bc_lex_next(&p->l); in bc_parse_name()
3309 s = bc_lex_next(&p->l); in bc_parse_read()
[all …]