OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wsz
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/atari/dev/
ite_et.c
294
struct itewinsize
wsz
;
local in function:view_init
322
wsz
.x = ite_default_x;
323
wsz
.y = ite_default_y;
324
wsz
.width = ite_default_width;
325
wsz
.height = ite_default_height;
326
wsz
.depth = ite_default_depth;
328
ite_newsize (ip, &
wsz
);
ite_cc.c
329
struct itewinsize
wsz
;
local in function:view_init
359
wsz
.x = ite_default_x;
360
wsz
.y = ite_default_y;
361
wsz
.width = ite_default_width;
362
wsz
.height = ite_default_height;
363
wsz
.depth = ite_default_depth;
365
ite_newsize (ip, &
wsz
);
/src/usr.sbin/tprof/
tprof.c
173
ssize_t
wsz
;
local in function:process_samples
175
wsz
= write(outfd, cp, ssz);
176
if (
wsz
== -1) {
179
ssz -=
wsz
;
180
cp +=
wsz
;
/src/sys/arch/amiga/dev/
ite_cc.c
275
struct itewinsize
wsz
;
local in function:view_init
304
wsz
.x = ite_default_x;
305
wsz
.y = ite_default_y;
306
wsz
.width = ite_default_width;
307
wsz
.height = ite_default_height;
308
wsz
.depth = ite_default_depth;
310
ite_newsize (ip, &
wsz
);
/src/usr.sbin/sunlabel/
sunlabel.c
977
struct winsize
wsz
;
local in function:screen_columns
992
if ((ioctl(1, TIOCGWINSZ, &
wsz
) == 0) && (
wsz
.ws_col > 0)) {
993
ncols =
wsz
.ws_col;
Completed in 40 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025