Searched refs:bc_lex_file (Results 1 – 5 of 5) sorted by relevance
/external/bc/src/ |
D | vm.c | 417 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()
|
D | lex.c | 203 void bc_lex_file(BcLex *l, const char *file) { in bc_lex_file() function
|
D | program.c | 443 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/ |
D | lex.h | 204 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()
|