Searched refs:sub_nlines (Results 1 – 4 of 4) sorted by relevance
3715 sub_nlines = 0; in ex_substitute()3838 sub_nlines = 1; in ex_substitute()4722 ++sub_nlines; in ex_substitute()4813 if (((sub_nsubs > p_report && (KeyTyped || sub_nlines > 1 || p_report < 1)) in do_sub_msg()4837 NGETTEXT(msg_single, msg_plural, sub_nlines), in do_sub_msg()4838 sub_nsubs, (long)sub_nlines); in do_sub_msg()5038 sub_nlines = 0; in global_exe()
2896 sub_nlines = 0; in ex_spellrepall()2921 ++sub_nlines; in ex_spellrepall()
1396 EXTERN linenr_T sub_nlines; // total number of lines changed variable
9804 Solution: Reset sub_nsubs and sub_nlines in global_exe().