Home
last modified time | relevance | path

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

/external/bc/src/
Dvm.c620 bc_lex_file(&vm.prs.l, file);
656 bc_lex_file(&vm.prs.l, bc_program_stdin_name);
763 bc_lex_file(&vm.prs.l, name);
855 bc_lex_file(&vm.prs.l, bc_program_exprs_name);
Dlex.c197 void bc_lex_file(BcLex *l, const char *file) { in bc_lex_file() function
Dprogram.c456 bc_lex_file(&parse.l, bc_program_stdin_name); in bc_program_read()
1549 bc_lex_file(&prs.l, vm.file); in bc_program_execStr()
/external/bc/include/
Dlex.h234 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()