OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:screenwidth
(Results
1 - 8
of
8
) sorted by relevancy
/src/usr.bin/mail/
glob.h
85
EXTERN int
screenwidth
; /* Screen width, or best guess */
variable in typeref:typename:EXTERN int
glob.h
85
EXTERN int
screenwidth
; /* Screen width, or best guess */
variable in typeref:typename:EXTERN int
/src/usr.bin/ktruss/
dump.c
743
static int
screenwidth
= 0;
local in function:genioprint
753
if (
screenwidth
== 0) {
758
screenwidth
= ws.ws_col;
760
screenwidth
= 80;
773
if (width + w + 2 >=
screenwidth
)
776
if (width + 2 >=
screenwidth
)
dump.c
743
static int
screenwidth
= 0;
local in function:genioprint
753
if (
screenwidth
== 0) {
758
screenwidth
= ws.ws_col;
760
screenwidth
= 80;
773
if (width + w + 2 >=
screenwidth
)
776
if (width + 2 >=
screenwidth
)
/src/lib/libedit/
filecomplete.c
547
int
screenwidth
= el->el_terminal.t_size.h;
local in function:fn_display_match_list
559
cols = (size_t)
screenwidth
/ (width + 2);
filecomplete.c
547
int
screenwidth
= el->el_terminal.t_size.h;
local in function:fn_display_match_list
559
cols = (size_t)
screenwidth
/ (width + 2);
/src/usr.bin/kdump/
kdump.c
1251
static int
screenwidth
= 0;
local in function:visdump_buf
1253
if (
screenwidth
== 0) {
1258
screenwidth
= ws.ws_col;
1260
screenwidth
= 80;
1288
if (col + width > (
screenwidth
- 2)) {
kdump.c
1251
static int
screenwidth
= 0;
local in function:visdump_buf
1253
if (
screenwidth
== 0) {
1258
screenwidth
= ws.ws_col;
1260
screenwidth
= 80;
1288
if (col + width > (
screenwidth
- 2)) {
Completed in 25 milliseconds
Indexes created Fri Nov 07 19:10:08 GMT 2025