Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/bc/include/
HDvm.h289 #define BC_VM_RUN_STDIN(has_file) (BC_IS_BC || !(has_file)) macro
339 #define BC_VM_RUN_STDIN(has_file) (BC_IS_BC) macro
394 #define BC_VM_RUN_STDIN(has_file) (!(has_file)) macro
/freebsd-13-stable/contrib/bc/src/
HDvm.c1562 if (BC_VM_RUN_STDIN(has_file))
1572 if (BC_VM_RUN_STDIN(has_file)) bc_vm_stdin();