Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dforwback.c214 * The first real line after the blanks will start at ch_zero().
295 * read a line starting at ch_zero() next time. in forw()
298 pos = ch_zero(); in forw()
484 pos = ch_zero(); in forward()
542 POSITION pos = ch_zero();
H A Dlinenum.c289 if (pos <= ch_zero()) in find_linenum()
391 return (ch_zero()); in find_pos()
480 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 Dmark.c140 cmark(m, curr_ifile, ch_zero(), 0); in getmark()
268 cmark(m, curr_ifile, ch_zero(), jump_sline); in gomark()
H A Dprompt.c338 if (len == NULL_POSITION || len == ch_zero() || in protochar()
372 (len = ch_length()) == NULL_POSITION || len == ch_zero() || in protochar()
H A Dlsystem.c264 tpos = ch_zero(); in pipe_mark()
H A Dch.c477 if (pos < ch_zero() || (len != NULL_POSITION && pos > len)) in ch_seek()
566 if (ch_seek(ch_zero()) == 0) in ch_beg_seek()
H A Dinput.c358 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero())
H A Dless.h606 #define ch_zero() ((POSITION)0)
588 #define ch_zero( global() macro
H A Dtags.c414 pos = ch_zero(); in ctagsearch()
H A Dline.c1549 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero() || in lookup_color_index()
1574 new_pos = ch_zero(); in set_color_map()
H A Dsearch.c1126 pos = ch_zero(); in matches_filters()
1591 pos = ch_zero(); in search()
H A Dedit.c247 POSITION pos = ch_zero(); in check_modelines()
668 set_header(ch_zero()); in edit_ifile()
H A Dcommand.c820 jump_loc(ch_zero(), 1); in prompt()