Searched refs:bc_lex_file (Results 1 – 5 of 5) sorted by relevance
/external/bc/src/ |
D | vm.c | 620 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);
|
D | lex.c | 197 void bc_lex_file(BcLex *l, const char *file) { in bc_lex_file() function
|
D | program.c | 456 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/ |
D | lex.h | 234 void bc_lex_file(BcLex *l, const char *file);
|
/external/toybox/toys/pending/ |
D | bc.c | 2577 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()
|