Searched refs:cfind (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dregexec.c131 static int cfind(struct vars *, struct cnfa *, struct colormap *);
269 st = cfind(v, &v->g->tree->cnfa, &v->g->cmap);
406 - cfind - find a match for the main NFA (with complications) function
407 ^ static int cfind(struct vars *, struct cnfa *, struct colormap *);
410 cfind(
448 - cfindloop - the heart of cfind
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dregexec.c128 static int cfind _ANSI_ARGS_((struct vars *, struct cnfa *, struct colormap *));
236 st = cfind(v, &v->g->tree->cnfa, &v->g->cmap);
341 - cfind - find a match for the main NFA (with complications)
342 ^ static int cfind(struct vars *, struct cnfa *, struct colormap *);
345 cfind(v, cnfa, cm) function
381 - cfindloop - the heart of cfind

Completed in 201 milliseconds