Home
last modified time | relevance | path

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

/src/contrib/less/
H A Dlinenum.c288 if (pos <= ch_zero()) in find_linenum()
390 return (ch_zero()); in find_pos()
479 POSITION pos = ch_zero(); in scan_eof()
H A Dforwback.c293 pos = ch_zero(); in forw()
470 pos = ch_zero(); in forward()
528 POSITION pos = ch_zero(); in get_one_screen()
H A Djump.c58 jump_loc(ch_zero(), sc_height-1); in jump_forw()
129 jump_loc(ch_zero(), 1); in repaint()
H A Dprompt.c356 if (len == NULL_POSITION || len == ch_zero() || in protochar()
390 (len = ch_length()) == NULL_POSITION || len == ch_zero() || in protochar()
H A Dmark.c172 cmark(m, curr_ifile, ch_zero(), 0); in getmark()
304 cmark(m, curr_ifile, ch_zero(), jump_sline); in gomark()
H A Dposition.c279 while (ch_tell() != ch_zero()) in beginning_of_line()
H A Dlsystem.c264 tpos = ch_zero(); in pipe_mark()
H A Dedit.c244 POSITION pos = ch_zero(); in check_modelines()
671 set_header(ch_zero()); in edit_ifile()
H A Dch.c496 if (pos < ch_zero() || (len != NULL_POSITION && pos > len)) in ch_seek()
585 if (ch_seek(ch_zero()) == 0) in ch_beg_seek()
H A Doptfunc.c1110 POSITION start_pos = (type == INIT) ? ch_zero() : position(TOP); in opt_header()
1111 if (start_pos == NULL_POSITION) start_pos = ch_zero(); in opt_header()
H A Dinput.c374 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero()) in back_line()
H A Dtags.c415 pos = ch_zero(); in ctagsearch()
H A Dless.h614 #define ch_zero() ((POSITION)0) macro
H A Dline.c1771 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero() || in back_raw_line()
1797 new_pos = ch_zero(); in back_raw_line()
H A Dsearch.c1108 pos = ch_zero(); in search_pos()
1580 pos = ch_zero(); in search_range()
H A Dcommand.c865 jump_loc(ch_zero(), 1); in make_display()