Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Dbc_parse.c315 bc_lex_next(&p->l); in bc_parse_rightParen()
330 bc_lex_next(&p->l); in bc_parse_args()
343 if (comma) bc_lex_next(&p->l); in bc_parse_args()
392 bc_lex_next(&p->l); in bc_parse_call()
417 bc_lex_next(&p->l); in bc_parse_name()
422 bc_lex_next(&p->l); in bc_parse_name()
456 bc_lex_next(&p->l); in bc_parse_name()
501 bc_lex_next(&p->l); in bc_parse_noArgBuiltin()
505 bc_lex_next(&p->l); in bc_parse_noArgBuiltin()
510 bc_lex_next(&p->l); in bc_parse_noArgBuiltin()
[all …]
H A Ddc_parse.c56 bc_lex_next(&p->l); in dc_parse_register()
70 bc_lex_next(&p->l); in dc_parse_string()
98 bc_lex_next(&p->l); in dc_parse_mem()
116 bc_lex_next(&p->l); in dc_parse_cond()
122 bc_lex_next(&p->l); in dc_parse_cond()
179 bc_lex_next(&p->l); in dc_parse_token()
372 if (get_token) bc_lex_next(&p->l); in dc_parse_token()
394 bc_lex_next(&p->l); in dc_parse_expr()
407 bc_lex_next(&p->l); in dc_parse_expr()
H A Dlex.c304 bc_lex_next(BcLex* l) in bc_lex_next() function
410 bc_lex_next(l); in bc_lex_text()
/freebsd/contrib/bc/include/
H A Dlex.h570 bc_lex_next(BcLex* l);