Lines Matching defs:STOPPER
183 #define STOPPER (0)
3004 u8c->ccc = STOPPER;
3005 u8c->nccc = STOPPER;
3041 * Hitting end-of-string while u8c->ccc == STOPPER means we're done,
3072 if (u8c->ccc == STOPPER)
3075 ccc = STOPPER;
3098 ccc = STOPPER;
3105 if (u8c->ccc == STOPPER)
3107 ccc = STOPPER;
3119 if (ccc != STOPPER && u8c->ccc < ccc && ccc < u8c->nccc)
3134 if (u8c->nccc == STOPPER) {
3140 assert(u8c->ccc == STOPPER);
3149 } else if (ccc != STOPPER) {
3163 u8c->ccc = STOPPER;
3164 u8c->nccc = STOPPER;