Lines Matching refs:kp
78 char **kp = (char **)0; in Generic_Enum_Type() local
91 kp = kwds; in Generic_Enum_Type()
92 while (kp && (*kp++)) in Generic_Enum_Type()
106 kp = kwds; in Generic_Enum_Type()
109 while (kp && (*kp)) in Generic_Enum_Type()
111 (*kptarget++) = strdup(*kp++); in Generic_Enum_Type()
168 char **kp = ap->kwds; in Copy_Enum_Type() local
173 while (kp && (*kp)) in Copy_Enum_Type()
175 (*kptarget++) = strdup(*kp++); in Copy_Enum_Type()
202 char **kp = ap->kwds; in Free_Enum_Type() local
205 while (kp && (*kp)) in Free_Enum_Type()
207 free(*kp++); in Free_Enum_Type()