Home
last modified time | relevance | path

Searched defs:has_file (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bc/include/
H A Dvm.h288 #define BC_VM_RUN_STDIN(has_file) (BC_IS_BC || !(has_file)) argument
338 #define BC_VM_RUN_STDIN(has_file) (BC_IS_BC) argument
393 #define BC_VM_RUN_STDIN(has_file) (!(has_file)) argument
/freebsd/contrib/bc/src/
H A Dvm.c1455 bool has_file = false; local