Lines Matching defs:file
13 usage: bc [-ilqsw] [file ...]
44 char *file, sig, max_ibase;
657 "file is not ASCII: %s",
660 "end of file",
684 "could not open file: %s",
2577 void bc_lex_file(BcLex *l, char *file) {
2579 TT.file = file;
4741 char *file;
4750 file = TT.file;
4787 TT.file = file;
5627 fprintf(stderr, "\n %s", TT.file);
5712 static BcStatus bc_vm_file(char *file) {
5717 bc_lex_file(&BC_VM->prs.l, file);
5718 s = bc_read_file(file, &data);