HomeSort by relevance Sort by last modified time
    Searched refs:ISTHERE (Results 1 - 4 of 4) sorted by null

  /webstack/webserver/src/server/libsed/
regexp.h 88 #define ISTHERE(c) (ep[c >> 3] & bittab[c & 07])
regexp.c 451 if (ISTHERE(c)) {
462 if (((c & 0200) == 0 && ISTHERE(c)) ^ neg) {
513 if (!ISTHERE(c))
519 if (!ISTHERE(c))
534 if (((c & 0200) || !ISTHERE(c)) ^ neg)
540 if (((c & 0200) || !ISTHERE(c)) ^ neg)
592 } while (ISTHERE(c));
603 } while (((c & 0200) == 0 && ISTHERE(c)) ^ neg);
  /webstack/mod_sed/
regexp.c 426 if (ISTHERE(c)) {
437 if (((c & 0200) == 0 && ISTHERE(c)) ^ neg) {
488 if (!ISTHERE(c))
494 if (!ISTHERE(c))
509 if (((c & 0200) || !ISTHERE(c)) ^ neg)
515 if (((c & 0200) || !ISTHERE(c)) ^ neg)
567 } while (ISTHERE(c));
578 } while (((c & 0200) == 0 && ISTHERE(c)) ^ neg);
regexp.h 55 #define ISTHERE(c) (ep[c >> 3] & bittab[c & 07])

Completed in 2160 milliseconds