Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libeti/form/common/
H A Dfieldtype.c69 (PTF_charP) 0, /* makearg */
70 (PTF_charP) 0, /* copyarg */
137 set_fieldtype_arg(FIELDTYPE *t, PTF_charP makearg, in set_fieldtype_arg()
138 PTF_charP copyarg, PTF_void freearg) in set_fieldtype_arg()
H A Dllib-lform61 PTF_charP makearg;
62 PTF_charP copyarg;
/titanic_41/usr/src/lib/libeti/form/inc/
H A Dform.h48 PTF_charP makearg; /* make fieldtype arg */
49 PTF_charP copyarg; /* copy fieldtype arg */
264 extern int set_fieldtype_arg(FIELDTYPE *, PTF_charP,
265 PTF_charP, PTF_void);
/titanic_41/usr/src/lib/libeti/
H A Deti.h39 typedef char * (* PTF_charP) (); typedef