space_width 1360 src/editor/edit.c curs_col = edit->curs_col % (TAB_SIZE * space_width); space_width 1361 src/editor/edit.c return (curs_col == 0 || curs_col == (HALF_TAB_SIZE * space_width)); space_width 1433 src/editor/edit.c i = option_tab_spacing * space_width; space_width 1442 src/editor/edit.c i -= space_width; space_width 1727 src/editor/edit.c for (l = width - (edit_get_col (edit) - col); l > 0; l -= space_width) space_width 1748 src/editor/edit.c for (l = col - edit_get_col (edit); l >= space_width; l -= space_width) space_width 2984 src/editor/edit.c fake_half_tabs = HALF_TAB_SIZE * space_width; space_width 689 src/editor/editcmd.c for (l = width - (edit_get_col (edit) - col); l > 0; l -= space_width) space_width 709 src/editor/editcmd.c for (l = col - edit_get_col (edit); l >= space_width; l -= space_width)