HALF_TAB_SIZE 1361 src/editor/edit.c return (curs_col == 0 || curs_col == (HALF_TAB_SIZE * space_width)); HALF_TAB_SIZE 1371 src/editor/edit.c for (i = 1; i <= HALF_TAB_SIZE; i++) HALF_TAB_SIZE 1384 src/editor/edit.c for (i = 0; i < HALF_TAB_SIZE; i++) HALF_TAB_SIZE 1463 src/editor/edit.c for (i = 1; i <= HALF_TAB_SIZE; i++) HALF_TAB_SIZE 1647 src/editor/edit.c del_tab_width = HALF_TAB_SIZE; HALF_TAB_SIZE 2984 src/editor/edit.c fake_half_tabs = HALF_TAB_SIZE * space_width; HALF_TAB_SIZE 3488 src/editor/edit.c for (i = 0; i < HALF_TAB_SIZE; i++) HALF_TAB_SIZE 3507 src/editor/edit.c for (i = 1; i <= HALF_TAB_SIZE; i++) HALF_TAB_SIZE 3577 src/editor/edit.c edit_cursor_move (edit, -HALF_TAB_SIZE); HALF_TAB_SIZE 3590 src/editor/edit.c edit_cursor_move (edit, HALF_TAB_SIZE);