Home
last modified time | relevance | path

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

/src/contrib/less/
H A Dedit.c104 public constant char * forw_textlist(constant struct textlist *tlist, constant char *prev) in forw_textlist() function
703 while ((filename = forw_textlist(&tl_files, filename)) != NULL) in edit_list()
708 while ((gfilename = forw_textlist(&tl_gfiles, gfilename)) != NULL) in edit_list()
H A Dmain.c398 while ((filename = forw_textlist(&tlist, filename)) != NULL) in main()
H A Dcmdbuf.c1159 return (forw_textlist(&tk_tlist, prev)); in next_compl()
H A Dfuncs.h147 public constant char * forw_textlist(constant struct textlist *tlist, constant char *prev);