Searched defs:s_flist (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sed/
H A Dmain.c78 struct s_flist { struct
80 struct s_flist *next;
87 static struct s_flist *files, **fl_nextp = &files;
497 struct s_flist *fp;
499 if ((fp = malloc(sizeof (struct s_flist))) == NULL)

Completed in 58 milliseconds