Home
last modified time | relevance | path

Searched refs:BC_S (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bc/include/
H A Dvm.h193 #define BC_S (vm->flags & BC_FLAG_S) macro
234 #define BC_IS_POSIX (BC_S || BC_W)
/freebsd/contrib/bc/src/
H A Dvm.c375 if (!BC_S && e >= BC_ERR_POSIX_START)
H A Dbc_parse.c1029 if (!BC_S) in bc_parse_endBody()