Home
last modified time | relevance | path

Searched refs:regmatch (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/usr.bin/pkill/
Dpkill.c150 regmatch_t regmatch; in main() local
308 rv = regexec(&reg, mstr, 1, &regmatch, 0); in main()
311 if (regmatch.rm_so == 0 && in main()
312 regmatch.rm_eo == strlen(mstr)) in main()
/openbsd/src/usr.bin/tmux/
Dwindow-copy.c3304 regmatch_t regmatch; in window_copy_search_lr_regex() local
3336 if (regexec(reg, buf, 1, &regmatch, 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, &regmatch, 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/
Dregcomp.sym9 # First section is for regops, second section is for regmatch-states
Dembed.h1998 # define regmatch(a,b,c) S_regmatch(aTHX_ a,b,c) macro
Dregexec.c4423 result = regmatch(reginfo, *startposp, progi->program + 1); in S_regtry()
Dembed.fnc5596 ERS |SSize_t|regmatch |NN regmatch_info *reginfo \
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlreguts.pod810 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/
D5005000572 regmatch # F added by devel/scanprov
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dembed.fnc2407 ERS |SSize_t|regmatch |NN regmatch_info *reginfo|NN char *startpos|NN regnode *prog