Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/less/
H A Dforwback.c214 pos = ch_zero();
396 pos = ch_zero();
461 POSITION pos = ch_zero(); in get_line_count()
H A Dmark.c75 m->m_scrpos.pos = ch_zero();
207 m->m_scrpos.pos = ch_zero();
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.c282 if (pos <= ch_zero())
391 return (ch_zero());
H A Dprompt.c325 if (len == NULL_POSITION || len == ch_zero() ||
351 (len = ch_length()) == NULL_POSITION || len == ch_zero() ||
H A Dlsystem.c269 tpos = ch_zero();
H A Dch.c489 if (pos < ch_zero() || (len != NULL_POSITION && pos > len))
581 if (ch_seek(ch_zero()) == 0) in ch_beg_seek()
H A Dinput.c264 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero())
H A Dline.c1288 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero() ||
1313 new_pos = ch_zero();
H A Dless.h517 #define ch_zero() ((POSITION)0) macro
H A Dtags.c428 pos = ch_zero(); in ctagsearch()
H A Dcommand.c676 jump_loc(ch_zero(), 1); in make_display()
H A Dsearch.c1086 pos = ch_zero();