Lines Matching defs:STOPPER
209 #define STOPPER (0)
597 u8c->ccc = STOPPER;
598 u8c->nccc = STOPPER;
636 * Hitting end-of-string while u8c->ccc == STOPPER means we're done,
667 if (u8c->ccc == STOPPER)
670 ccc = STOPPER;
694 ccc = STOPPER;
701 if (u8c->ccc == STOPPER)
703 ccc = STOPPER;
717 if (ccc != STOPPER && u8c->ccc < ccc && ccc < u8c->nccc)
732 if (u8c->nccc == STOPPER) {
746 } else if (ccc != STOPPER) {
760 u8c->ccc = STOPPER;
761 u8c->nccc = STOPPER;