Searched refs:PTF_int (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/libeti/form/common/
H A Dty_regexp.c64 (PTF_int) 0, /* ccheck */
65 (PTF_int) 0, /* next */
66 (PTF_int) 0, /* prev */
H A Ddriver.c39 PTF_int class;
40 PTF_int act;
117 static REQUEST FAIL = { (PTF_int) 0, (PTF_int) 0 };
121 _page_navigation(PTF_int act, FORM *f)
139 _field_navigation(PTF_int act, FORM *f)
155 _data_navigation(PTF_int act, FORM *f)
162 _data_manipulation(PTF_int act, FORM *f)
174 _misc_request(PTF_int act, FORM *f)
H A Dfieldtype.c72 (PTF_int) 0, /* fcheck */
73 (PTF_int) 0, /* ccheck */
74 (PTF_int) 0, /* next */
75 (PTF_int) 0, /* prev */
82 new_fieldtype(PTF_int fcheck, PTF_int ccheck)
152 set_fieldtype_choice(FIELDTYPE *t, PTF_int next, PTF_int prev)
H A Dty_alnum.c64 (PTF_int) 0, /* next */
65 (PTF_int) 0, /* prev */
H A Dty_alpha.c64 (PTF_int) 0, /* next */
65 (PTF_int) 0, /* prev */
H A Dty_int.c73 (PTF_int) 0, /* next */
74 (PTF_int) 0, /* prev */
H A Dty_num.c73 (PTF_int) 0, /* next */
74 (PTF_int) 0, /* prev */
H A Dllib-lform40 PTF_int fcheck;
41 PTF_int ccheck;
66 PTF_int next;
67 PTF_int prev;
H A Dty_enum.c75 (PTF_int) 0, /* ccheck */
/osnet-11/usr/src/lib/libeti/
H A Deti.h38 typedef int (* PTF_int) (); typedef
/osnet-11/usr/src/lib/libeti/form/inc/
H A Dform.h48 PTF_int fcheck; /* field validation */
49 PTF_int ccheck; /* character validation */
50 PTF_int next; /* enumerate next value */
51 PTF_int prev; /* enumerate prev value */
258 extern FIELDTYPE * new_fieldtype(PTF_int, PTF_int);
263 extern int set_fieldtype_choice(FIELDTYPE *, PTF_int, PTF_int);
H A Dutility.h242 extern int _page_navigation(PTF_int, FORM *);
243 extern int _field_navigation(PTF_int, FORM *);
244 extern int _data_navigation(PTF_int, FORM *);
245 extern int _data_manipulation(PTF_int, FORM *);
246 extern int _misc_request(PTF_int, FORM *);

Completed in 37 milliseconds