engine.c | 148 #define SP(t, s, c) print(m, t, s, c, stdout) 152 #define SP(t, s, c) /* nothing */ 311 SP("mloop", m->st, *start); 442 const char *sp; /* start of string matched by it */ local in function:dissect 458 sp = start; 480 sp += XMBRTOWC(NULL, sp, (size_t)(stop - start), 494 sp += XMBRTOWC(NULL, sp, (size_t)(stop - start), 506 rest = walk(m, sp, stp, ss, es, false) 652 const char *sp; \/* start of string matched by it *\/ local in function:backref [all...] |