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

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dregcomp.c48 static void nonword(struct vars *, int, struct state *, struct state *);
837 nonword(v, BEHIND, lp, s);
845 nonword(v, AHEAD, s, rp);
851 nonword(v, BEHIND, lp, s);
856 nonword(v, AHEAD, s, rp);
866 nonword(v, BEHIND, lp, s);
867 nonword(v, AHEAD, s, rp);
1252 - nonword - generate arcs for non-word-character ahead or behind
1253 ^ static void nonword(struct vars *, int, struct state *, struct state *);
1256 nonword(
1247 nonword( function
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dregcomp.c48 static VOID nonword _ANSI_ARGS_((struct vars *, int, struct state *, struct state *));
774 nonword(v, BEHIND, lp, s);
783 nonword(v, AHEAD, s, rp);
790 nonword(v, BEHIND, lp, s);
795 nonword(v, AHEAD, s, rp);
806 nonword(v, BEHIND, lp, s);
807 nonword(v, AHEAD, s, rp);
1106 - nonword - generate arcs for non-word-character ahead or behind
1107 ^ static VOID nonword(struct vars *, int, struct state *, struct state *);
1110 nonword( function
[all...]

Completed in 170 milliseconds