Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dindent.c291 int *newts; in tabstop_copy() local
296 newts = ALLOC_MULT(int, oldts[0] + 1); in tabstop_copy()
297 if (newts != NULL) in tabstop_copy()
299 newts[t] = oldts[t]; in tabstop_copy()
300 return newts; in tabstop_copy()