HomeSort by: relevance | last modified time | path
    Searched defs:savecol (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
tty.c 2436 int savecol, tabc; local in function:ttyrub
2472 savecol = tp->t_column;
2482 /* savecol will now be length of the tab. */
2483 savecol -= tp->t_column;
2484 tp->t_column += savecol;
2485 if (savecol > 8)
2486 savecol = 8; /* overflow screw */
2487 while (--savecol >= 0)

Completed in 12 milliseconds