def_dlg_w         318 src/editor/etags.c     int def_dlg_w;  // dialog width
def_dlg_w         322 src/editor/etags.c     def_dlg_w = COLS - 2;  // will be clarified later
def_dlg_w         340 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         342 src/editor/etags.c     def_list = listbox_new (1, 1, def_dlg_h - 2, def_dlg_w - 2, FALSE, NULL);
def_dlg_w         350 src/editor/etags.c     def_dlg_w = def_max_width + 4;
def_dlg_w         351 src/editor/etags.c     offset = start_x + def_dlg_w - COLS;
def_dlg_w         355 src/editor/etags.c     widget_set_size (WIDGET (def_dlg), start_y, start_x, def_dlg_h, def_dlg_w);