Searched refs:forw_textlist (Results 1 – 4 of 4) sorted by relevance
58 * forw_textlist uses that structure to iterate thru the list of103 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
378 while ((filename = forw_textlist(&tlist, filename)) != NULL) in sprefix()
132 public constant char * forw_textlist(struct textlist *tlist, constant char *prev);
1098 return (forw_textlist(&tk_tlist, prev)); in cmd_complete()