Searched refs:ch_length (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/less/
H A Dprompt.c171 pos = ch_length();
205 return (linenums && ch_length() != NULL_POSITION);
220 ch_length() > 0);
223 (len = ch_length()) > 0 &&
227 return (ch_length() != NULL_POSITION);
282 len = ch_length();
324 len = ch_length();
342 len = ch_length();
351 (len = ch_length()) == NULL_POSITION || len == ch_zero() ||
359 len = ch_length();
[all...]
H A Dforwback.c64 if (ch_length() == NULL_POSITION)
77 return (pos == NULL_POSITION || pos == ch_length());
150 if (top_scroll && n >= sc_height - 1 && pos != ch_length())
H A Djump.c126 if ((len = ch_length()) == NULL_POSITION)
131 if ((len = ch_length()) == NULL_POSITION)
H A Dch.c226 if ((len = ch_length()) != NULL_POSITION && pos >= len)
485 len = ch_length();
525 len = ch_length();
576 ch_length() function
H A Dlinenum.c461 len = ch_length();
H A Dfuncs.h42 public POSITION ch_length ();
H A Dsearch.c660 pos = ch_length();
664 pos = ch_length();
H A Dcommand.c978 curr_len = ch_length();

Completed in 268 milliseconds