OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:screenheight
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/mail/
glob.h
86
EXTERN int
screenheight
; /* Screen height, or best guess,
variable
/src/external/gpl2/texinfo/dist/info/
terminal.c
201
int screenwidth,
screenheight
;
367
lines =
screenheight
- start;
390
lines =
screenheight
- start;
455
/* Set the global variables SCREENWIDTH and
SCREENHEIGHT
. */
463
screenwidth =
screenheight
= 0;
472
screenheight
= (int) window_size.ws_row;
490
if (
screenheight
<= 0)
495
screenheight
= atoi (sh);
497
if (
screenheight
<= 0)
498
screenheight
= tgetnum ("li")
200
int screenwidth,
screenheight
;
variable
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/tui/
tui-win.c
494
int
screenheight
, screenwidth;
496
rl_get_screen_size (&
screenheight
, &screenwidth);
500
height_diff =
screenheight
- tui_term_height ();
504
resize_term (
screenheight
, screenwidth);
509
tui_set_term_height_to (
screenheight
);
492
int
screenheight
, screenwidth;
local
/src/external/gpl3/gdb/dist/gdb/tui/
tui-win.c
494
int
screenheight
, screenwidth;
496
rl_get_screen_size (&
screenheight
, &screenwidth);
500
height_diff =
screenheight
- tui_term_height ();
504
resize_term (
screenheight
, screenwidth);
509
tui_set_term_height_to (
screenheight
);
492
int
screenheight
, screenwidth;
local
Completed in 33 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026