Home
last modified time | relevance | path

Searched refs:ch_length (Results 1 – 9 of 9) sorted by relevance

/src/contrib/less/
H A Dprompt.c197 pos = ch_length(); in curr_byte()
231 return (linenums && ch_length() != NULL_POSITION); in cond()
245 return (curr_byte(where) != NULL_POSITION && ch_length() > 0); in cond()
248 (len = ch_length()) > 0 && in cond()
254 return (ch_length() != NULL_POSITION); in cond()
308 len = ch_length(); in protochar()
355 len = ch_length(); in protochar()
381 len = ch_length(); in protochar()
390 (len = ch_length()) == NULL_POSITION || len == ch_zero() || in protochar()
401 len = ch_length(); in protochar()
H A Dforwback.c84 if (ch_length() == NULL_POSITION) in eof_displayed()
97 return (pos == NULL_POSITION || pos == ch_length() || pos == soft_eof); in eof_displayed()
246 if (top_scroll && n >= sc_height - 1 && pos != ch_length()) in forw()
H A Dch.c228 if ((len = ch_length()) != NULL_POSITION && pos >= len) in ch_get()
235 if ((len = ch_length()) != NULL_POSITION && pos >= len) in ch_get()
495 len = ch_length(); in ch_seek()
534 len = ch_length(); in ch_end_seek()
608 public POSITION ch_length(void) in ch_length() function
H A Djump.c145 if ((len = ch_length()) == NULL_POSITION) in jump_percent()
150 if ((len = ch_length()) == NULL_POSITION) in jump_percent()
H A Dlinenum.c458 len = ch_length(); in currline()
H A Dsearch.c1111 pos = ch_length(); in search_pos()
1115 pos = ch_length(); in search_pos()
1583 pos = ch_length(); in search_range()
1587 pos = ch_length(); in search_range()
H A Dedit.c309 ch_length() != NULL_POSITION) in close_pipe()
H A Doptfunc.c995 if (want_filesize && curr_ifile != NULL && ch_length() == NULL_POSITION) in opt_filesize()
H A Dfuncs.h61 public POSITION ch_length(void);