space_width 1398 src/editor/edit.c curs_col = edit->curs_col % (TAB_SIZE * space_width); space_width 1399 src/editor/edit.c return (curs_col == 0 || curs_col == (HALF_TAB_SIZE * space_width)); space_width 1472 src/editor/edit.c i = TAB_SIZE * space_width; space_width 1476 src/editor/edit.c for (i = ((edit->curs_col / i) + 1) * i - edit->curs_col; i > 0; i -= space_width) space_width 1760 src/editor/edit.c for (l = width - (edit_get_col (edit) - col); l > 0; l -= space_width) space_width 1781 src/editor/edit.c for (l = col - edit_get_col (edit); l >= space_width; l -= space_width) space_width 3046 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)