Searched refs:lastc (Results 1 – 3 of 3) sorted by relevance
681 int lastc; /* previous c */ in fast() local694 lastc = c; in fast()702 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || in fast()703 (lastc == OUT && !(m->eflags®_NOTBOL)) ) { in fast()719 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) && in fast()723 if ( (lastc != OUT && ISWORD(lastc)) && in fast()765 int lastc; /* previous c */ in slow() local778 lastc = c; in slow()784 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || in slow()785 (lastc == OUT && !(m->eflags®_NOTBOL)) ) { in slow()[all …]
120 register struct child *lastc, *c; in vmsHandleChildTerm() local132 lastc = 0; in vmsHandleChildTerm()134 for (c = children; c != 0 && c != child; lastc = c, c = c->next) in vmsHandleChildTerm()189 if (lastc == 0) in vmsHandleChildTerm()192 lastc->next = c->next; in vmsHandleChildTerm()
475 register struct child *lastc, *c; in reap_children() local687 lastc = 0; in reap_children()688 for (c = children; c != 0; lastc = c, c = c->next) in reap_children()818 if (lastc == 0) in reap_children()821 lastc->next = c->next; in reap_children()