Home
last modified time | relevance | path

Searched refs:oldts (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dindent.c289 tabstop_copy(int *oldts) in tabstop_copy() argument
294 if (oldts == NULL) in tabstop_copy()
296 newts = ALLOC_MULT(int, oldts[0] + 1); in tabstop_copy()
298 for (t = 0; t <= oldts[0]; ++t) in tabstop_copy()
299 newts[t] = oldts[t]; in tabstop_copy()
/vim-8.2.3635/src/proto/
H A Dindent.pro7 int *tabstop_copy(int *oldts);