OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t_column
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/kern/
tty.c
865
tp->t_rocol = tp->
t_column
;
873
i = tp->
t_column
;
879
i = uimin(2, tp->
t_column
- i);
958
c = 8 - (tp->
t_column
& 7);
967
tp->
t_column
+= c;
987
else if (c == '\r' && ISSET(tp->t_oflag, ONOCR) && tp->
t_column
== 0)
995
col = tp->
t_column
;
1017
tp->
t_column
= col;
2356
tp->
t_column
+= ce;
2472
savecol = tp->
t_column
;
[
all
...]
/src/sys/sys/
tty.h
143
short
t_column
; /* Tty output column. */
member in struct:tty
/src/usr.sbin/pstat/
pstat.c
856
PRWORD(ovflw, " %*d", 8, 1, tp->
t_column
);
Completed in 14 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025