Searched refs:boolset (Results 1 – 6 of 6) sorted by relevance
561 : 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()
145 int boolset; variable
118 bool boolset[DST_MAX_BOOLEAN + 1]; /*%< data set? */116 bool boolset[DST_MAX_BOOLEAN + 1]; /*%< data set? */ global() member
1097 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;
141 bool boolset[DST_MAX_BOOLEAN + 1]; /*%< data set? */ member
1075 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()