Home
last modified time | relevance | path

Searched refs:tomatch (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dquickfix.c5932 long *tomatch, in vgr_match_buflines() argument
5941 for (lnum = 1; lnum <= buf->b_ml.ml_line_count && *tomatch > 0; ++lnum) in vgr_match_buflines()
5975 if (--*tomatch == 0) in vgr_match_buflines()
6020 if (--*tomatch == 0) in vgr_match_buflines()
6074 long tomatch; // maximum number of matches to find member
6101 args->tomatch = eap->line2; in vgr_process_args()
6103 args->tomatch = MAXLNUM; in vgr_process_args()
6189 for (fi = 0; fi < cmd_args->fcount && !got_int && cmd_args->tomatch > 0; in vgr_process_files()
6233 &cmd_args->tomatch, duplicate_name, cmd_args->flags); in vgr_process_files()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt28887 Solution: Pass tomatch pointer instead of value. (Yegappan Lakshmanan)