engine.c | 160 #define SP(t, s, c) print(m, t, s, c, stdout) 165 #define SP(t, s, c) /* nothing */ 363 const char *sp; /* start of string matched by it */ local 381 sp = start; 403 sp++; 412 sp++; 423 rest = slow(m, sp, stp, ss, es); 431 assert(stp >= sp); /* it did work */ 436 if (slow(m, sp, rest, ssub, esub) != NULL) { 442 dissect(m, sp, rest, ssub, esub) 572 const char *sp; \/* start of string matched by it *\/ local [all...] |