Searched refs:setmark (Results 1 – 8 of 8) sorted by relevance
15 int do_join(long count, int insert_space, int save_undo, int use_formatoptions, int setmark);
2 int setmark(int c);
1932 int setmark) in do_join() argument1987 if (t == 0 && setmark && (cmdmod.cmod_flags & CMOD_LOCKMARKS) == 0) in do_join()2133 if (setmark && (cmdmod.cmod_flags & CMOD_LOCKMARKS) == 0) in do_join()
729 setmark('\''); in do_argfile()
41 setmark(int c) in setmark() function
4894 if (setmark(cap->nchar) == FAIL) in nv_mark()
8295 if (setmark(*eap->arg) == FAIL) // set mark in ex_mark()
2062 Solution: Add the setmark argument to do_join(). (Christian Brabandt)