Lines Matching defs:STOPPER
192 #define STOPPER (0)
433 u8c->ccc = STOPPER;
434 u8c->nccc = STOPPER;
455 * Hitting end-of-string while u8c->ccc == STOPPER means we're done,
486 if (u8c->ccc == STOPPER)
489 ccc = STOPPER;
514 ccc = STOPPER;
521 if (u8c->ccc == STOPPER)
523 ccc = STOPPER;
537 if (ccc != STOPPER && u8c->ccc < ccc && ccc < u8c->nccc)
552 if (u8c->nccc == STOPPER) {
566 } else if (ccc != STOPPER) {
580 u8c->ccc = STOPPER;
581 u8c->nccc = STOPPER;