compl_dlg_h       362 src/editor/editcomplete.c     int compl_dlg_h;  // completion dialog height
compl_dlg_h       367 src/editor/editcomplete.c     compl_dlg_h = g_queue_get_length (compl) + 2;
compl_dlg_h       380 src/editor/editcomplete.c     if (compl_dlg_h > LINES - 2)
compl_dlg_h       381 src/editor/editcomplete.c         compl_dlg_h = LINES - 2;
compl_dlg_h       386 src/editor/editcomplete.c     offset = start_y + compl_dlg_h - LINES;
compl_dlg_h       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_h       395 src/editor/editcomplete.c     compl_list = listbox_new (1, 1, compl_dlg_h - 2, compl_dlg_w - 2, FALSE, NULL);