def_dlg_w         323 src/editor/etags.c     int def_dlg_w;              /* dialog width */
def_dlg_w         327 src/editor/etags.c     def_dlg_w = COLS - 2;       /* will be clarified later */
def_dlg_w         344 src/editor/etags.c     def_dlg = dlg_create (TRUE, start_y, start_x, def_dlg_h, def_dlg_w, WPOS_KEEP_DEFAULT, TRUE,
def_dlg_w         346 src/editor/etags.c     def_list = listbox_new (1, 1, def_dlg_h - 2, def_dlg_w - 2, FALSE, NULL);
def_dlg_w         354 src/editor/etags.c     def_dlg_w = def_max_width + 4;
def_dlg_w         355 src/editor/etags.c     offset = start_x + def_dlg_w - COLS;
def_dlg_w         359 src/editor/etags.c     widget_set_size (WIDGET (def_dlg), start_y, start_x, def_dlg_h, def_dlg_w);