Home
last modified time | relevance | path

Searched refs:BC_INST_BOOL_NOT (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bc/include/
H A Dlang.h64 BC_INST_BOOL_NOT, enumerator
H A Dbc.h327 #define BC_PARSE_PREV_PREFIX(p) ((p) >= BC_INST_NEG && (p) <= BC_INST_BOOL_NOT)
/freebsd/contrib/bc/src/
H A Ddata.c1150 BC_INST_INVALID, BC_INST_BOOL_NOT,
H A Dprogram.c3423 BC_PROG_LBL(BC_INST_BOOL_NOT): in bc_program_exec()