def_dlg_w         324 src/editor/etags.c     int def_dlg_w;              /* dialog width */
def_dlg_w         328 src/editor/etags.c     def_dlg_w = COLS - 2;       /* will be clarified later */
def_dlg_w         345 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         347 src/editor/etags.c     def_list = listbox_new (1, 1, def_dlg_h - 2, def_dlg_w - 2, FALSE, NULL);
def_dlg_w         355 src/editor/etags.c     def_dlg_w = def_max_width + 4;
def_dlg_w         356 src/editor/etags.c     offset = start_x + def_dlg_w - COLS;
def_dlg_w         360 src/editor/etags.c     widget_set_size (WIDGET (def_dlg), start_y, start_x, def_dlg_h, def_dlg_w);