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