OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opt_width
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/ksh/
misc.c
211
int
opt_width
;
member in struct:options_info
232
oi->
opt_width
, oi->opts[i].name,
250
for (i = n = oi.
opt_width
= 0; i < (int)NELEM(goptions); i++)
255
if (len > oi.
opt_width
)
256
oi.
opt_width
= len;
259
oi.
opt_width
+ 5, 1);
misc.c
211
int
opt_width
;
member in struct:options_info
232
oi->
opt_width
, oi->opts[i].name,
250
for (i = n = oi.
opt_width
= 0; i < (int)NELEM(goptions); i++)
255
if (len > oi.
opt_width
)
256
oi.
opt_width
= len;
259
oi.
opt_width
+ 5, 1);
Completed in 63 milliseconds
Indexes created Mon Sep 22 21:09:42 GMT 2025