Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dopts.c1398 wrap_help (const char *help, const char *item, unsigned int item_width) in wrap_help() argument
1407 room = columns - 3 - MAX (col_width, item_width); in wrap_help()
1429 printf( " %-*.*s %.*s\n", col_width, item_width, item, len, help); in wrap_help()
1430 item_width = 0; in wrap_help()