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

/freebsd-12-stable/contrib/less/
H A Dedit.c52 * forw_textlist uses that structure to iterate thru the list of
101 forw_textlist(tlist, prev) function
525 while ((filename = forw_textlist(&tl_files, filename)) != NULL)
530 while ((gfilename = forw_textlist(&tl_gfiles, gfilename)) != NULL)
H A Dmain.c212 while ((filename = forw_textlist(&tlist, filename)) != NULL)
H A Dfuncs.h112 public char * forw_textlist LESSPARAMS ((struct textlist *tlist, char *prev));
H A Dcmdbuf.c1137 return (forw_textlist(&tk_tlist, prev));

Completed in 103 milliseconds