Home
last modified time | relevance | path

Searched refs:count_props (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dtextprop.pro7 int count_props(linenr_T lnum, int only_starting);
/vim-8.2.3635/src/
H A Dtextprop.c492 count_props(linenr_T lnum, int only_starting) in count_props() function
H A Dops.c1985 propcount += count_props((linenr_T) (curwin->w_cursor.lnum + t), t > 0); in do_join()