Searched refs:PTF_int (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/lib/libeti/form/common/ |
H A D | driver.c | 39 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) in _page_navigation() 139 _field_navigation(PTF_int act, FORM *f) in _field_navigation() 155 _data_navigation(PTF_int act, FORM *f) in _data_navigation() 162 _data_manipulation(PTF_int act, FORM *f) in _data_manipulation() 174 _misc_request(PTF_int act, FORM *f) in _misc_request()
|
H A D | fieldtype.c | 72 (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) in new_fieldtype() 152 set_fieldtype_choice(FIELDTYPE *t, PTF_int next, PTF_int prev) in set_fieldtype_choice()
|
H A D | ty_regexp.c | 64 (PTF_int) 0, /* ccheck */ 65 (PTF_int) 0, /* next */ 66 (PTF_int) 0, /* prev */
|
H A D | ty_alnum.c | 64 (PTF_int) 0, /* next */ 65 (PTF_int) 0, /* prev */
|
H A D | ty_alpha.c | 64 (PTF_int) 0, /* next */ 65 (PTF_int) 0, /* prev */
|
H A D | ty_int.c | 73 (PTF_int) 0, /* next */ 74 (PTF_int) 0, /* prev */
|
H A D | ty_num.c | 73 (PTF_int) 0, /* next */ 74 (PTF_int) 0, /* prev */
|
H A D | llib-lform | 43 PTF_int fcheck; 44 PTF_int ccheck; 69 PTF_int next; 70 PTF_int prev;
|
H A D | ty_enum.c | 75 (PTF_int) 0, /* ccheck */
|
/titanic_41/usr/src/lib/libeti/form/inc/ |
H A D | form.h | 51 PTF_int fcheck; /* field validation */ 52 PTF_int ccheck; /* character validation */ 53 PTF_int next; /* enumerate next value */ 54 PTF_int prev; /* enumerate prev value */ 261 extern FIELDTYPE * new_fieldtype(PTF_int, PTF_int); 266 extern int set_fieldtype_choice(FIELDTYPE *, PTF_int, PTF_int);
|
H A D | utility.h | 246 extern int _page_navigation(PTF_int, FORM *); 247 extern int _field_navigation(PTF_int, FORM *); 248 extern int _data_navigation(PTF_int, FORM *); 249 extern int _data_manipulation(PTF_int, FORM *); 250 extern int _misc_request(PTF_int, FORM *);
|
/titanic_41/usr/src/lib/libeti/ |
H A D | eti.h | 41 typedef int (* PTF_int) (); typedef
|