max_width          61 lib/widget/history.c     size_t max_width;
max_width         102 lib/widget/history.c     wi = data->max_width + 4;
max_width         163 lib/widget/history.c     hd->max_width = MAX (width, hd->max_width);
max_width         196 lib/widget/history.c     hd->max_width = 0;
max_width         218 lib/widget/history.c     hd->max_width = str_term_width1 (_("History")) + 2;
max_width         229 lib/widget/history.c     hist_data.max_width = hd->max_width;
max_width          32 lib/widget/history.h     size_t max_width;           /**< maximum width of string in history */
max_width         111 src/editor/editcomplete.c                                          GString * current_word, int *max_width)
max_width         206 src/editor/editcomplete.c         *max_width = MAX (*max_width, width);
max_width         222 src/editor/editcomplete.c                           const char *match_expr, int *max_width)
max_width         259 src/editor/editcomplete.c     *max_width = 0;
max_width         263 src/editor/editcomplete.c                                              last_byte, current_word, max_width);
max_width         299 src/editor/editcomplete.c                                                      word_len, last_byte, current_word, max_width);
max_width         357 src/editor/editcomplete.c edit_completion_dialog_show (const WEdit * edit, GQueue * compl, int max_width)
max_width         370 src/editor/editcomplete.c     compl_dlg_w = max_width + 4;
max_width         434 src/editor/editcomplete.c     int max_width;
max_width         449 src/editor/editcomplete.c     compl = edit_collect_completions (edit, word_start, word_len, match_expr->str, &max_width);
max_width         472 src/editor/editcomplete.c         curr_compl = edit_completion_dialog_show (edit, compl, max_width);
max_width          15 src/editor/editcomplete.h char *edit_completion_dialog_show (const WEdit * edit, GQueue * compl, int max_width);
max_width         158 src/file_history.c     hd->max_width = MAX (width, hd->max_width);
max_width         103 tests/src/editor/edit_complete_word_cmd.c edit_completion_dialog_show (const WEdit * edit, GQueue * compl, int max_width)
max_width         107 tests/src/editor/edit_complete_word_cmd.c     edit_completion_dialog_show__max_width = max_width;