Home
last modified time | relevance | path

Searched refs:get_shift (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/bin/mined/
H A Dmined1.c697 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()
H A Dmined2.c139 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()
H A Dmined.h277 #define get_shift(cnt) ((cnt) & DUMMY_MASK) macro