Home
last modified time | relevance | path

Searched refs:ch_zero (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/bsd/less/dist/
H A Dforwback.c154 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 Dlinenum.c278 if (pos <= ch_zero()) in find_linenum()
384 return (ch_zero()); in find_pos()
468 POSITION pos = ch_zero(); in scan_eof()
H A Djump.c60 jump_loc(ch_zero(), sc_height-1); in jump_forw()
131 jump_loc(ch_zero(), 1); in repaint()
H A Dprompt.c316 if (len == NULL_POSITION || len == ch_zero() || in protochar()
342 (len = ch_length()) == NULL_POSITION || len == ch_zero() || in protochar()
H A Dmark.c142 cmark(m, curr_ifile, ch_zero(), 0); in getmark()
270 cmark(m, curr_ifile, ch_zero(), jump_sline); in gomark()
H A Dlsystem.c267 tpos = ch_zero(); in pipe_mark()
H A Dch.c470 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 Dinput.c375 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero()) in back_line()
H A Dless.h590 #define ch_zero() ((POSITION)0) macro
H A Dtags.c416 pos = ch_zero(); in ctagsearch()
H A Dline.c1385 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero() || in back_raw_line()
1410 new_pos = ch_zero(); in back_raw_line()
H A Dsearch.c1036 pos = ch_zero(); in search_pos()
1271 pos = ch_zero(); in search_range()
H A Dedit.c250 POSITION pos = ch_zero(); in check_modelines()
H A Dcommand.c794 jump_loc(ch_zero(), 1); in make_display()
/netbsd-src/external/bsd/less/dist/lesstest/lt/
H A Dversion.c.lt275 v144 3/1/90 Messed around with ch_zero;