Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/less/
HDedit.c103 public constant char * forw_textlist(struct textlist *tlist, constant char *prev) in forw_textlist() function
700 while ((filename = forw_textlist(&tl_files, filename)) != NULL) in edit_list()
705 while ((gfilename = forw_textlist(&tl_gfiles, gfilename)) != NULL) in edit_list()
HDmain.c378 while ((filename = forw_textlist(&tlist, filename)) != NULL) in main()
HDcmdbuf.c1098 return (forw_textlist(&tk_tlist, prev)); in next_compl()
HDfuncs.h132 public constant char * forw_textlist(struct textlist *tlist, constant char *prev);