Searched refs:ch_zero (Results 1 – 15 of 15) sorted by relevance
| /netbsd-src/external/bsd/less/dist/ |
| H A D | forwback.c | 154 if (ln+1 == header_lines && position(0) != ch_zero()) in set_attr_header() 164 POSITION pos = ch_zero(); /* header lines are at beginning of file */ in overlay_header() 185 pos = ch_zero(); in overlay_header() 294 pos = ch_zero(); in forw() 379 if (onscreen(ch_zero()) > 0) in forw() 381 jump_loc(ch_zero(), 0); /* {{ yuck }} */ in forw() 486 pos = ch_zero(); in forward() 544 POSITION pos = ch_zero(); in get_one_screen()
|
| H A D | linenum.c | 278 if (pos <= ch_zero()) in find_linenum() 384 return (ch_zero()); in find_pos() 468 POSITION pos = ch_zero(); in scan_eof()
|
| H A D | jump.c | 60 jump_loc(ch_zero(), sc_height-1); in jump_forw() 131 jump_loc(ch_zero(), 1); in repaint()
|
| H A D | prompt.c | 316 if (len == NULL_POSITION || len == ch_zero() || in protochar() 342 (len = ch_length()) == NULL_POSITION || len == ch_zero() || in protochar()
|
| H A D | mark.c | 142 cmark(m, curr_ifile, ch_zero(), 0); in getmark() 270 cmark(m, curr_ifile, ch_zero(), jump_sline); in gomark()
|
| H A D | lsystem.c | 267 tpos = ch_zero(); in pipe_mark()
|
| H A D | ch.c | 470 if (pos < ch_zero() || (len != NULL_POSITION && pos > len)) in ch_seek() 559 if (ch_seek(ch_zero()) == 0) in ch_beg_seek()
|
| H A D | input.c | 375 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero()) in back_line()
|
| H A D | less.h | 590 #define ch_zero() ((POSITION)0) macro
|
| H A D | tags.c | 416 pos = ch_zero(); in ctagsearch()
|
| H A D | line.c | 1385 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero() || in back_raw_line() 1410 new_pos = ch_zero(); in back_raw_line()
|
| H A D | search.c | 1036 pos = ch_zero(); in search_pos() 1271 pos = ch_zero(); in search_range()
|
| H A D | edit.c | 250 POSITION pos = ch_zero(); in check_modelines()
|
| H A D | command.c | 794 jump_loc(ch_zero(), 1); in make_display()
|
| /netbsd-src/external/bsd/less/dist/lesstest/lt/ |
| H A D | version.c.lt | 275 v144 3/1/90 Messed around with ch_zero;
|