Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ncurses/form/
Dfld_arg.c76 typ->copyarg = copy_arg; in NCURSES_EXPORT()
Dfld_def.c156 if (typ->copyarg != (void *)0) in _nc_Copy_Argument()
158 if (!(res = (TypeArgument *)(typ->copyarg((const void *)argp)))) in _nc_Copy_Argument()
Dform.h119 void* (*copyarg)(const void *); /* copy fieldtype arg */ member
/freebsd-10-stable/contrib/ncurses/
DNEWS6811 + Fixed a bug in form/fld_def.c: take into account that copyarg and
6814 not be NULL, copyarg and freearg may be NULL.