Searched refs:ch_length (Results 1 – 9 of 9) sorted by relevance
197 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()
84 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()
228 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
145 if ((len = ch_length()) == NULL_POSITION) in jump_percent()150 if ((len = ch_length()) == NULL_POSITION) in jump_percent()
458 len = ch_length(); in currline()
1111 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()
309 ch_length() != NULL_POSITION) in close_pipe()
995 if (want_filesize && curr_ifile != NULL && ch_length() == NULL_POSITION) in opt_filesize()
61 public POSITION ch_length(void);