Home
last modified time | relevance | path

Searched refs:edit_next (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/less/
H A Dedit.c742 return (edit_next(1)); in edit_first()
801 public int edit_next(int n) in edit_inext()
805 public int edit_next(int n) edit_next() function
H A Dforwback.c468 if (edit_next(1)) in forward()
H A Dmain.c406 } while (edit_next(1) == 0); in quit()
H A Dcommand.c1229 nomore = edit_next(1); in commands()
1927 if (edit_next((int) number)) in commands()
H A Dfuncs.h141 public int edit_next(int n);