Home
last modified time | relevance | path

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

/openbsd/usr.bin/less/
H A Dprompt.c160 pos = ch_length(); in curr_byte()
191 return (linenums && ch_length() != -1); in cond()
197 return (curr_byte(where) != -1 && ch_length() > 0); in cond()
200 (len = ch_length()) > 0 && find_linenum(len) != 0); in cond()
203 return (ch_length() != -1); in cond()
252 len = ch_length(); in protochar()
289 len = ch_length(); in protochar()
305 len = ch_length(); in protochar()
314 (len = ch_length()) == -1 || len == ch_zero() || in protochar()
322 len = ch_length(); in protochar()
H A Dforwback.c58 if (ch_length() == -1) in eof_displayed()
71 return (pos == -1 || pos == ch_length()); in eof_displayed()
137 if (top_scroll && n >= sc_height - 1 && pos != ch_length()) { in forw()
H A Djump.c119 if ((len = ch_length()) == -1) { in jump_percent()
123 if ((len = ch_length()) == -1) { in jump_percent()
H A Dch.c215 if ((len = ch_length()) != -1 && pos >= len) in ch_get()
437 len = ch_length(); in ch_seek()
476 len = ch_length(); in ch_end_seek()
526 ch_length(void) in ch_length() function
H A Dfuncs.h47 off_t ch_length(void);
H A Dsearch.c589 pos = ch_length(); in search_pos()
592 pos = ch_length(); in search_pos()
H A Dlinenum.c441 len = ch_length(); in currline()
H A Dcommand.c886 curr_len = ch_length(); in forw_loop()