Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libeti/form/common/
H A Dfieldtype.c52 #define CopyA(t) ((t)->copyarg)
138 PTF_charP copyarg, PTF_void freearg) in set_fieldtype_arg() argument
140 if (t && makearg && copyarg && freearg) { in set_fieldtype_arg()
143 CopyA(t) = copyarg; in set_fieldtype_arg()
H A Dllib-lform59 set_fieldtype_arg(t, makearg, copyarg, freearg)
62 PTF_charP copyarg;
/titanic_50/usr/src/lib/libeti/form/inc/
H A Dform.h49 PTF_charP copyarg; /* copy fieldtype arg */ member