Searched refs:_nc_Copy_Argument (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ncurses/form/ |
H A D | fld_def.c | 133 _nc_Copy_Argument(const FIELDTYPE *typ, const TypeArgument *argp, int *err) in _nc_Copy_Argument() function 146 p->left = _nc_Copy_Argument(typ, argp->left, err); in _nc_Copy_Argument() 147 p->right = _nc_Copy_Argument(typ, argp->right, err); in _nc_Copy_Argument() 221 dst->arg = (void *)_nc_Copy_Argument(src->type, (TypeArgument *)(src->arg), &err); in _nc_Copy_Type()
|
H A D | form.priv.h | 176 extern FORM_EXPORT(TypeArgument *) _nc_Copy_Argument (const FIELDTYPE*, const TypeArgument*, int*);
|
H A D | llib-lformtw | 141 #undef _nc_Copy_Argument 142 TypeArgument *_nc_Copy_Argument(
|
H A D | llib-lformt | 141 #undef _nc_Copy_Argument 142 TypeArgument *_nc_Copy_Argument(
|
H A D | llib-lformw | 141 #undef _nc_Copy_Argument 142 TypeArgument *_nc_Copy_Argument(
|
H A D | llib-lform | 141 #undef _nc_Copy_Argument 142 TypeArgument *_nc_Copy_Argument(
|
/freebsd/contrib/ncurses/misc/ |
H A D | form.def | 13 "_nc_Copy_Argument" @8 NONAME
|