Searched refs:NOTHING (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | engine.c | 138 #define NOTHING (BOL+3) macro 795 st = step(m->g, startst, stopst, st, NOTHING, st); in fast() 849 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st)); in fast() 892 st = step(m->g, startst, stopst, st, NOTHING, st); in slow() 944 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st)); in slow()
|