Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ncurses/form/
Dfty_enum.c79 char **kptarget; in Generic_Enum_Type() local
105 if ((kptarget = argp->kwds) != 0) in Generic_Enum_Type()
109 (*kptarget++) = strdup(*kp++); in Generic_Enum_Type()
111 *kptarget = (char *)0; in Generic_Enum_Type()
165 char **kptarget; in Copy_Enum_Type() local
169 if ((kptarget = result->kwds) != 0) in Copy_Enum_Type()
173 (*kptarget++) = strdup(*kp++); in Copy_Enum_Type()
175 *kptarget = (char *)0; in Copy_Enum_Type()