compl_dlg_w 363 src/editor/editcomplete.c int compl_dlg_w; // completion dialog width compl_dlg_w 368 src/editor/editcomplete.c compl_dlg_w = max_width + 4; compl_dlg_w 378 src/editor/editcomplete.c if (compl_dlg_w > COLS) compl_dlg_w 379 src/editor/editcomplete.c compl_dlg_w = COLS; compl_dlg_w 383 src/editor/editcomplete.c offset = start_x + compl_dlg_w - COLS; compl_dlg_w 391 src/editor/editcomplete.c compl_dlg = dlg_create (TRUE, start_y, start_x, compl_dlg_h, compl_dlg_w, WPOS_KEEP_DEFAULT, compl_dlg_w 395 src/editor/editcomplete.c compl_list = listbox_new (1, 1, compl_dlg_h - 2, compl_dlg_w - 2, FALSE, NULL);