Searched refs:_nc_Copy_Argument (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/ncurses/form/ |
| HD | fld_def.c | 134 _nc_Copy_Argument(const FIELDTYPE *typ, const TypeArgument *argp, int *err) in _nc_Copy_Argument() function 148 p->left = _nc_Copy_Argument(typ, argp->left, err); in _nc_Copy_Argument() 149 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()
|
| HD | form.priv.h | 150 extern NCURSES_EXPORT(TypeArgument *) _nc_Copy_Argument (const FIELDTYPE*, const TypeArgument*, int…
|
| HD | llib-lformw | 135 #undef _nc_Copy_Argument 136 TypeArgument *_nc_Copy_Argument(
|
| HD | llib-lform | 135 #undef _nc_Copy_Argument 136 TypeArgument *_nc_Copy_Argument(
|
| /trueos/contrib/ncurses/misc/ |
| HD | form.def | 13 "_nc_Copy_Argument" @8 NONAME
|