space_width      1399 src/editor/edit.c     curs_col = edit->curs_col % (TAB_SIZE * space_width);
space_width      1400 src/editor/edit.c     return (curs_col == 0 || curs_col == (HALF_TAB_SIZE * space_width));
space_width      1473 src/editor/edit.c     i = TAB_SIZE * space_width;
space_width      1477 src/editor/edit.c         for (i = ((edit->curs_col / i) + 1) * i - edit->curs_col; i > 0; i -= space_width)
space_width      1761 src/editor/edit.c                     for (l = width - (edit_get_col (edit) - col); l > 0; l -= space_width)
space_width      1782 src/editor/edit.c                 for (l = col - edit_get_col (edit); l >= space_width; l -= space_width)
space_width      3034 src/editor/edit.c             fake_half_tabs = HALF_TAB_SIZE * space_width;
space_width       700 src/editor/editcmd.c                 for (l = width - (edit_get_col (edit) - col); l > 0; l -= space_width)
space_width       720 src/editor/editcmd.c             for (l = col - edit_get_col (edit); l >= space_width; l -= space_width)