Home
last modified time | relevance | path

Searched refs:item_width (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/gcc/
HDopts.c1750 wrap_help (const char *help, const char *item, unsigned int item_width) in wrap_help() argument
1759 room = columns - 3 - MAX (col_width, item_width); in wrap_help()
1781 printf( " %-*.*s %.*s\n", col_width, item_width, item, len, help); in wrap_help()
1782 item_width = 0; in wrap_help()