Searched refs:fpp (Results 1 - 1 of 1) sorted by relevance
/ast/src/cmd/mailx/ | ||
H A D | proc.c | 83 struct file* fpp; local 85 if (!(fpp = (struct file*)malloc(sizeof *fpp))) 87 fpp->fp = fp; 88 fpp->pid = pid; 89 fpp->link = state.files; 90 state.files = fpp; |
Completed in 7 milliseconds