Searched refs:ISTHERE (Results 1 - 3 of 3) 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);
/illumos-gate/usr/src/lib/libgen/common/
H A Dreg_step.c281 if (ISTHERE(c)) {
405 if (!ISTHERE(c))
411 if (!ISTHERE(c))
499 } while (ISTHERE(c));
621 return (ISTHERE(c) && !neg || !ISTHERE(c) && neg);

Completed in 92 milliseconds