Searched refs:opt_width (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dmisc.c213 int opt_width; member in struct:options_info
234 oi->opt_width, oi->opts[i].name,
252 for (i = n = oi.opt_width = 0; i < (int)NELEM(goptions); i++)
257 if (len > oi.opt_width)
258 oi.opt_width = len;
261 oi.opt_width + 5, 1);

Completed in 49 milliseconds