Home
last modified time | relevance | path

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

/mirbsd/src/lib/libncurses/src/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
/mirbsd/src/lib/libncurses/src/
DNEWS5374 + Fixed a bug in form/fld_def.c: take into account that copyarg and
5377 not be NULL, copyarg and freearg may be NULL.