Searched refs:s_flist (Results 1 – 1 of 1) sorted by relevance
78 struct s_flist { struct80 struct s_flist *next; argument87 static struct s_flist *files, **fl_nextp = &files;497 struct s_flist *fp; in add_file()499 if ((fp = malloc(sizeof (struct s_flist))) == NULL) in add_file()