Searched refs:has_file (Results 1 – 2 of 2) sorted by relevance
288 #define BC_VM_RUN_STDIN(has_file) (BC_IS_BC || !(has_file)) argument338 #define BC_VM_RUN_STDIN(has_file) (BC_IS_BC) argument393 #define BC_VM_RUN_STDIN(has_file) (!(has_file)) argument
1455 bool has_file = false; local1502 has_file = true;1537 if (BC_VM_RUN_STDIN(has_file))1547 if (BC_VM_RUN_STDIN(has_file)) bc_vm_stdin();