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

/ast/src/lib/libtksh/tcl/
H A Dregexp.c750 struct regexec_state *restate));
752 struct regexec_state *restate));
754 struct regexec_state *restate));
773 struct regexec_state *restate= &state; local
801 restate->regbol = start;
805 return(regtry(prog, string, restate));
812 if (regtry(prog, s, restate))
819 if (regtry(prog, s, restate))
831 regtry(prog, string, restate)
834 struct regexec_state *restate;
[all...]

Completed in 7 milliseconds