Home
last modified time | relevance | path

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

/src/contrib/less/
H A Dregexp.c89 #define NOTHING 9 /* no Match empty string. */ macro
392 (void) regnode(NOTHING); in regbranch()
436 regtail(ret, regnode(NOTHING)); /* null. */ in regpiece()
445 regtail(ret, regnode(NOTHING)); /* null. */ in regpiece()
450 next = regnode(NOTHING); /* null. */ in regpiece()
870 case NOTHING: in regmatch()
1150 case NOTHING:
/src/contrib/nvi/regex/
H A Dengine.c100 #define NOTHING (BOL+3) macro
695 st = step(m->g, startst, stopst, st, NOTHING, OUT, st); in fast()
749 assert(EQ(step(m->g, startst, stopst, st, NOTHING, OUT, st), st)); in fast()
782 st = step(m->g, startst, stopst, st, NOTHING, OUT, st); in slow()
834 assert(EQ(step(m->g, startst, stopst, st, NOTHING, OUT, st), st)); in slow()
/src/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc102 #define NOTHING (BOL+3)
740 st = step(m->g, startst, stopst, st, NOTHING, st);
794 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st));
849 st = step(m->g, startst, stopst, st, NOTHING, st);
901 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st));
/src/lib/libc/regex/
H A Dengine.c112 #define NOTHING (BOL-3) macro
862 st = step(m->g, startst, stopst, st, NOTHING, st, sflags); in walk()
963 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st, sflags), in walk()
/src/contrib/sqlite3/autosetup/
H A Djimsh0.c22206 #define NOTHING 9 macro
22451 (void) regnode(preg, NOTHING); in regbranch()
23433 case NOTHING: in regmatch()