Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dforwback.c297 pos = ch_zero(); in forw()
314 linepos = (opos == ch_zero()) ? NULL_POSITION : opos; in forw()
496 pos = ch_zero(); in forward()
556 POSITION pos = ch_zero(); in get_one_screen()
H A Dlinenum.c288 if (pos <= ch_zero()) in find_linenum()
390 return (ch_zero()); in find_pos()
479 POSITION pos = ch_zero(); in scan_eof()
H A Djump.c64 jump_loc(ch_zero(), sc_height-1); in jump_forw()
135 jump_loc(ch_zero(), 1); in repaint()
H A Dcommand.c875 jump_loc(ch_zero(), 1); in make_display()
1704 if (show_attn && toppos != NULL_POSITION && toppos > ch_zero()) in commands()
1730 if (show_attn == OPT_ONPLUS && number > 1 && toppos != NULL_POSITION && toppos > ch_zero()) in commands()
1793 if (show_attn == OPT_ONPLUS && number > 1 && toppos != NULL_POSITION && toppos > ch_zero()) in commands()
1817 if (show_attn == OPT_ONPLUS && toppos != NULL_POSITION && toppos > ch_zero()) in commands()
1856 if (show_attn == OPT_ONPLUS && toppos != NULL_POSITION && toppos > ch_zero()) in commands()
H A Dprompt.c379 if (len == NULL_POSITION || len == ch_zero() || in protochar()
405 (len = ch_length()) == NULL_POSITION || len == ch_zero() || in protochar()
H A Dmark.c173 cmark(m, curr_ifile, ch_zero(), 0); in getmark()
340 cmark(m, curr_ifile, ch_zero(), jump_sline); in gomark()
H A Dposition.c297 while (ch_tell() != ch_zero()) in beginning_of_line()
H A Dlsystem.c354 tpos = ch_zero(); in pipe_pos()
H A Dedit.c244 POSITION pos = ch_zero(); in check_modelines()
697 set_header(ch_zero()); in edit_ifile()
H A Dch.c514 if (pos < ch_zero() || (len != NULL_POSITION && pos > len)) in ch_seek()
603 if (ch_seek(ch_zero()) == 0) in ch_beg_seek()
H A Dinput.c376 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero()) in back_line()
H A Doptfunc.c1260 POSITION start_pos = (type == INIT) ? ch_zero() : position(TOP); in opt_header()
1261 if (start_pos == NULL_POSITION) start_pos = ch_zero(); in opt_header()
H A Dtags.c421 pos = ch_zero(); in ctagsearch()
H A Dless.h626 #define ch_zero() ((POSITION)0) macro
H A Dline.c1811 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero() || in back_raw_line()
1837 new_pos = ch_zero(); in back_raw_line()
H A Dsearch.c1147 pos = ch_zero(); in search_pos()
1619 pos = ch_zero(); in search_range()