Searched refs:wrap_help (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | opts.c | 388 static void wrap_help (const char *help, const char *item, unsigned int); 1628 wrap_help (help, param, strlen (param)); in print_param_help() 1715 wrap_help (help, opt, len); in print_filtered_help() 1750 wrap_help (const char *help, const char *item, unsigned int item_width) in wrap_help() function
|
| D | ChangeLog-2003 | 968 * opts.c (wrap_help): Fix overflow. 13308 (wrap_help): Improve wrapping, use COLUMNS. 14820 * opts.c (wrap_help): Only pass int arguments as arguments to 14927 * opts.c (wrap_help): Use unsigned int, not size_t. 15066 (wrap_help, print_help): New.
|