Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/
H A Dedit.c106 public char * forw_textlist(struct textlist *tlist, char *prev) in forw_textlist() function
708 while ((filename = forw_textlist(&tl_files, filename)) != NULL) in edit_list()
713 while ((gfilename = forw_textlist(&tl_gfiles, gfilename)) != NULL) in edit_list()
H A Dmain.c210 while ((filename = forw_textlist(&tlist, filename)) != NULL) in main()
H A Dfuncs.h118 public char * forw_textlist(struct textlist *tlist, char *prev);
H A Dcmdbuf.c1082 return (forw_textlist(&tk_tlist, prev)); in next_compl()