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

  /src/external/bsd/less/dist/
forwback.c 154 if (ln+1 == header_lines && position(0) != ch_zero())
164 POSITION pos = ch_zero(); /* header lines are at beginning of file */
185 pos = ch_zero();
214 * The first real line after the blanks will start at ch_zero().
291 * read a line starting at ch_zero() next time.
294 pos = ch_zero();
376 * Don't allow ch_zero to appear on screen except at top of screen.
379 if (onscreen(ch_zero()) > 0)
381 jump_loc(ch_zero(), 0); /* {{ yuck }} */
486 pos = ch_zero();
    [all...]
jump.c 60 jump_loc(ch_zero(), sc_height-1);
131 jump_loc(ch_zero(), 1);
linenum.c 278 if (pos <= ch_zero())
384 return (ch_zero());
468 POSITION pos = ch_zero();
prompt.c 316 if (len == NULL_POSITION || len == ch_zero() ||
342 (len = ch_length()) == NULL_POSITION || len == ch_zero() ||
lsystem.c 267 tpos = ch_zero();
mark.c 142 cmark(m, curr_ifile, ch_zero(), 0);
270 cmark(m, curr_ifile, ch_zero(), jump_sline);
ch.c 470 if (pos < ch_zero() || (len != NULL_POSITION && pos > len))
559 if (ch_seek(ch_zero()) == 0)
input.c 375 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero())
less.h 590 #define ch_zero() ((POSITION)0) macro
tags.c 416 pos = ch_zero();
line.c 1385 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero() ||
1410 new_pos = ch_zero();
edit.c 250 POSITION pos = ch_zero();
search.c 1036 pos = ch_zero();
1271 pos = ch_zero();
command.c 794 jump_loc(ch_zero(), 1);

Completed in 25 milliseconds