Home
last modified time | relevance | path

Searched refs:FIELDTYPE (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/ncurses/form/
H A Dllib-lformtw50 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 Dllib-lformt50 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 Dllib-lformw50 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 Dllib-lform50 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 Dfld_newftyp.c38 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 Dform.priv.h70 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 Dform.h210 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 Dfld_ftlink.c52 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 Dfty_ipv4.c89 static FIELDTYPE typeIPV4 =
93 (FIELDTYPE *)0,
94 (FIELDTYPE *)0,
107 FORM_EXPORT_VAR(FIELDTYPE *) TYPE_IPV4 = &typeIPV4;
114 FORM_EXPORT(FIELDTYPE *)
H A Dfty_generic.c103 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 Dfty_alnum.c171 static FIELDTYPE typeTHIS =
175 (FIELDTYPE *)0,
176 (FIELDTYPE *)0,
189 FORM_EXPORT_VAR(FIELDTYPE *) TYPE_ALNUM = &typeTHIS;
196 FORM_EXPORT(FIELDTYPE *)
H A Dfty_alpha.c171 static FIELDTYPE typeTHIS =
175 (FIELDTYPE *)0,
176 (FIELDTYPE *)0,
189 FORM_EXPORT_VAR(FIELDTYPE *) TYPE_ALPHA = &typeTHIS;
196 FORM_EXPORT(FIELDTYPE *)
H A Dfty_int.c266 static FIELDTYPE typeTHIS =
270 (FIELDTYPE *)0,
271 (FIELDTYPE *)0,
284 FORM_EXPORT_VAR(FIELDTYPE *) TYPE_INTEGER = &typeTHIS;
291 FORM_EXPORT(FIELDTYPE *)
H A Dfty_num.c312 static FIELDTYPE typeTHIS =
316 (FIELDTYPE *)0,
317 (FIELDTYPE *)0,
330 FORM_EXPORT_VAR(FIELDTYPE *) TYPE_NUMERIC = &typeTHIS;
337 FORM_EXPORT(FIELDTYPE *)
H A Dfld_type.c50 set_field_type(FIELD *field, FIELDTYPE *type, ...) in FORM_EXPORT()
69 field->type = (FIELDTYPE *)0; in FORM_EXPORT()
91 FORM_EXPORT(FIELDTYPE *)
H A Dfty_regex.c356 static FIELDTYPE typeREGEXP =
360 (FIELDTYPE *)0,
361 (FIELDTYPE *)0,
374 FORM_EXPORT_VAR(FIELDTYPE *) TYPE_REGEXP = &typeREGEXP;
381 FORM_EXPORT(FIELDTYPE *)
H A Dfld_def.c62 (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 Dfty_enum.c412 static FIELDTYPE typeENUM =
416 (FIELDTYPE *)0,
417 (FIELDTYPE *)0,
430 FORM_EXPORT_VAR(FIELDTYPE *) TYPE_ENUM = &typeENUM;
437 FORM_EXPORT(FIELDTYPE *)
H A Df_trace.c52 FORM_EXPORT(FIELDTYPE *)
53 _nc_retrace_field_type(FIELDTYPE *code) in _nc_retrace_field_type()
H A Dfld_ftchoice.c51 set_fieldtype_choice(FIELDTYPE *typ, in FORM_EXPORT()
H A Dfld_arg.c65 set_fieldtype_arg(FIELDTYPE *typ, in FORM_EXPORT()
H A Dfrm_driver.c1093 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 Dncurses-intro.doc1696 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 DNEWS9643 + demonstrate use of FIELDTYPE by modifying test/ncurses 'r' test to