Searched refs:FIELDTYPE (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/ncurses/form/
H A Dfld_ftlink.c39 | Function : FIELDTYPE *link_fieldtype(
40 | FIELDTYPE *type1,
41 | FIELDTYPE *type2)
51 NCURSES_EXPORT(FIELDTYPE *)
52 link_fieldtype(FIELDTYPE *type1, FIELDTYPE *type2)
54 FIELDTYPE *nftyp = (FIELDTYPE *)0;
59 nftyp = typeMalloc(FIELDTYPE, 1);
H A Dfld_newftyp.c37 static FIELDTYPE default_fieldtype =
41 (FIELDTYPE *)0, /* pointer to left operand */
42 (FIELDTYPE *)0, /* pointer to right operand */
55 NCURSES_EXPORT_VAR(FIELDTYPE *)
60 | Function : FIELDTYPE *new_fieldtype(
73 NCURSES_EXPORT(FIELDTYPE *)
77 FIELDTYPE *nftyp = (FIELDTYPE *)0;
82 nftyp = typeMalloc(FIELDTYPE, 1);
110 | Function : int free_fieldtype(FIELDTYPE *ty
[all...]
H A Dfty_ipv4.c88 static FIELDTYPE typeIPV4 =
92 (FIELDTYPE *)0,
93 (FIELDTYPE *)0,
106 NCURSES_EXPORT_VAR(FIELDTYPE*) TYPE_IPV4 = &typeIPV4;
113 NCURSES_EXPORT(FIELDTYPE *)
H A Dfty_alnum.c170 static FIELDTYPE typeTHIS =
174 (FIELDTYPE *)0,
175 (FIELDTYPE *)0,
188 NCURSES_EXPORT_VAR(FIELDTYPE*) TYPE_ALNUM = &typeTHIS;
195 NCURSES_EXPORT(FIELDTYPE *)
H A Dfty_alpha.c170 static FIELDTYPE typeTHIS =
174 (FIELDTYPE *)0,
175 (FIELDTYPE *)0,
188 NCURSES_EXPORT_VAR(FIELDTYPE*) TYPE_ALPHA = &typeTHIS;
195 NCURSES_EXPORT(FIELDTYPE *)
H A Dfld_type.c39 | Function : int set_field_type(FIELD *field, FIELDTYPE *type,...)
49 set_field_type(FIELD *field, FIELDTYPE *type,...)
68 field->type = (FIELDTYPE *)0;
84 | Function : FIELDTYPE *field_type(const FIELD *field)
90 NCURSES_EXPORT(FIELDTYPE *)
H A Df_trace.c51 NCURSES_EXPORT(FIELDTYPE *)
52 _nc_retrace_field_type(FIELDTYPE *code)
H A Dfty_generic.c81 | Function : FIELDTYPE *_nc_generic_fieldtype(
101 NCURSES_EXPORT(FIELDTYPE *)
110 FIELDTYPE *res = (FIELDTYPE *)0;
117 res = typeMalloc(FIELDTYPE, 1);
144 | const FIELDTYPE* typ,
160 GenericArgument(const FIELDTYPE *typ,
206 | FIELDTYPE* ftyp,
218 FIELDTYPE *ftyp,
240 field->type = (FIELDTYPE *)
[all...]
H A Dform.priv.h70 extern NCURSES_EXPORT_VAR(FIELDTYPE *) _nc_Default_FieldType;
166 extern NCURSES_EXPORT(TypeArgument *) _nc_Make_Argument (const FIELDTYPE*, va_list*, int*);
167 extern NCURSES_EXPORT(TypeArgument *) _nc_Copy_Argument (const FIELDTYPE*, const TypeArgument*, int*);
168 extern NCURSES_EXPORT(void) _nc_Free_Argument (const FIELDTYPE*, TypeArgument*);
182 extern NCURSES_EXPORT(FIELDTYPE *) _nc_TYPE_INTEGER(void);
183 extern NCURSES_EXPORT(FIELDTYPE *) _nc_TYPE_ALNUM(void);
184 extern NCURSES_EXPORT(FIELDTYPE *) _nc_TYPE_ALPHA(void);
185 extern NCURSES_EXPORT(FIELDTYPE *) _nc_TYPE_ENUM(void);
186 extern NCURSES_EXPORT(FIELDTYPE *) _nc_TYPE_NUMERIC(void);
187 extern NCURSES_EXPORT(FIELDTYPE *) _nc_TYPE_REGEX
[all...]
H A Dform.h142 * FIELDTYPE *
181 } FIELDTYPE; typedef in typeref:struct:typenode
290 extern NCURSES_EXPORT_VAR(FIELDTYPE *) TYPE_ALPHA;
291 extern NCURSES_EXPORT_VAR(FIELDTYPE *) TYPE_ALNUM;
292 extern NCURSES_EXPORT_VAR(FIELDTYPE *) TYPE_ENUM;
293 extern NCURSES_EXPORT_VAR(FIELDTYPE *) TYPE_INTEGER;
294 extern NCURSES_EXPORT_VAR(FIELDTYPE *) TYPE_NUMERIC;
295 extern NCURSES_EXPORT_VAR(FIELDTYPE *) TYPE_REGEXP;
301 extern NCURSES_EXPORT_VAR(FIELDTYPE *) TYPE_IPV4; /* Internet IP Version 4 address */
304 * FIELDTYPE routine
[all...]
H A Dfld_ftchoice.c40 | FIELDTYPE *typ,
50 set_fieldtype_choice(FIELDTYPE *typ,
H A Dfty_int.c262 static FIELDTYPE typeTHIS =
266 (FIELDTYPE *)0,
267 (FIELDTYPE *)0,
280 NCURSES_EXPORT_VAR(FIELDTYPE*) TYPE_INTEGER = &typeTHIS;
287 NCURSES_EXPORT(FIELDTYPE *)
H A Dfld_arg.c40 | FIELDTYPE *typ,
64 set_fieldtype_arg(FIELDTYPE *typ,
H A Dfty_num.c308 static FIELDTYPE typeTHIS =
312 (FIELDTYPE *)0,
313 (FIELDTYPE *)0,
326 NCURSES_EXPORT_VAR(FIELDTYPE*) TYPE_NUMERIC = &typeTHIS;
333 NCURSES_EXPORT(FIELDTYPE *)
H A Dfty_regex.c316 static FIELDTYPE typeREGEXP =
320 (FIELDTYPE *)0,
321 (FIELDTYPE *)0,
334 NCURSES_EXPORT_VAR(FIELDTYPE*) TYPE_REGEXP = &typeREGEXP;
341 NCURSES_EXPORT(FIELDTYPE *)
H A Dfld_def.c61 (FIELDTYPE *)0, /* type */
73 | const FIELDTYPE *typ,
85 _nc_Make_Argument(const FIELDTYPE *typ, va_list *ap, int *err)
122 | Function : TypeArgument *_nc_Copy_Argument(const FIELDTYPE *typ,
133 _nc_Copy_Argument(const FIELDTYPE *typ, const TypeArgument *argp, int *err)
173 | Function : void _nc_Free_Argument(const FIELDTYPE *typ,
182 _nc_Free_Argument(const FIELDTYPE *typ, TypeArgument *argp)
227 dst->type = (FIELDTYPE *)0;
H A Dfty_enum.c409 static FIELDTYPE typeENUM =
413 (FIELDTYPE *)0,
414 (FIELDTYPE *)0,
427 NCURSES_EXPORT_VAR(FIELDTYPE *)
435 NCURSES_EXPORT(FIELDTYPE *)
H A Dfrm_driver.c1039 | FIELDTYPE * typ,
1052 FIELDTYPE *typ,
2960 | FIELDTYPE * typ,
2971 Next_Choice(FORM *form, FIELDTYPE *typ, FIELD *field, TypeArgument *argp)
3001 | FIELDTYPE * typ,
3012 Previous_Choice(FORM *form, FIELDTYPE *typ, FIELD *field, TypeArgument *argp)
3098 | FIELDTYPE * typ,
3110 Check_Field(FORM *form, FIELDTYPE *typ, FIELD *field, TypeArgument *argp)
/freebsd-11-stable/contrib/gcc/
H A Dsys-types.h188 typedef int FIELDTYPE; typedef
H A Dsys-protos.h356 extern FIELDTYPE * field_type(FIELD *);
398 extern int free_fieldtype(FIELDTYPE *);
643 extern FIELDTYPE * link_fieldtype(FIELDTYPE *, FIELDTYPE *);
762 extern FIELDTYPE * new_fieldtype(PTF_int, PTF_int);
937 extern int set_field_type(FIELD *, FIELDTYPE *, ...);
939 extern int set_fieldtype_arg(FIELDTYPE *, PTF_charP, PTF_charP, PTF_void);
940 extern int set_fieldtype_choice(FIELDTYPE *, PTF_int, PTF_int);

Completed in 137 milliseconds