Home
last modified time | relevance | path

Searched refs:forw_textlist (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/less/
H A Dedit.c58 * forw_textlist uses that structure to iterate thru the list of
103 public constant char * forw_textlist(struct textlist *tlist, constant char *prev) in forw_textlist()
700 while ((filename = forw_textlist(&tl_files, filename)) != NULL) in edit_list()
705 while ((gfilename = forw_textlist(&tl_gfiles, gfilename)) != NULL) in edit_list()
102 public char * forw_textlist(struct textlist *tlist, char *prev) forw_textlist() function
H A Dmain.c378 while ((filename = forw_textlist(&tlist, filename)) != NULL) in sprefix()
H A Dfuncs.h132 public constant char * forw_textlist(struct textlist *tlist, constant char *prev);
H A Dcmdbuf.c1098 return (forw_textlist(&tk_tlist, prev)); in cmd_complete()