Searched refs:FIELD (Results 1 - 25 of 70) sorted by relevance

123

/freebsd-11-stable/contrib/ncurses/form/
H A Dform.h68 * FIELD *
99 * there are existing applications that manipulate the members of FIELD
106 } FIELD; typedef in typeref:struct:fieldnode
128 FIELD ** field; /* field [maxfield] */
129 FIELD * current; /* current field */
157 bool (*ofcheck)(FIELD *,const void *); /* field validation */
158 bool (*gfcheck)(FORM*,FIELD *,const void*); /* generic field validation */
163 FIELD*,const void*); /* generic char validation */
166 bool (*onext)(FIELD *,const void *); /* enumerate next value */
167 bool (*gnext)(FORM*,FIELD*,cons
[all...]
H A Df_trace.c37 NCURSES_EXPORT(FIELD **)
38 _nc_retrace_field_ptr(FIELD **code)
44 NCURSES_EXPORT(FIELD *)
45 _nc_retrace_field(FIELD *code)
H A Dfld_user.c39 | Function : int set_field_userptr(FIELD *field, void *usrptr)
47 set_field_userptr(FIELD *field, void *usrptr)
57 | Function : void *field_userptr(const FIELD *field)
66 field_userptr(const FIELD *field)
H A Dfld_ftchoice.c41 | bool (* const next_choice)(FIELD *,const void *),
42 | bool (* const prev_choice)(FIELD *,const void *))
51 bool (*const next_choice) (FIELD *, const void *),
52 bool (*const prev_choice) (FIELD *, const void *))
H A Dfld_pad.c39 | Function : int set_field_pad(FIELD *field, int ch)
49 set_field_pad(FIELD *field, int ch)
71 | Function : int field_pad(const FIELD *field)
78 field_pad(const FIELD *field)
H A Dfld_page.c39 | Function : int set_new_page(FIELD *field, bool new_page_flag)
48 set_new_page(FIELD *field, bool new_page_flag)
66 | Function : bool new_page(const FIELD *field)
75 new_page(const FIELD *field)
H A Dfld_stat.c39 | Function : int set_field_status(FIELD *field, bool status)
47 set_field_status(FIELD *field, bool status)
63 | Function : bool field_status(const FIELD *field)
72 field_status(const FIELD *field)
H A Dfld_dup.c39 | Function : FIELD *dup_field(FIELD *field, int frow, int fcol)
50 NCURSES_EXPORT(FIELD *)
51 dup_field(FIELD *field, int frow, int fcol)
53 FIELD *New_Field = (FIELD *)0;
59 (New_Field = typeMalloc(FIELD, 1)))
98 returnField((FIELD *)0);
H A Dfld_link.c39 | Function : FIELD *link_field(FIELD *field, int frow, int fcol)
51 NCURSES_EXPORT(FIELD *)
52 link_field(FIELD *field, int frow, int fcol)
54 FIELD *New_Field = (FIELD *)0;
60 (New_Field = typeMalloc(FIELD, 1)))
93 returnField((FIELD *)0);
H A Dform.priv.h69 extern NCURSES_EXPORT_VAR(FIELD *) _nc_Default_Field;
169 extern NCURSES_EXPORT(bool) _nc_Copy_Type (FIELD*, FIELD const *);
170 extern NCURSES_EXPORT(void) _nc_Free_Type (FIELD *);
172 extern NCURSES_EXPORT(int) _nc_Synchronize_Attributes (FIELD*);
173 extern NCURSES_EXPORT(int) _nc_Synchronize_Options (FIELD*, Field_Options);
174 extern NCURSES_EXPORT(int) _nc_Set_Form_Page (FORM*, int, FIELD*);
176 extern NCURSES_EXPORT(FIELD *) _nc_First_Active_Field (FORM*);
178 extern NCURSES_EXPORT(int) _nc_Set_Current_Field (FORM*, FIELD*);
192 FIELD *,
[all...]
H A Dfrm_def.c54 (FIELD **)0, /* field */
55 (FIELD *)0, /* current */
69 | Function : static FIELD *Insert_Field_By_Position(
70 | FIELD *new_field,
71 | FIELD *head )
79 static FIELD *
80 Insert_Field_By_Position(FIELD *newfield, FIELD *head)
82 FIELD *current, *newhead;
100 head = (FIELD *)
[all...]
H A Dfld_just.c39 | Function : int set_field_just(FIELD *field, int just)
48 set_field_just(FIELD *field, int just)
73 | Function : int field_just( const FIELD *field )
80 field_just(const FIELD *field)
H A Dfld_move.c39 | Function : int move_field(FIELD *field,int frow, int fcol)
49 move_field(FIELD *field, int frow, int fcol)
H A Dfld_opts.c43 | Function : int set_field_opts(FIELD *field, Field_Options opts)
54 set_field_opts(FIELD *field, Field_Options opts)
68 | Function : Field_Options field_opts(const FIELD *field)
75 field_opts(const FIELD *field)
84 | Function : int field_opts_on(FIELD *field, Field_Options opts)
95 field_opts_on(FIELD *field, Field_Options opts)
112 | Function : int field_opts_off(FIELD *field, Field_Options opts)
123 field_opts_off(FIELD *field, Field_Options opts)
H A Dfld_def.c38 static FIELD default_field =
57 (FIELD *)0, /* snext */
58 (FIELD *)0, /* sprev */
59 (FIELD *)0, /* link */
68 NCURSES_EXPORT_VAR(FIELD *) _nc_Default_Field = &default_field;
207 | Function : bool _nc_Copy_Type( FIELD *dst, FIELD const *src )
215 _nc_Copy_Type(FIELD *dst, FIELD const *src)
243 | Function : void _nc_Free_Type( FIELD *fiel
[all...]
H A Dfld_attr.c42 NCURSES_IMPEXP int NCURSES_API set_field_ ## name (FIELD * field, chtype attr)\
67 NCURSES_IMPEXP chtype NCURSES_API field_ ## name (const FIELD * field)\
75 | Function : int set_field_fore(FIELD *field, chtype attr)
88 | Function : chtype field_fore(const FIELD *)
98 | Function : int set_field_back(FIELD *field, chtype attr)
H A Dfld_info.c39 | Function : int field_info(const FIELD *field,
50 field_info(const FIELD *field,
81 | Function : int dynamic_field_info(const FIELD *field,
92 dynamic_field_info(const FIELD *field, int *drows, int *dcols, int *maxgrow)
H A Dfld_type.c39 | Function : int set_field_type(FIELD *field, FIELDTYPE *type,...)
49 set_field_type(FIELD *field, FIELDTYPE *type,...)
84 | Function : FIELDTYPE *field_type(const FIELD *field)
91 field_type(const FIELD *field)
H A Dfld_current.c39 | Function : int set_current_field(FORM * form,FIELD * field)
51 set_current_field(FORM *form, FIELD *field)
107 | Function : FIELD *current_field(const FORM * form)
113 NCURSES_EXPORT(FIELD *)
122 | Function : int field_index(const FIELD * field)
131 field_index(const FIELD *field)
/freebsd-11-stable/sys/contrib/vchiq/interface/compat/
H A Dlist.h201 #define list_entry(PTR, TYPE, FIELD) container_of(PTR, TYPE, FIELD)
202 #define list_first_entry(PTR, TYPE, FIELD) \
203 list_entry(list_first((PTR)), TYPE, FIELD)
204 #define list_last_entry(PTR, TYPE, FIELD) \
205 list_entry(list_last((PTR)), TYPE, FIELD)
206 #define list_next_entry(ENTRY, FIELD) \
207 list_entry(list_next(&(ENTRY)->FIELD), typeof(*(ENTRY)), FIELD)
208 #define list_prev_entry(ENTRY, FIELD) \
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTInfo.h21 #define FIELD(name) FIELD2(name, name, name) macro
74 FIELD(kernel_code_entry_byte_offset),
75 FIELD(kernel_code_prefetch_byte_size),
120 FIELD(workitem_private_segment_byte_size),
121 FIELD(workgroup_group_segment_byte_size),
122 FIELD(gds_segment_byte_size),
123 FIELD(kernarg_segment_byte_size),
124 FIELD(workgroup_fbarrier_count),
125 FIELD(wavefront_sgpr_count),
126 FIELD(workitem_vgpr_coun
147 #undef FIELD macro
[all...]
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_udma_debug.h65 UDMA, PREFIX, POSTFIX, FMT, TYPE, GROUP, REG, LBL, FIELD) \
68 & FIELD ## _MASK >> FIELD ## _SHIFT)
71 UDMA, PREFIX, POSTFIX, TYPE, GROUP, REG, LBL, FIELD) \
74 & FIELD) != 0))
/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl.h27 FIELD, /* Declaration inside struct or union */ enumerator in enum:decl_context
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daix.h164 #define ADJUST_FIELD_ALIGN(FIELD, COMPUTED) \
166 (TYPE_MODE (TREE_CODE (TREE_TYPE (FIELD)) == ARRAY_TYPE \
167 ? get_inner_array_type (FIELD) \
168 : TREE_TYPE (FIELD)) == DFmode \
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_builtin_vars.h30 #define __CUDA_DEVICE_BUILTIN(FIELD, INTRINSIC) \
31 __declspec(property(get = __fetch_builtin_##FIELD)) unsigned int FIELD; \
33 __attribute__((device)) unsigned int __fetch_builtin_##FIELD(void) { \

Completed in 211 milliseconds

123