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

/freebsd-13-stable/contrib/less/
H A Djump.c54 jump_loc(ch_zero(), sc_height-1);
129 jump_loc(ch_zero(), 1);
H A Dforwback.c131 * The first real line after the blanks will start at ch_zero().
217 * read a line starting at ch_zero() next time.
220 pos = ch_zero();
402 pos = ch_zero();
466 POSITION pos = ch_zero();
H A Dlinenum.c284 if (pos <= ch_zero())
392 return (ch_zero());
H A Dlsystem.c276 tpos = ch_zero();
H A Dprompt.c334 if (len == NULL_POSITION || len == ch_zero() ||
360 (len = ch_length()) == NULL_POSITION || len == ch_zero() ||
H A Dinput.c285 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero())
H A Dmark.c152 cmark(m, curr_ifile, ch_zero(), 0);
290 cmark(m, curr_ifile, ch_zero(), jump_sline);
H A Dch.c484 if (pos < ch_zero() || (len != NULL_POSITION && pos > len))
576 if (ch_seek(ch_zero()) == 0)
H A Dless.h543 #define ch_zero() ((POSITION)0) macro
H A Dtags.c428 pos = ch_zero();
H A Dline.c1351 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero() ||
1376 new_pos = ch_zero();
H A Dsearch.c1093 pos = ch_zero();
1342 pos = ch_zero();
H A Dcommand.c740 jump_loc(ch_zero(), 1);

Completed in 183 milliseconds