Searched refs:ch_zero (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/less/
H A Dmark.c82 m->m_scrpos.pos = ch_zero();
198 m->m_scrpos.pos = ch_zero();
H A Dforwback.c119 * The first real line after the blanks will start at ch_zero().
199 * read a line starting at ch_zero() next time.
202 pos = ch_zero();
373 pos = ch_zero();
H A Dlinenum.c282 if (pos <= ch_zero())
391 return (ch_zero());
H A Dprompt.c326 if (len == NULL_POSITION || len == ch_zero() ||
352 (len = ch_length()) == NULL_POSITION || len == ch_zero() ||
H A Dlsystem.c269 tpos = ch_zero();
H A Dinput.c258 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero())
H A Dch.c486 if (pos < ch_zero() || (len != NULL_POSITION && pos > len))
552 if (ch_seek(ch_zero()) == 0)
H A Dline.c1192 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero() ||
1217 new_pos = ch_zero();
H A Dless.h491 #define ch_zero() ((POSITION)0) macro
H A Dtags.c403 pos = ch_zero();
H A Dsearch.c659 pos = ch_zero();
H A Dcommand.c657 * jump_loc(ch_zero(), jump_sline);
661 jump_loc(ch_zero(), 1);

Completed in 77 milliseconds