Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mailx/
H A Dmyfopen.c81 for (tmp = fplist; tmp != (NODE *)NULL; tmp = tmp->next) in search()
94 if (fplist == NOFP) { in append()
95 fplist = newnode; in append()
108 for (prev = cur = fplist; cur != (NODE *)NULL; cur = cur->next) { in del1()
110 if (cur == fplist) { in del1()
111 cur = fplist = cur->next; in del1()
132 fplist = NOFP; in my_fopen()
146 if (fplist != NOFP) { in my_fclose()
H A Dinit.c78 NODE *fplist = NOFP; variable
H A Dlex.c806 for (head = fplist; head != (NODE *)NULL; head = head->next) { in stop()
/titanic_41/usr/src/cmd/svr4pkg/pkgchk/
H A Dmain.c542 FILE *fplist; in setpathlist() local
553 fplist = stdin; in setpathlist()
567 if ((fplist = fdopen(fd, "r")) == NULL) { in setpathlist()
572 while (fscanf(fplist, "%1024s", pathname) == 1) { in setpathlist()
587 (void) fclose(fplist); in setpathlist()
/titanic_41/usr/src/cmd/mailx/hdr/
H A Dglob.h69 extern NODE *fplist; /* ???? */