Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
H A Dforwback.c151 if (ln+1 == header_lines && position(0) != ch_zero()) in set_attr_header()
161 POSITION pos = ch_zero(); /* header lines are at beginning of file */ in overlay_header()
182 pos = ch_zero(); in overlay_header()
291 pos = ch_zero(); in forw()
376 if (onscreen(ch_zero()) > 0) in forw()
378 jump_loc(ch_zero(), 0); /* {{ yuck }} */ in forw()
483 pos = ch_zero(); in forward()
541 POSITION pos = ch_zero(); in get_one_screen()
H A Dlinenum.c276 if (pos <= ch_zero()) in find_linenum()
382 return (ch_zero()); in find_pos()
466 POSITION pos = ch_zero(); in scan_eof()
H A Djump.c58 jump_loc(ch_zero(), sc_height-1); in jump_forw()
129 jump_loc(ch_zero(), 1); in repaint()
H A Dprompt.c314 if (len == NULL_POSITION || len == ch_zero() || in protochar()
340 (len = ch_length()) == NULL_POSITION || len == ch_zero() || in protochar()
H A Dmark.c140 cmark(m, curr_ifile, ch_zero(), 0); in getmark()
268 cmark(m, curr_ifile, ch_zero(), jump_sline); in gomark()
H A Dlsystem.c265 tpos = ch_zero(); in pipe_mark()
H A Dch.c468 if (pos < ch_zero() || (len != NULL_POSITION && pos > len)) in ch_seek()
557 if (ch_seek(ch_zero()) == 0) in ch_beg_seek()
H A Dinput.c373 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero()) in back_line()
H A Dless.h588 #define ch_zero() ((POSITION)0) macro
H A Dtags.c414 pos = ch_zero(); in ctagsearch()
H A Dline.c1383 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero() || in back_raw_line()
1408 new_pos = ch_zero(); in back_raw_line()
H A Dsearch.c1034 pos = ch_zero(); in search_pos()
1269 pos = ch_zero(); in search_range()
H A Dedit.c246 POSITION pos = ch_zero(); in check_modelines()
H A Dcommand.c785 jump_loc(ch_zero(), 1); in make_display()