/freebsd/contrib/ncurses/form/ |
H A D | llib-lformtw | 50 FIELDTYPE *_nc_retrace_field_type( 51 FIELDTYPE *code) 52 { return(*(FIELDTYPE **)0); } 68 FIELDTYPE *typ, 136 const FIELDTYPE *typ, 143 const FIELDTYPE *typ, 150 const FIELDTYPE *typ, 193 FIELDTYPE *typ, 205 FIELDTYPE *link_fieldtype( 206 FIELDTYPE *type1, [all …]
|
H A D | llib-lformt | 50 FIELDTYPE *_nc_retrace_field_type( 51 FIELDTYPE *code) 52 { return(*(FIELDTYPE **)0); } 68 FIELDTYPE *typ, 136 const FIELDTYPE *typ, 143 const FIELDTYPE *typ, 150 const FIELDTYPE *typ, 193 FIELDTYPE *typ, 205 FIELDTYPE *link_fieldtype( 206 FIELDTYPE *type1, [all …]
|
H A D | llib-lformw | 50 FIELDTYPE *_nc_retrace_field_type( 51 FIELDTYPE *code) 52 { return(*(FIELDTYPE **)0); } 68 FIELDTYPE *typ, 136 const FIELDTYPE *typ, 143 const FIELDTYPE *typ, 150 const FIELDTYPE *typ, 193 FIELDTYPE *typ, 205 FIELDTYPE *link_fieldtype( 206 FIELDTYPE *type1, [all …]
|
H A D | llib-lform | 50 FIELDTYPE *_nc_retrace_field_type( 51 FIELDTYPE *code) 52 { return(*(FIELDTYPE **)0); } 68 FIELDTYPE *typ, 136 const FIELDTYPE *typ, 143 const FIELDTYPE *typ, 150 const FIELDTYPE *typ, 193 FIELDTYPE *typ, 205 FIELDTYPE *link_fieldtype( 206 FIELDTYPE *type1, [all …]
|
H A D | fld_newftyp.c | 38 static FIELDTYPE default_fieldtype = 42 (FIELDTYPE *)0, /* pointer to left operand */ 43 (FIELDTYPE *)0, /* pointer to right operand */ 56 FORM_EXPORT_VAR(FIELDTYPE *) 74 FORM_EXPORT(FIELDTYPE *) 78 FIELDTYPE *nftyp = (FIELDTYPE *)0; in new_fieldtype() 88 nftyp = typeMalloc(FIELDTYPE, 1); in new_fieldtype() 125 free_fieldtype(FIELDTYPE *typ) in free_fieldtype()
|
H A D | form.priv.h | 70 extern FORM_EXPORT_VAR(FIELDTYPE *) _nc_Default_FieldType; 175 extern FORM_EXPORT(TypeArgument *) _nc_Make_Argument (const FIELDTYPE*, va_list*, int*); 176 extern FORM_EXPORT(TypeArgument *) _nc_Copy_Argument (const FIELDTYPE*, const TypeArgument*, int*); 177 extern FORM_EXPORT(void) _nc_Free_Argument (const FIELDTYPE*, TypeArgument*); 192 extern FORM_EXPORT(FIELDTYPE *) _nc_TYPE_INTEGER(void); 193 extern FORM_EXPORT(FIELDTYPE *) _nc_TYPE_ALNUM(void); 194 extern FORM_EXPORT(FIELDTYPE *) _nc_TYPE_ALPHA(void); 195 extern FORM_EXPORT(FIELDTYPE *) _nc_TYPE_ENUM(void); 196 extern FORM_EXPORT(FIELDTYPE *) _nc_TYPE_NUMERIC(void); 197 extern FORM_EXPORT(FIELDTYPE *) _nc_TYPE_REGEXP(void); [all …]
|
H A D | form.h | 210 FIELDTYPE; typedef 323 extern FORM_EXPORT_VAR(FIELDTYPE *) TYPE_ALPHA; 324 extern FORM_EXPORT_VAR(FIELDTYPE *) TYPE_ALNUM; 325 extern FORM_EXPORT_VAR(FIELDTYPE *) TYPE_ENUM; 326 extern FORM_EXPORT_VAR(FIELDTYPE *) TYPE_INTEGER; 327 extern FORM_EXPORT_VAR(FIELDTYPE *) TYPE_NUMERIC; 328 extern FORM_EXPORT_VAR(FIELDTYPE *) TYPE_REGEXP; 334 extern FORM_EXPORT_VAR(FIELDTYPE *) TYPE_IPV4; /* Internet IP Version 4 address */ 339 extern FORM_EXPORT(FIELDTYPE *) new_fieldtype ( 342 extern FORM_EXPORT(FIELDTYPE *) link_fieldtype( [all …]
|
H A D | fld_ftlink.c | 52 FORM_EXPORT(FIELDTYPE *) in FORM_EXPORT() argument 53 link_fieldtype(FIELDTYPE *type1, FIELDTYPE *type2) in FORM_EXPORT() 55 FIELDTYPE *nftyp = (FIELDTYPE *)0; in FORM_EXPORT() 60 nftyp = typeMalloc(FIELDTYPE, 1); in FORM_EXPORT()
|
H A D | fty_ipv4.c | 89 static FIELDTYPE typeIPV4 = 93 (FIELDTYPE *)0, 94 (FIELDTYPE *)0, 107 FORM_EXPORT_VAR(FIELDTYPE *) TYPE_IPV4 = &typeIPV4; 114 FORM_EXPORT(FIELDTYPE *)
|
H A D | fty_generic.c | 103 FORM_EXPORT(FIELDTYPE *) 112 FIELDTYPE *res = (FIELDTYPE *)0; in _nc_generic_fieldtype() 125 res = typeMalloc(FIELDTYPE, 1); in _nc_generic_fieldtype() 168 GenericArgument(const FIELDTYPE *typ, in GenericArgument() 226 FIELDTYPE *ftyp, in _nc_set_generic_fieldtype() 248 field->type = (FIELDTYPE *)0; in _nc_set_generic_fieldtype()
|
H A D | fty_alnum.c | 171 static FIELDTYPE typeTHIS = 175 (FIELDTYPE *)0, 176 (FIELDTYPE *)0, 189 FORM_EXPORT_VAR(FIELDTYPE *) TYPE_ALNUM = &typeTHIS; 196 FORM_EXPORT(FIELDTYPE *)
|
H A D | fty_alpha.c | 171 static FIELDTYPE typeTHIS = 175 (FIELDTYPE *)0, 176 (FIELDTYPE *)0, 189 FORM_EXPORT_VAR(FIELDTYPE *) TYPE_ALPHA = &typeTHIS; 196 FORM_EXPORT(FIELDTYPE *)
|
H A D | fty_int.c | 266 static FIELDTYPE typeTHIS = 270 (FIELDTYPE *)0, 271 (FIELDTYPE *)0, 284 FORM_EXPORT_VAR(FIELDTYPE *) TYPE_INTEGER = &typeTHIS; 291 FORM_EXPORT(FIELDTYPE *)
|
H A D | fty_num.c | 312 static FIELDTYPE typeTHIS = 316 (FIELDTYPE *)0, 317 (FIELDTYPE *)0, 330 FORM_EXPORT_VAR(FIELDTYPE *) TYPE_NUMERIC = &typeTHIS; 337 FORM_EXPORT(FIELDTYPE *)
|
H A D | fld_type.c | 50 set_field_type(FIELD *field, FIELDTYPE *type, ...) in FORM_EXPORT() 69 field->type = (FIELDTYPE *)0; in FORM_EXPORT() 91 FORM_EXPORT(FIELDTYPE *)
|
H A D | fty_regex.c | 356 static FIELDTYPE typeREGEXP = 360 (FIELDTYPE *)0, 361 (FIELDTYPE *)0, 374 FORM_EXPORT_VAR(FIELDTYPE *) TYPE_REGEXP = &typeREGEXP; 381 FORM_EXPORT(FIELDTYPE *)
|
H A D | fld_def.c | 62 (FIELDTYPE *)0, /* type */ 86 _nc_Make_Argument(const FIELDTYPE *typ, va_list *ap, int *err) in _nc_Make_Argument() 133 _nc_Copy_Argument(const FIELDTYPE *typ, const TypeArgument *argp, int *err) in _nc_Copy_Argument() 181 _nc_Free_Argument(const FIELDTYPE *typ, TypeArgument *argp) in _nc_Free_Argument() 226 dst->type = (FIELDTYPE *)0; in _nc_Copy_Type()
|
H A D | fty_enum.c | 412 static FIELDTYPE typeENUM = 416 (FIELDTYPE *)0, 417 (FIELDTYPE *)0, 430 FORM_EXPORT_VAR(FIELDTYPE *) TYPE_ENUM = &typeENUM; 437 FORM_EXPORT(FIELDTYPE *)
|
H A D | f_trace.c | 52 FORM_EXPORT(FIELDTYPE *) 53 _nc_retrace_field_type(FIELDTYPE *code) in _nc_retrace_field_type()
|
H A D | fld_ftchoice.c | 51 set_fieldtype_choice(FIELDTYPE *typ, in FORM_EXPORT()
|
H A D | fld_arg.c | 65 set_fieldtype_arg(FIELDTYPE *typ, in FORM_EXPORT()
|
H A D | frm_driver.c | 1093 FIELDTYPE *typ, in Check_Char() 3042 Next_Choice(FORM *form, FIELDTYPE *typ, FIELD *field, TypeArgument *argp) in Next_Choice() 3083 Previous_Choice(FORM *form, FIELDTYPE *typ, FIELD *field, TypeArgument *argp) in Previous_Choice() 3181 Check_Field(FORM *form, FIELDTYPE *typ, FIELD *field, TypeArgument *argp) in Check_Field()
|
/freebsd/contrib/ncurses/doc/ |
H A D | ncurses-intro.doc | 1696 FIELDTYPE *ftype, /* type to associate */ 1699 FIELDTYPE *field_type(FIELD *field); /* field to query */ 2389 FIELD *link_fieldtype(FIELDTYPE *type1, 2390 FIELDTYPE *type2); 2413 FIELDTYPE *new_fieldtype(HOOK f_validate, /* field validator */ 2416 int free_fieldtype(FIELDTYPE *ftype); /* type to free */ 2454 int set_fieldtype_arg(FIELDTYPE *type, /* type to alter */ 2492 int set_fieldtype_arg(FIELDTYPE *type, /* type to alter */
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 9643 + demonstrate use of FIELDTYPE by modifying test/ncurses 'r' test to
|