Home
last modified time | relevance | path

Searched refs:call_changed_bytes (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dops.pro7 void shift_line(int left, int round, int amount, int call_changed_bytes);
H A Dindent.pro27 void change_indent(int type, int amount, int round, int replaced, int call_changed_bytes);
/vim-8.2.3635/src/
H A Dindent.c1221 int call_changed_bytes) // call changed_bytes() in change_indent() argument
1270 (void)set_indent(amount, call_changed_bytes ? SIN_CHANGED : 0); in change_indent()
1278 shift_line(type == INDENT_DEC, round, 1, call_changed_bytes); in change_indent()
H A Dops.c229 int call_changed_bytes) // call changed_bytes() in shift_line() argument
267 change_indent(INDENT_SET, count, FALSE, NUL, call_changed_bytes); in shift_line()
269 (void)set_indent(count, call_changed_bytes ? SIN_CHANGED : 0); in shift_line()