OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ttywidth
(Results
1 - 6
of
6
) sorted by relevancy
/src/sbin/fsck/
progress.c
50
static size_t
ttywidth
= 80;
variable in typeref:typename:size_t
128
barlength = MIN(sizeof(buf) - 1,
ttywidth
) - BAROVERHEAD - lengthextras;
147
len = MIN(sizeof(buf) - 2,
ttywidth
);
162
ttywidth
= winsize.ws_col;
164
ttywidth
= 80;
/src/usr.bin/ftp/
progressbar.h
49
GLOBAL int
ttywidth
; /* width of tty */
variable in typeref:typename:GLOBAL int
/src/sbin/blkdiscard/
blkdiscard.c
53
static unsigned
ttywidth
= 80;
variable in typeref:typename:unsigned
238
ttywidth
= winsize.ws_col - 1;
256
if (++loop >=
ttywidth
) {
/src/sbin/disklabel/
interact.c
698
#define
ttywidth
72
macro
699
columns =
ttywidth
/ width;
700
#undef
ttywidth
/src/usr.bin/w/
w.c
93
int
ttywidth
; /* width of tty */
variable in typeref:typename:int
356
ttywidth
= 79;
358
ttywidth
= ws.ws_col - 1;
360
if (!wflag && maxhost > (
ttywidth
/ 3))
361
maxhost =
ttywidth
/ 3;
367
argwidth =
ttywidth
- argwidth;
/src/usr.bin/mail/
complete.c
81
#define
ttywidth
screenwidth /* in "glob.h" */
macro
107
columns =
ttywidth
/ width;
Completed in 14 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025