OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:winsz
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/atari/dev/
ite_et.c
352
ite_newsize(struct ite_softc *ip, struct itewinsize *
winsz
)
360
vs.x =
winsz
->x;
361
vs.y =
winsz
->y;
362
vs.width =
winsz
->width;
363
vs.height =
winsz
->height;
364
vs.depth =
winsz
->depth;
ite_cc.c
375
ite_newsize(struct ite_softc *ip, struct itewinsize *
winsz
)
384
vs.x =
winsz
->x;
385
vs.y =
winsz
->y;
386
vs.width =
winsz
->width;
387
vs.height =
winsz
->height;
388
vs.depth =
winsz
->depth;
/src/sys/arch/amiga/dev/
ite_cc.c
199
ite_newsize(struct ite_softc *ip, struct itewinsize *
winsz
)
208
vs.x =
winsz
->x;
209
vs.y =
winsz
->y;
210
vs.width =
winsz
->width;
211
vs.height =
winsz
->height;
212
vs.depth =
winsz
->depth;
/src/external/bsd/less/dist/
screen.c
2016
DWORD
winsz
;
local
2021
winsz
= csbi.dwSize.X * (csbi.srWindow.Bottom - csbi.srWindow.Top + 1);
2026
FillConsoleOutputCharacter(con_out, ' ',
winsz
, topleft, &nchars);
2027
FillConsoleOutputAttribute(con_out, curr_attr,
winsz
, topleft, &nchars);
/src/external/gpl2/lvm2/dist/tools/
dmsetup.c
2617
struct winsize
winsz
;
local
2674
if (ioctl(1, (unsigned long) TIOCGWINSZ, &
winsz
) >= 0 &&
winsz
.ws_col > 3)
2675
_termwidth =
winsz
.ws_col - 3;
Completed in 25 milliseconds
Indexes created Fri Jun 05 00:26:10 UTC 2026