Home
last modified time | relevance | path

Searched refs:regtry (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dregexec.c991 if (tmp && (norun || regtry(prog, s))) in S_find_byclass()
1010 if (tmp && (norun || regtry(prog, s))) in S_find_byclass()
1023 if (tmp && (norun || regtry(prog, s))) in S_find_byclass()
1097 && (norun || regtry(prog, s)) ) in S_find_byclass()
1110 && (norun || regtry(prog, s)) ) in S_find_byclass()
1136 && (norun || regtry(prog, s)) ) in S_find_byclass()
1149 && (norun || regtry(prog, s)) ) in S_find_byclass()
1163 && (norun || regtry(prog, s)) ) in S_find_byclass()
1173 && (norun || regtry(prog, s)) ) in S_find_byclass()
1200 if ((norun || regtry(prog, s))) in S_find_byclass()
[all …]
Dembed.h1274 #define regtry S_regtry macro
3316 #define regtry(a,b) S_regtry(aTHX_ a,b) macro
Dembed.fnc1204 ERs |I32 |regtry |NN regexp *prog|NN char *startpos
/mirbsd/src/usr.bin/less/
Dregexp.c709 STATIC int regtry();
762 return(regtry(prog, string));
769 if (regtry(prog, s))
776 if (regtry(prog, s))
796 regtry(prog, string) in regtry() function
/mirbsd/src/lib/libcompat/regexp/
Dregexp.c780 STATIC int regtry(const regexp *, const char *);
829 return(regtry(prog, string));
836 if (regtry(prog, s))
843 if (regtry(prog, s))
855 regtry(prog, string) in regtry() function
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/
Dembed.fnc1205 ERs |I32 |regtry |regexp *prog|char *startpos