Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dlang.h675 #define BC_INST_IS_ASSIGN(i) \ macro
694 #define BC_INST_IS_ASSIGN(i) ((i) == BC_INST_ASSIGN_NO_VAL) macro