Searched refs:len_change (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dif_py_both.h842 * If OK is returned and len_change is not NULL, *len_change
846 SetBufferLine(buf_T *buf, PyInt n, PyObject *line, PyInt *len_change) argument
877 if (len_change)
878 *len_change = -1;
916 if (len_change)
917 *len_change = 0;
934 * If OK is returned and len_change is not NULL, *len_change
938 InsertBufferLines(buf_T *buf, PyInt n, PyObject *lines, PyInt *len_change) argument
1113 PyInt len_change; local
1138 PyInt len_change; local
[all...]

Completed in 163 milliseconds