Home
last modified time | relevance | path

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

/aosp12/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dengine.c784 int lastc; /* previous c */ in fast() local
801 lastc = c; in fast()
809 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) || in fast()
810 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) { in fast()
826 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) && in fast()
830 if ( (lastc != OUT && ISWORD(lastc)) && in fast()
879 int lastc; /* previous c */ in slow() local
896 lastc = c; in slow()
903 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) { in slow()
919 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) && in slow()
[all …]
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...