Searched defs:ISTHERE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libgen/inc/
H A D_regexp.h48 #define ISTHERE(c) (ep[c >> 3] & _bittab[c & 07]) macro
/illumos-gate/usr/src/head/
H A Dregexp.h57 #define ISTHERE(c) (ep[c >> 3] & bittab[c & 07]) macro
376 if (ISTHERE(c)) {
389 if (((c & 0200) == 0 && ISTHERE(c)) ^ neg) {
441 if (!ISTHERE(c))
447 if (!ISTHERE(c))
464 if (((c & 0200) || !ISTHERE(c)) ^ neg)
470 if (((c & 0200) || !ISTHERE(c)) ^ neg)
522 } while (ISTHERE(c));
535 } while (((c & 0200) == 0 && ISTHERE(c)) ^ neg);

Completed in 56 milliseconds