Lines Matching full:matched
292 - dissect - figure out what matched what, no back references
301 const char *sp; /* start of string matched by it */
302 const char *stp; /* string matched by it cannot pass here */
307 const char *ssp; /* start of string matched by subsubRE */
308 const char *sep; /* end of string matched by subsubRE */
328 /* figure out what it matched */
396 break; /* failed or matched null */
433 break; /* it matched all of it */
480 - backref - figure out what matched what, figuring in back references
488 const char *sp; /* start of string matched by it */
491 const char *ssp; /* start of string matched by subsubRE */
615 if (sp == m->lastpos[lev]) /* last pass matched null */