Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDopts.c853 unsigned int item_width, in wrap_help() argument
863 room = columns - 3 - MAX (col_width, item_width); in wrap_help()
885 printf( " %-*.*s %.*s\n", col_width, item_width, item, len, help); in wrap_help()
886 item_width = 0; in wrap_help()
/dragonfly/contrib/gcc-8.0/gcc/
HDopts.c1088 unsigned int item_width, in wrap_help() argument
1098 room = columns - 3 - MAX (col_width, item_width); in wrap_help()
1120 printf (" %-*.*s %.*s\n", col_width, item_width, item, len, help); in wrap_help()
1121 item_width = 0; in wrap_help()