Searched refs:s_flist (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/usr.bin/sed/
H A Dmain.c88 struct s_flist { struct
90 struct s_flist *next;
97 static struct s_flist *files, **fl_nextp = &files;
493 struct s_flist *fp;
495 if ((fp = malloc(sizeof(struct s_flist))) == NULL)
506 struct s_flist *file;

Completed in 110 milliseconds