OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Oct 17 03:10:13 GMT 2025