OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:doc_width
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/common/
sim-options.c
907
unsigned
doc_width
= 80 - indent;
local
908
while (strlen (chp) >=
doc_width
) /* some slack */
910
const char *end = chp +
doc_width
- 1;
914
end = chp +
doc_width
- 1;
/src/external/gpl3/gdb/dist/sim/common/
sim-options.c
907
unsigned
doc_width
= 80 - indent;
local
908
while (strlen (chp) >=
doc_width
) /* some slack */
910
const char *end = chp +
doc_width
- 1;
914
end = chp +
doc_width
- 1;
Completed in 23 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026