Home
last modified time | relevance | path

Searched refs:ch_seek (Results 1 – 9 of 9) sorted by relevance

/src/contrib/less/
H A Dinput.c120 if (ch_seek(curr_pos)) in forw_line_seg()
150 ch_seek(curr_pos); in forw_line_seg()
156 ch_seek(base_pos); in forw_line_seg()
379 if (ch_seek(curr_pos-1)) in back_line()
456 if (ch_seek(new_pos)) in back_line()
468 (void) ch_seek(new_pos); in back_line()
598 if (ch_seek(pos)) in set_attnpos()
H A Dlinenum.c321 if (ch_seek(p->pos)) in find_linenum()
352 if (ch_seek(p->pos)) in find_linenum()
407 if (ch_seek(p->pos)) in find_pos()
425 if (ch_seek(p->pos)) in find_pos()
483 if (ch_seek(0)) in scan_eof()
H A Djump.c99 if (pos != NULL_POSITION && ch_seek(pos) == 0) in jump_back()
171 if (ch_seek(pos) == 0) in jump_line_loc()
260 if (ch_seek(pos)) in jump_loc()
H A Dbrac.c41 if (pos == NULL_POSITION || ch_seek(pos)) in match_brac()
H A Dch.c487 public int ch_seek(POSITION pos) in ch_seek() function
536 return (ch_seek(len)); in ch_end_seek()
569 return (ch_seek(end_pos)); in ch_end_buffer_seek()
585 if (ch_seek(ch_zero()) == 0) in ch_beg_seek()
H A Dposition.c278 ch_seek(tpos); in beginning_of_line()
H A Dlsystem.c292 if (ch_seek(spos) != 0) in pipe_data()
H A Dline.c1539 if (ch_seek(saved_pos != NULL_POSITION ? saved_pos : linepos)) in col_vs_pos()
1715 if (curr_pos == NULL_POSITION || ch_seek(curr_pos) || in forw_raw_line_len()
1772 ch_seek(curr_pos-1)) in back_raw_line()
H A Dfuncs.h57 public int ch_seek(POSITION pos);