Searched refs:oldts (Results 1 – 2 of 2) sorted by relevance
289 tabstop_copy(int *oldts) in tabstop_copy() argument294 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()
7 int *tabstop_copy(int *oldts);