Home
last modified time | relevance | path

Searched refs:ch_zero (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/usr.bin/less/
H A Dmark.c80 m->m_scrpos.pos = ch_zero(); in getmark()
190 m->m_scrpos.pos = ch_zero(); in gomark()
H A Dforwback.c181 pos = ch_zero(); in forw()
311 pos = ch_zero(); in forward()
H A Dprompt.c290 if (len == -1 || len == ch_zero() || in protochar()
314 (len = ch_length()) == -1 || len == ch_zero() || in protochar()
H A Dlinenum.c270 if (pos <= ch_zero()) in find_linenum()
372 return (ch_zero()); in find_pos()
H A Dless.h172 #define ch_zero() (0) macro
H A Dlsystem.c167 tpos = ch_zero(); in pipe_mark()
H A Dch.c438 if (pos < ch_zero() || (len != -1 && pos > len)) in ch_seek()
503 if (ch_seek(ch_zero()) == 0) in ch_beg_seek()
H A Dinput.c229 if (curr_pos == -1 || curr_pos <= ch_zero()) { in back_line()
H A Dtags.c325 pos = ch_zero(); in ctagsearch()
H A Dline.c1072 if (curr_pos == -1 || curr_pos <= ch_zero() || ch_seek(curr_pos - 1)) in back_raw_line()
1093 new_pos = ch_zero(); in back_raw_line()
H A Dsearch.c587 pos = ch_zero(); in search_pos()
H A Dcommand.c592 jump_loc(ch_zero(), 1); in make_display()