Searched refs:pcfp (Results 1 – 1 of 1) sorted by relevance
1065 struct ppm_confdefs *pcfp; in ppm_convert() local1075 for (pcfp = ppm_confdefs_table; (pcfp->sym != NULL); pcfp++) { in ppm_convert()1076 if (strcmp(s, pcfp->sym) == 0) in ppm_convert()1077 return (*val = pcfp->val); in ppm_convert()