OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:line_width
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/tui/
tui-status.c
65
int
line_width
;
92
line_width
= strlen (line_buf);
93
if (
line_width
< MIN_LINE_WIDTH)
94
line_width
= MIN_LINE_WIDTH;
117
- (LINE_PREFIX.size () +
line_width
+ 1)
142
proc_width +=
line_width
+ LINE_PREFIX.size () + 1;
143
line_width
= 0;
186
if (
line_width
> 0)
188
-
line_width
,
line_width
, line_buf)
64
int
line_width
;
local
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/tui/
tui-status.c
69
int
line_width
;
96
line_width
= strlen (line_buf);
97
if (
line_width
< MIN_LINE_WIDTH)
98
line_width
= MIN_LINE_WIDTH;
121
- (LINE_PREFIX.size () +
line_width
+ 1)
146
proc_width +=
line_width
+ LINE_PREFIX.size () + 1;
147
line_width
= 0;
190
if (
line_width
> 0)
192
-
line_width
,
line_width
, line_buf)
68
int
line_width
;
local
[
all
...]
/src/usr.bin/sdiff/
sdiff.c
63
size_t
line_width
; /* width of a line (two columns and divider) */
variable
285
/* Make sure
line_width
can fit in size_t. */
288
line_width
= width * 2 + 3;
533
printcol(s2, &col,
line_width
);
/src/external/gpl2/groff/dist/src/devices/xditview/
DviP.h
164
int
line_width
;
member in struct:__anon9345
/src/external/mit/xorg/lib/libxcb/files/
xproto.h
3239
uint32_t
line_width
;
member in struct:xcb_create_gc_value_list_t
3283
uint32_t
line_width
;
member in struct:xcb_change_gc_value_list_t
Completed in 41 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026