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

/freebsd-9.3-release/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 const default_fieldtype =
41 (FIELDTYPE *)0, /* pointer to left operand */
42 (FIELDTYPE *)0, /* pointer to right operand */
52 NCURSES_EXPORT_VAR(const FIELDTYPE *)
57 | Function : FIELDTYPE *new_fieldtype(
70 NCURSES_EXPORT(FIELDTYPE *)
74 FIELDTYPE *nftyp = (FIELDTYPE *)0;
79 nftyp = typeMalloc(FIELDTYPE, 1);
102 | Function : int free_fieldtype(FIELDTYPE *ty
[all...]
H A Dfty_ipv4.c88 static FIELDTYPE typeIPV4 =
92 (FIELDTYPE *)0,
93 (FIELDTYPE *)0,
103 NCURSES_EXPORT_VAR(FIELDTYPE*) TYPE_IPV4 = &typeIPV4;
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 Dfld_ftchoice.c40 | FIELDTYPE *typ,
50 set_fieldtype_choice(FIELDTYPE *typ,
H A Dfty_alnum.c150 static FIELDTYPE typeTHIS =
154 (FIELDTYPE *)0,
155 (FIELDTYPE *)0,
165 NCURSES_EXPORT_VAR(FIELDTYPE*) TYPE_ALNUM = &typeTHIS;
H A Dfty_alpha.c150 static FIELDTYPE typeTHIS =
154 (FIELDTYPE *)0,
155 (FIELDTYPE *)0,
165 NCURSES_EXPORT_VAR(FIELDTYPE*) TYPE_ALPHA = &typeTHIS;
H A Dform.h109 * FIELDTYPE *
128 } FIELDTYPE; typedef in typeref:struct:typenode
268 extern NCURSES_EXPORT_VAR(FIELDTYPE *) TYPE_ALPHA;
269 extern NCURSES_EXPORT_VAR(FIELDTYPE *) TYPE_ALNUM;
270 extern NCURSES_EXPORT_VAR(FIELDTYPE *) TYPE_ENUM;
271 extern NCURSES_EXPORT_VAR(FIELDTYPE *) TYPE_INTEGER;
272 extern NCURSES_EXPORT_VAR(FIELDTYPE *) TYPE_NUMERIC;
273 extern NCURSES_EXPORT_VAR(FIELDTYPE *) TYPE_REGEXP;
279 extern NCURSES_EXPORT_VAR(FIELDTYPE *) TYPE_IPV4; /* Internet IP Version 4 address */
289 * FIELDTYPE routine
[all...]
H A Dllib-lform49 FIELDTYPE *_nc_retrace_field_type(
50 FIELDTYPE *code)
51 { return(*(FIELDTYPE **)0); }
67 FIELDTYPE *typ,
130 const FIELDTYPE *typ,
137 const FIELDTYPE *typ,
144 const FIELDTYPE *typ,
187 FIELDTYPE *typ,
199 FIELDTYPE *link_fieldtype(
200 FIELDTYPE *type
[all...]
H A Dllib-lformw49 FIELDTYPE *_nc_retrace_field_type(
50 FIELDTYPE *code)
51 { return(*(FIELDTYPE **)0); }
67 FIELDTYPE *typ,
130 const FIELDTYPE *typ,
137 const FIELDTYPE *typ,
144 const FIELDTYPE *typ,
187 FIELDTYPE *typ,
199 FIELDTYPE *link_fieldtype(
200 FIELDTYPE *type
[all...]
H A Dform.priv.h147 extern NCURSES_EXPORT_VAR(const FIELDTYPE *) _nc_Default_FieldType;
149 extern NCURSES_EXPORT(TypeArgument *) _nc_Make_Argument (const FIELDTYPE*, va_list*, int*);
150 extern NCURSES_EXPORT(TypeArgument *) _nc_Copy_Argument (const FIELDTYPE*, const TypeArgument*, int*);
151 extern NCURSES_EXPORT(void) _nc_Free_Argument (const FIELDTYPE*, TypeArgument*);
178 extern NCURSES_EXPORT(FIELDTYPE *) _nc_retrace_field_type (FIELDTYPE *);
193 * Use Check_CTYPE_Field() to simplify FIELDTYPE's that use only the ccheck()
H A Dfld_arg.c40 | FIELDTYPE *typ,
64 set_fieldtype_arg(FIELDTYPE *typ,
H A Dfty_int.c229 static FIELDTYPE typeTHIS =
233 (FIELDTYPE *)0,
234 (FIELDTYPE *)0,
244 NCURSES_EXPORT_VAR(FIELDTYPE*) TYPE_INTEGER = &typeTHIS;
H A Dfty_enum.c320 static FIELDTYPE typeENUM =
324 (FIELDTYPE *)0,
325 (FIELDTYPE *)0,
335 NCURSES_EXPORT_VAR(FIELDTYPE *)
H A Dfty_num.c273 static FIELDTYPE typeTHIS =
277 (FIELDTYPE *)0,
278 (FIELDTYPE *)0,
288 NCURSES_EXPORT_VAR(FIELDTYPE*) TYPE_NUMERIC = &typeTHIS;
H A Dfty_regex.c289 static FIELDTYPE typeREGEXP =
293 (FIELDTYPE *)0,
294 (FIELDTYPE *)0,
304 NCURSES_EXPORT_VAR(FIELDTYPE*) TYPE_REGEXP = &typeREGEXP;
H A Dfld_def.c61 (FIELDTYPE *)0, /* type */
74 | const FIELDTYPE *typ,
86 _nc_Make_Argument(const FIELDTYPE *typ, va_list *ap, int *err)
123 | Function : TypeArgument *_nc_Copy_Argument(const FIELDTYPE *typ,
134 _nc_Copy_Argument(const FIELDTYPE *typ, const TypeArgument *argp, int *err)
174 | Function : void _nc_Free_Argument(const FIELDTYPE *typ,
183 _nc_Free_Argument(const FIELDTYPE *typ, TypeArgument *argp)
226 dst->type = (FIELDTYPE *)0;
H A Dfrm_driver.c1014 | FIELDTYPE * typ,
1025 Check_Char(FIELDTYPE *typ, int ch, TypeArgument *argp)
2916 | FIELDTYPE * typ,
2927 Next_Choice(FIELDTYPE *typ, FIELD *field, TypeArgument *argp)
2949 | FIELDTYPE * typ,
2960 Previous_Choice(FIELDTYPE *typ, FIELD *field, TypeArgument *argp)
3038 | FIELDTYPE * typ,
3050 Check_Field(FIELDTYPE *typ, FIELD *field, TypeArgument *argp)
/freebsd-9.3-release/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 205 milliseconds