Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/less/
H A Dforwback.c220 pos = ch_zero();
402 pos = ch_zero();
466 POSITION pos = ch_zero(); in get_one_screen()
H A Djump.c54 jump_loc(ch_zero(), sc_height-1); in jump_forw()
129 jump_loc(ch_zero(), 1); in repaint()
H A Dlinenum.c284 if (pos <= ch_zero())
392 return (ch_zero());
H A Dmark.c152 cmark(m, curr_ifile, ch_zero(), 0);
290 cmark(m, curr_ifile, ch_zero(), jump_sline);
H A Dprompt.c334 if (len == NULL_POSITION || len == ch_zero() ||
360 (len = ch_length()) == NULL_POSITION || len == ch_zero() ||
H A Dlsystem.c276 tpos = ch_zero();
H A Dinput.c285 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero())
H A Dch.c484 if (pos < ch_zero() || (len != NULL_POSITION && pos > len))
576 if (ch_seek(ch_zero()) == 0) in ch_beg_seek()
H A Dless.h543 #define ch_zero() ((POSITION)0) macro
H A Dline.c1362 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero() ||
1387 new_pos = ch_zero();
H A Dtags.c436 pos = ch_zero(); in ctagsearch()
H A Dsearch.c1093 pos = ch_zero();
1342 pos = ch_zero();
H A Dcommand.c740 jump_loc(ch_zero(), 1); in make_display()