compl_dlg_h       364 src/editor/editcomplete.c     int compl_dlg_h;            /* completion dialog height */
compl_dlg_h       369 src/editor/editcomplete.c     compl_dlg_h = g_queue_get_length (compl) + 2;
compl_dlg_h       381 src/editor/editcomplete.c     if (compl_dlg_h > LINES - 2)
compl_dlg_h       382 src/editor/editcomplete.c         compl_dlg_h = LINES - 2;
compl_dlg_h       387 src/editor/editcomplete.c     offset = start_y + compl_dlg_h - LINES;
compl_dlg_h       393 src/editor/editcomplete.c         dlg_create (TRUE, start_y, start_x, compl_dlg_h, compl_dlg_w, WPOS_KEEP_DEFAULT, TRUE,
compl_dlg_h       397 src/editor/editcomplete.c     compl_list = listbox_new (1, 1, compl_dlg_h - 2, compl_dlg_w - 2, FALSE, NULL);