Searched refs:tomatch (Results 1 – 2 of 2) sorted by relevance
5932 long *tomatch, in vgr_match_buflines() argument5941 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 member6101 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()
28887 Solution: Pass tomatch pointer instead of value. (Yegappan Lakshmanan)