OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:savecol
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/mdocml/dist/
term_ps.c
1107
size_t
savecol
;
local
1163
savecol
= p->ps->pscol;
1165
savecol
= SIZE_MAX;
1190
if (
savecol
!= SIZE_MAX) {
1194
p->ps->pscol =
savecol
;
/src/sys/kern/
tty.c
2436
int
savecol
, tabc;
local
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 34 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026