sug_dlg_h         716 src/editor/spell.c     int sug_dlg_h = 14;         /* dialog height */
sug_dlg_h         739 src/editor/spell.c     ypos = (LINES - sug_dlg_h) * 2 / 3;
sug_dlg_h         742 src/editor/spell.c     if ((edit->curs_row >= ypos - 1) && (edit->curs_row <= ypos + sug_dlg_h - 1))
sug_dlg_h         743 src/editor/spell.c         ypos -= sug_dlg_h;
sug_dlg_h         763 src/editor/spell.c     sug_dlg = dlg_create (TRUE, ypos, xpos, sug_dlg_h, sug_dlg_w, WPOS_KEEP_DEFAULT, TRUE,
sug_dlg_h         770 src/editor/spell.c     group_add_widget (g, groupbox_new (4, 2, sug_dlg_h - 5, 25, _("Suggest")));
sug_dlg_h         772 src/editor/spell.c     sug_list = listbox_new (5, 2, sug_dlg_h - 7, 24, FALSE, NULL);