HomeSort by: relevance | last modified time | path
    Searched defs:s_flist (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/sed/
main.c 96 struct s_flist { struct
98 struct s_flist *next;
105 static struct s_flist *files, **fl_nextp = &files;
511 struct s_flist *fp;
513 fp = xmalloc(sizeof(struct s_flist));
523 struct s_flist *file;
main.c 96 struct s_flist { struct
98 struct s_flist *next;
105 static struct s_flist *files, **fl_nextp = &files;
511 struct s_flist *fp;
513 fp = xmalloc(sizeof(struct s_flist));
523 struct s_flist *file;

Completed in 23 milliseconds