Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/form/
H A Dfld_arg.c82 typ->copyarg = copy_arg; in FORM_EXPORT()
H A Dfld_def.c154 if (typ->copyarg != (void *)0) in _nc_Copy_Argument()
156 if (!(res = (TypeArgument *)(typ->copyarg((const void *)argp)))) in _nc_Copy_Argument()
H A Dform.h179 void* (*copyarg)(const void *); /* copy fieldtype arg */ member
/freebsd/contrib/ncurses/
H A DNEWS13615 + Fixed a bug in form/fld_def.c: take into account that copyarg and
13618 not be NULL, copyarg and freearg may be NULL.