Lines Matching refs:pinfo
52 struct pinfo *pinfo; in putcfile() local
168 pinfo = a_ept->pinfo; in putcfile()
169 while (pinfo) { in putcfile()
174 if (pinfo->status) { in putcfile()
175 if (fputc(pinfo->status, a_fp) == EOF) { in putcfile()
180 if (fputs(pinfo->pkg, a_fp) == EOF) { in putcfile()
184 if (pinfo->editflag) { in putcfile()
190 if (pinfo->aclass[0]) { in putcfile()
194 if (fputs(pinfo->aclass, a_fp) == EOF) { in putcfile()
198 pinfo = pinfo->next; in putcfile()
220 struct pinfo *pinfo; in putcvfpfile() local
354 pinfo = a_ept->pinfo; in putcvfpfile()
355 while (pinfo) { in putcvfpfile()
357 if (pinfo->status) { in putcvfpfile()
358 vfpPutc(a_vfp, pinfo->status); in putcvfpfile()
361 vfpPuts(a_vfp, pinfo->pkg); in putcvfpfile()
363 if (pinfo->editflag) { in putcvfpfile()
367 if (pinfo->aclass[0]) { in putcvfpfile()
369 vfpPuts(a_vfp, pinfo->aclass); in putcvfpfile()
371 pinfo = pinfo->next; in putcvfpfile()