Home
last modified time | relevance | path

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

/external/bc/src/
Dvm.c417 bc_lex_file(&vm->prs.l, file); in bc_vm_file()
441 bc_lex_file(&vm->prs.l, bc_program_stdin_name); in bc_vm_stdin()
526 bc_lex_file(&vm->prs.l, name); in bc_vm_load()
611 bc_lex_file(&vm->prs.l, bc_program_exprs_name); in bc_vm_exec()
Dlex.c203 void bc_lex_file(BcLex *l, const char *file) { in bc_lex_file() function
Dprogram.c443 bc_lex_file(&parse.l, bc_program_stdin_name); in bc_program_read()
1487 bc_lex_file(&prs.l, vm->file); in bc_program_execStr()
/external/bc/include/
Dlex.h204 void bc_lex_file(BcLex *l, const char *file);
/external/toybox/toys/pending/
Dbc.c2577 void bc_lex_file(BcLex *l, char *file) { in bc_lex_file() function
4751 bc_lex_file(&parse.l, bc_program_stdin_name); in bc_program_read()
5717 bc_lex_file(&BC_VM->prs.l, file); in bc_vm_file()
5739 bc_lex_file(&BC_VM->prs.l, bc_program_stdin_name); in bc_vm_stdin()
5845 bc_lex_file(&BC_VM->prs.l, bc_lib_name); in bc_main()