Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/tip/
H A Dacu.c90 if (phfd == NOFILE) { in connect()
94 rewind(phfd); in connect()
95 while (fgets(string, sizeof (string), phfd) != NOSTR) { in connect()
H A Dtip.h241 FILE *phfd; /* FILE for PHONES file */ variable
H A Dtip.c158 phfd = fopen(PH, "r"); in main()