Searched refs:newts (Results 1 – 1 of 1) sorted by relevance
291 int *newts; in tabstop_copy() local296 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()