wx                246 src/filemanager/chattr.c static const int wx = 3;
wx                340 src/filemanager/chattr.c             if (fat->filename_width > wo->cols - wx * 2)
wx                342 src/filemanager/chattr.c                 w->rect.x = wo->x + wx;
wx                343 src/filemanager/chattr.c                 w->rect.cols = wo->cols - wx * 2;
wx                995 src/filemanager/chattr.c         dlg_create (TRUE, 0, 0, lines, cols + wx * 2, WPOS_CENTER, FALSE, dialog_colors,
wx               1001 src/filemanager/chattr.c     file_attr = fileattrtext_new (y, wx, fname, attr);
wx               1010 src/filemanager/chattr.c         cols = MIN (cols, mw->rect.cols - wx * 2);
wx               1011 src/filemanager/chattr.c         r.cols = cols + wx * 2;
wx               1017 src/filemanager/chattr.c     rect_init (&r, y++, wx, checkboxes_lines > 0 ? checkboxes_lines : 1, cols);