Searched refs:regmatch (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/usr.bin/pkill/ |
| D | pkill.c | 150 regmatch_t regmatch; in main() local 308 rv = regexec(®, mstr, 1, ®match, 0); in main() 311 if (regmatch.rm_so == 0 && in main() 312 regmatch.rm_eo == strlen(mstr)) in main()
|
| /openbsd/src/usr.bin/tmux/ |
| D | window-copy.c | 3304 regmatch_t regmatch; in window_copy_search_lr_regex() local 3336 if (regexec(reg, buf, 1, ®match, eflags) == 0 && in window_copy_search_lr_regex() 3337 regmatch.rm_so != regmatch.rm_eo) { in window_copy_search_lr_regex() 3341 buf + regmatch.rm_so); in window_copy_search_lr_regex() 3346 buf + regmatch.rm_eo); in window_copy_search_lr_regex() 3460 regmatch_t regmatch; in window_copy_last_regex() local 3465 while (regexec(preg, buf + px, 1, ®match, eflags) == 0) { in window_copy_last_regex() 3466 if (regmatch.rm_so == regmatch.rm_eo) in window_copy_last_regex() 3469 buf + px + regmatch.rm_so); in window_copy_last_regex() 3475 buf + px + regmatch.rm_eo); in window_copy_last_regex() [all …]
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | regcomp.sym | 9 # First section is for regops, second section is for regmatch-states
|
| D | embed.h | 1998 # define regmatch(a,b,c) S_regmatch(aTHX_ a,b,c) macro
|
| D | regexec.c | 4423 result = regmatch(reginfo, *startposp, progi->program + 1); in S_regtry()
|
| D | embed.fnc | 5596 ERS |SSize_t|regmatch |NN regmatch_info *reginfo \
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlreguts.pod | 810 It is basically a set-up wrapper around C<regmatch()>. 812 C<regmatch> is the main "recursive loop" of the interpreter. It is
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5005000 | 572 regmatch # F added by devel/scanprov
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | embed.fnc | 2407 ERS |SSize_t|regmatch |NN regmatch_info *reginfo|NN char *startpos|NN regnode *prog
|