Searched refs:has_file (Results 1 – 2 of 2) sorted by relevance
289 #define BC_VM_RUN_STDIN(has_file) (BC_IS_BC || !(has_file)) argument339 #define BC_VM_RUN_STDIN(has_file) (BC_IS_BC) argument394 #define BC_VM_RUN_STDIN(has_file) (!(has_file)) argument
1480 bool has_file = false; local1527 has_file = true;1562 if (BC_VM_RUN_STDIN(has_file))1572 if (BC_VM_RUN_STDIN(has_file)) bc_vm_stdin();