Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
HDforwback.c293 pos = ch_zero(); in forw()
478 pos = ch_zero(); in forward()
536 POSITION pos = ch_zero(); in get_one_screen()
HDlinenum.c289 if (pos <= ch_zero()) in find_linenum()
391 return (ch_zero()); in find_pos()
480 POSITION pos = ch_zero(); in scan_eof()
HDjump.c58 jump_loc(ch_zero(), sc_height-1); in jump_forw()
129 jump_loc(ch_zero(), 1); in repaint()
HDmark.c140 cmark(m, curr_ifile, ch_zero(), 0); in getmark()
268 cmark(m, curr_ifile, ch_zero(), jump_sline); in gomark()
HDprompt.c340 if (len == NULL_POSITION || len == ch_zero() || in protochar()
374 (len = ch_length()) == NULL_POSITION || len == ch_zero() || in protochar()
HDposition.c272 while (ch_tell() != ch_zero()) in beginning_of_line()
HDlsystem.c264 tpos = ch_zero(); in pipe_mark()
HDedit.c247 POSITION pos = ch_zero(); in check_modelines()
668 set_header(ch_zero()); in edit_ifile()
HDch.c477 if (pos < ch_zero() || (len != NULL_POSITION && pos > len)) in ch_seek()
566 if (ch_seek(ch_zero()) == 0) in ch_beg_seek()
HDoptfunc.c1069 POSITION start_pos = (type == INIT) ? ch_zero() : position(TOP); in opt_header()
1070 if (start_pos == NULL_POSITION) start_pos = ch_zero(); in opt_header()
HDinput.c358 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero()) in back_line()
HDtags.c414 pos = ch_zero(); in ctagsearch()
HDless.h606 #define ch_zero() ((POSITION)0) macro
HDline.c1549 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero() || in back_raw_line()
1574 new_pos = ch_zero(); in back_raw_line()
HDsearch.c1126 pos = ch_zero(); in search_pos()
1591 pos = ch_zero(); in search_range()
HDcommand.c814 jump_loc(ch_zero(), 1); in make_display()