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

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dregexec.c251 /* It would seem that the similar code in regtry()
254 * but the code in regtry() is needed or otherwise tests
371 regtry() should be needed.
973 if (tmp && (norun || regtry(prog, s)))
992 if (tmp && (norun || regtry(prog, s)))
1005 if (tmp && (norun || regtry(prog, s)))
1080 && (norun || regtry(prog, s)) )
1092 && (norun || regtry(prog, s)) )
1119 && (norun || regtry(prog, s)) )
1131 && (norun || regtry(pro
[all...]
H A Dembed.h1714 #define regtry S_regtry macro
4231 #define regtry(a,b) S_regtry(aTHX_ a,b) macro
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/
H A Dregexp.c690 STATIC int regtry();
740 return(regtry(prog, string));
747 if (regtry(prog, s))
754 if (regtry(prog, s))
763 - regtry - try match at specific point
766 regtry(prog, string) function

Completed in 180 milliseconds