Home
last modified time | relevance | path

Searched refs:bc_vm_file (Results 1 – 2 of 2) sorted by relevance

/external/bc/src/
Dvm.c614 static void bc_vm_file(const char *file) { function
883 bc_vm_file(path);
/external/toybox/toys/pending/
Dbc.c5712 static BcStatus bc_vm_file(char *file) { in bc_vm_file() function
5855 for (i = 0; !s && i < toys.optc; ++i) s = bc_vm_file(toys.optargs[i]); in bc_main()