Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sed/
H A Dmain.c78 struct s_flist { struct
80 struct s_flist *next; argument
87 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()