Home
last modified time | relevance | path

Searched refs:lastc (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/newlib/libc/posix/
Dengine.c751 int lastc; /* previous c */ in fast() local
764 lastc = c; in fast()
772 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) || in fast()
773 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) { in fast()
789 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) && in fast()
793 if ( (lastc != OUT && ISWORD(lastc)) && in fast()
841 int lastc; /* previous c */ in slow() local
854 lastc = c; in slow()
860 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) || in slow()
861 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) { in slow()
[all …]