HomeSort by: relevance | last modified time | path
    Searched refs:ch_length (Results 1 - 15 of 15) sorted by relevancy

  /src/external/bsd/less/dist/
prompt.c 160 pos = ch_length();
194 return (linenums && ch_length() != NULL_POSITION);
209 ch_length() > 0);
212 (len = ch_length()) > 0 &&
216 return (ch_length() != NULL_POSITION);
268 len = ch_length();
315 len = ch_length();
333 len = ch_length();
342 (len = ch_length()) == NULL_POSITION || len == ch_zero() ||
350 len = ch_length();
    [all...]
jump.c 147 if ((len = ch_length()) == NULL_POSITION)
152 if ((len = ch_length()) == NULL_POSITION)
forwback.c 80 if (ch_length() == NULL_POSITION)
93 return (pos == NULL_POSITION || pos == ch_length());
244 if (top_scroll && n >= sc_height - 1 && pos != ch_length())
ch.c 229 if ((len = ch_length()) != NULL_POSITION && pos >= len)
469 len = ch_length();
508 len = ch_length();
582 public POSITION ch_length(void) function
linenum.c 452 len = ch_length();
search.c 1039 pos = ch_length();
1043 pos = ch_length();
1274 pos = ch_length();
1278 pos = ch_length();
edit.c 309 if (sig != SIGPIPE || ch_length() != NULL_POSITION)
optfunc.c 927 if (want_filesize && curr_ifile != NULL && ch_length() == NULL_POSITION)
funcs.h 52 public POSITION ch_length(void);
command.c 1196 curr_len = ch_length();
  /src/distrib/utils/more/
ch.c 290 return(ch_seek(ch_length()));
336 ch_length() function
prim.c 81 if (pos == NULL_POSITION || pos == ch_length())
414 if ((len = ch_length()) == NULL_POSITION)
linenum.c 390 pos = ch_length();
command.c 197 if (!ispipe && (len = ch_length())) {
220 (len = ch_length())) {
extern.h 30 off_t ch_length __P((void));

Completed in 27 milliseconds