compl_dlg_w       365 src/editor/editcomplete.c     int compl_dlg_w;            /* completion dialog width */
compl_dlg_w       370 src/editor/editcomplete.c     compl_dlg_w = max_width + 4;
compl_dlg_w       379 src/editor/editcomplete.c     if (compl_dlg_w > COLS)
compl_dlg_w       380 src/editor/editcomplete.c         compl_dlg_w = COLS;
compl_dlg_w       384 src/editor/editcomplete.c     offset = start_x + compl_dlg_w - COLS;
compl_dlg_w       393 src/editor/editcomplete.c         dlg_create (TRUE, start_y, start_x, compl_dlg_h, compl_dlg_w, WPOS_KEEP_DEFAULT, TRUE,
compl_dlg_w       397 src/editor/editcomplete.c     compl_list = listbox_new (1, 1, compl_dlg_h - 2, compl_dlg_w - 2, FALSE, NULL);