Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/less/dist/
Dinput.c119 if (ch_seek(curr_pos)) in forw_line_seg()
152 (void) ch_seek(base_pos); in forw_line_seg()
385 if (ch_seek(curr_pos-1)) in back_line()
465 if (ch_seek(new_pos)) in back_line()
477 (void) ch_seek(new_pos); in back_line()
602 if (ch_seek(pos)) in set_attnpos()
Dlinenum.c314 if (ch_seek(p->pos)) in find_linenum()
345 if (ch_seek(p->pos)) in find_linenum()
401 if (ch_seek(p->pos)) in find_pos()
419 if (ch_seek(p->pos)) in find_pos()
471 if (ch_seek(0)) in scan_eof()
Djump.c101 if (pos != NULL_POSITION && ch_seek(pos) == 0) in jump_back()
173 if (ch_seek(pos) == 0) in jump_line_loc()
228 if (ch_seek(pos)) in jump_loc()
Dch.c461 public int ch_seek(POSITION pos) in ch_seek() function
510 return (ch_seek(len)); in ch_end_seek()
543 return (ch_seek(end_pos)); in ch_end_buffer_seek()
559 if (ch_seek(ch_zero()) == 0) in ch_beg_seek()
Dbrac.c41 if (pos == NULL_POSITION || ch_seek(pos)) in match_brac()
Dlsystem.c295 if (ch_seek(spos) != 0) in pipe_data()
Dline.c1340 if (curr_pos == NULL_POSITION || ch_seek(curr_pos) || in forw_raw_line()
1386 ch_seek(curr_pos-1)) in back_raw_line()
Dfuncs.h48 public int ch_seek(POSITION pos);
/netbsd/src/distrib/utils/more/
Dinput.c71 if (curr_pos == NULL_POSITION || ch_seek(curr_pos))
142 ch_seek(curr_pos-1))
209 if (ch_seek(new_pos))
Dch.c266 ch_seek(pos) in ch_seek() function
290 return(ch_seek(ch_length())); in ch_end_seek()
314 if (ch_seek((off_t)0) == 0) in ch_beg_seek()
425 (void)ch_seek((off_t)0);
Dprim.c370 if (ch_seek((off_t)0)) {
424 if (ch_seek(pos) == 0)
459 if (ch_seek(pos)) {
Dline.c422 if (curr_pos == NULL_POSITION || ch_seek(curr_pos) ||
467 ch_seek(curr_pos-1))
Dlinenum.c316 if (ch_seek(p->pos))
348 if (ch_seek(p->pos))
Dextern.h27 int ch_seek __P((off_t));