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

/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c2487 int savecol; local
2526 savecol = tp->t_column;
2536 /* savecol will now be length of the tab. */
2537 savecol -= tp->t_column;
2538 tp->t_column += savecol;
2539 if (savecol > 8)
2540 savecol = 8; /* overflow fixup */
2541 while (--savecol >= 0)

Completed in 13 milliseconds