Searched refs:propcount (Results 1 – 3 of 3) sorted by relevance
23 void prepend_joined_props(char_u *new_props, int propcount, int *props_remaining, linenr_T lnum, in…
1952 int propcount = 0; // number of props over all joined lines in do_join() local1985 propcount += count_props((linenr_T) (curwin->w_cursor.lnum + t), t > 0); in do_join()2074 newp_len += propcount * sizeof(textprop_T); in do_join()2094 props_remaining = propcount; in do_join()2116 prepend_joined_props(newp + sumsize + 1, propcount, &props_remaining, in do_join()
1655 int propcount, in prepend_joined_props() argument1686 for (j = *props_remaining; j < propcount; ++j) in prepend_joined_props()