OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:display_width
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/zaurus/dev/
w100var.h
30
short
display_width
;
member in struct:w100_softc
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_stdu.c
124
s32
display_width
, display_height;
member in struct:vmw_screen_target_display_unit
199
stdu->
display_width
= mode->hdisplay;
306
0, stdu->
display_width
,
354
stdu->
display_width
= 0;
/src/external/bsd/top/dist/
display.c
82
static int
display_width
= MAX_COLS;
variable
389
if (x <
display_width
&& (ch != *bufp || newcolor != *colorp))
444
diff =
display_width
- x;
681
display_width
= screen_width;
682
if (
display_width
>= MAX_COLS)
684
display_width
= MAX_COLS - 1;
745
return(
display_width
);
1580
thisline[
display_width
] = '\0';
Completed in 17 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026