Searched refs:copyarg (Results 1 – 4 of 4) sorted by relevance
76 typ->copyarg = copy_arg; in NCURSES_EXPORT()
156 if (typ->copyarg != (void *)0) in _nc_Copy_Argument()158 if (!(res = (TypeArgument *)(typ->copyarg((const void *)argp)))) in _nc_Copy_Argument()
119 void* (*copyarg)(const void *); /* copy fieldtype arg */ member
5374 + Fixed a bug in form/fld_def.c: take into account that copyarg and5377 not be NULL, copyarg and freearg may be NULL.