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