Home
last modified time | relevance | path

Searched refs:boolset (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dmtsm.cpp561 : boolset(0), intset(0), unitsset(0), stringset(0) in state_set()
571 boolset |= 1 << (int)b; in incl()
591 boolset &= ~(1 << (int)b); in excl()
611 return (boolset & (1 << (int)b)) != 0; in is_in()
H A Dmtsm.h145 int boolset; variable
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Ddst_internal.h118 bool boolset[DST_MAX_BOOLEAN + 1]; /*%< data set? */
116 bool boolset[DST_MAX_BOOLEAN + 1]; /*%< data set? */ global() member
H A Ddst_api.c1097 if (!key->boolset[type]) {
1113 key->modified = key->modified || !key->boolset[type] ||
1116 key->boolset[type] = true; in dst_key_setbool()
1126 key->modified = key->modified || key->boolset[type];
1127 key->boolset[type] = false;
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddst_internal.h141 bool boolset[DST_MAX_BOOLEAN + 1]; /*%< data set? */ member
H A Ddst_api.c1075 if (!key->boolset[type]) { in dst_key_getbool()
1091 key->modified = key->modified || !key->boolset[type] || in dst_key_setbool()
1094 key->boolset[type] = true; in dst_key_setbool()
1104 key->modified = key->modified || key->boolset[type]; in dst_key_unsetbool()
1105 key->boolset[type] = false; in dst_key_unsetbool()