HomeSort by: relevance | last modified time | path
    Searched refs:boolset (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl2/groff/dist/src/roff/troff/
mtsm.h 145 int boolset; member in class:state_set
mtsm.cpp 561 : boolset(0), intset(0), unitsset(0), stringset(0)
571 boolset |= 1 << (int)b;
591 boolset &= ~(1 << (int)b);
611 return (boolset & (1 << (int)b)) != 0;
  /src/external/mpl/bind/dist/lib/dns/
dst_internal.h 118 bool boolset[DST_MAX_BOOLEAN]; /*%< data set? */ member in struct:dst_key
dst_api.c 1068 if (!key->boolset[type]) {
1084 key->modified = key->modified || !key->boolset[type] ||
1087 key->boolset[type] = true;
1097 key->modified = key->modified || key->boolset[type];
1098 key->boolset[type] = false;
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dst_internal.h 141 bool boolset[DST_MAX_BOOLEAN + 1]; /*%< data set? */ member in struct:dst_key
dst_api.c 1075 if (!key->boolset[type]) {
1091 key->modified = key->modified || !key->boolset[type] ||
1094 key->boolset[type] = true;
1104 key->modified = key->modified || key->boolset[type];
1105 key->boolset[type] = false;

Completed in 19 milliseconds