Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/less/
Dinput.c78 if (ch_seek(curr_pos))
111 (void) ch_seek(base_pos);
295 if (ch_seek(curr_pos-1))
375 if (ch_seek(new_pos))
385 (void) ch_seek(new_pos);
469 if (ch_seek(pos))
Dlinenum.c320 if (ch_seek(p->pos))
351 if (ch_seek(p->pos))
409 if (ch_seek(p->pos))
427 if (ch_seek(p->pos))
Djump.c98 if (pos != NULL_POSITION && ch_seek(pos) == 0)
177 if (ch_seek(pos) == 0)
235 if (ch_seek(pos))
Dch.c474 ch_seek(pos) in ch_seek() function
525 return (ch_seek(len)); in ch_end_seek()
559 return (ch_seek(end_pos)); in ch_end_buffer_seek()
576 if (ch_seek(ch_zero()) == 0) in ch_beg_seek()
Dbrac.c46 if (pos == NULL_POSITION || ch_seek(pos))
Dlsystem.c308 if (ch_seek(spos) != 0)
Dline.c1302 if (curr_pos == NULL_POSITION || ch_seek(curr_pos) ||
1352 ch_seek(curr_pos-1))
Dfuncs.h43 public int ch_seek LESSPARAMS ((POSITION pos));