Searched refs:get_shift (Results 1 – 3 of 3) sorted by relevance
697 int cnt = get_shift(line->shift_count) * -SHIFT_SIZE; in count_chars()810 int nx = get_shift(line->shift_count) * -SHIFT_SIZE; in find_x()829 int tx = get_shift(line->shift_count) * -SHIFT_SIZE; in find_address()1019 int count = get_shift(line->shift_count) * -SHIFT_SIZE; in put_line()
139 if (x == 0 && get_shift(cur_line->shift_count) == 0) {/* Begin of line */ in LF()746 if (get_shift(start_line->shift_count)) { in delete()749 if (shift >= get_shift(start_line->shift_count)) in delete()
277 #define get_shift(cnt) ((cnt) & DUMMY_MASK) macro