Searched refs:regtry (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | regexec.c | 991 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 …]
|
| D | embed.h | 1274 #define regtry S_regtry macro 3316 #define regtry(a,b) S_regtry(aTHX_ a,b) macro
|
| D | embed.fnc | 1204 ERs |I32 |regtry |NN regexp *prog|NN char *startpos
|
| /mirbsd/src/usr.bin/less/ |
| D | regexp.c | 709 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/ |
| D | regexp.c | 780 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/ |
| D | embed.fnc | 1205 ERs |I32 |regtry |regexp *prog|char *startpos
|