Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dvm.h167 #define BC_FLAG_TTYIN (UINTMAX_C(1) << 10) macro
182 #define BC_TTYIN (vm->flags & BC_FLAG_TTYIN)
/freebsd/contrib/bc/src/
H A Dvm.c1555 vm->flags |= ttyin ? BC_FLAG_TTYIN : 0;