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

/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dexp_regexp.h4 #define regtry exp_regtry
8 int regtry();
H A Dexp_regexp.c622 NOTSTATIC int regtry();
679 int r = regtry(prog,string,matchlength);
698 r = regtry(prog,s2,matchlength);
710 int r = regtry(prog,s,matchlength);
716 r = regtry(prog,s2,matchlength);
731 - regtry - try match at specific point
735 regtry(prog, string, matchlength)
H A Dexp_clib.c875 static int regtry _ANSI_ARGS_((regexp *prog, char *string,
931 return(regtry(prog, string, restate));
938 if (regtry(prog, s, restate))
945 if (regtry(prog, s, restate))
954 - regtry - try match at specific point
957 regtry(prog, string, restate) function
/macosx-10.9.5/less-23/less/
H A Dregexp.c709 STATIC int regtry();
762 return(regtry(prog, string));
769 if (regtry(prog, s))
776 if (regtry(prog, s))
793 - regtry - try match at specific point
796 regtry(prog, string) function
/macosx-10.9.5/vim-53/src/
H A Dregexp.c3109 static long regtry __ARGS((regprog_T *prog, colnr_T col));
3561 retval = regtry(prog, col);
3600 retval = regtry(prog, col);
3695 * regtry - try match of "prog" with at regline["col"].
3699 regtry(prog, col) function

Completed in 194 milliseconds