Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dtextprop.pro21 int adjust_prop_columns(linenr_T lnum, colnr_T col, int bytes_added, int flags);
/vim-8.2.3635/src/
H A Dtextprop.c1507 int bytes_added, in adjust_prop_columns() argument
1531 res = adjust_prop(&prop, col, bytes_added, flags); in adjust_prop_columns()
H A Dex_cmds.c4441 int bytes_added = sublen - 1 - (regmatch.endpos[0].col in ex_substitute() local
4448 bytes_added, apc_flags)) in ex_substitute()
4452 total_added += bytes_added; in ex_substitute()