Searched refs:NOTHING (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/less/ |
| H A D | regexp.c | 89 #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 D | engine.c | 100 #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 D | regengine.inc | 102 #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 D | engine.c | 112 #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 D | jimsh0.c | 22206 #define NOTHING 9 macro 22451 (void) regnode(preg, NOTHING); in regbranch() 23433 case NOTHING: in regmatch()
|