| /src/contrib/ncurses/form/ |
| H A D | form.h | 127 FIELD; typedef 151 FIELD ** field; /* field [maxfield] */ 152 FIELD * current; /* current field */ 184 bool (*ofcheck)(FIELD *,const void *); /* field validation */ 185 bool (*gfcheck)(FORM*,FIELD *,const void*); /* generic field validation */ 190 FIELD*,const void*); /* generic char validation */ 193 bool (*onext)(FIELD *,const void *); /* enumerate next value */ 194 bool (*gnext)(FORM*,FIELD*,const void*); /* generic enumerate next */ 197 bool (*oprev)(FIELD *,const void *); /* enumerate prev value */ 198 bool (*gprev)(FORM*,FIELD*,const void*); /* generic enumerate prev */ [all …]
|
| H A D | llib-lformw | 40 FIELD **_nc_retrace_field_ptr( 41 FIELD **code) 42 { return(*(FIELD ***)0); } 45 FIELD *_nc_retrace_field( 46 FIELD *code) 47 { return(*(FIELD **)0); } 79 const FIELD *field) 86 FIELD *field, 92 const FIELD *field) 97 FIELD *field, [all …]
|
| H A D | llib-lformtw | 40 FIELD **_nc_retrace_field_ptr( 41 FIELD **code) 42 { return(*(FIELD ***)0); } 45 FIELD *_nc_retrace_field( 46 FIELD *code) 47 { return(*(FIELD **)0); } 79 const FIELD *field) 86 FIELD *field, 92 const FIELD *field) 97 FIELD *field, [all …]
|
| H A D | llib-lformt | 40 FIELD **_nc_retrace_field_ptr( 41 FIELD **code) 42 { return(*(FIELD ***)0); } 45 FIELD *_nc_retrace_field( 46 FIELD *code) 47 { return(*(FIELD **)0); } 79 const FIELD *field) 86 FIELD *field, 92 const FIELD *field) 97 FIELD *field, [all …]
|
| H A D | llib-lform | 40 FIELD **_nc_retrace_field_ptr( 41 FIELD **code) 42 { return(*(FIELD ***)0); } 45 FIELD *_nc_retrace_field( 46 FIELD *code) 47 { return(*(FIELD **)0); } 79 const FIELD *field) 86 FIELD *field, 92 const FIELD *field) 97 FIELD *field, [all …]
|
| H A D | form.priv.h | 69 extern FORM_EXPORT_VAR(FIELD *) _nc_Default_Field; 181 extern FORM_EXPORT(bool) _nc_Copy_Type (FIELD*, FIELD const *); 182 extern FORM_EXPORT(void) _nc_Free_Type (FIELD *); 184 extern FORM_EXPORT(int) _nc_Synchronize_Attributes (FIELD*); 185 extern FORM_EXPORT(int) _nc_Synchronize_Options (FIELD*, Field_Options); 186 extern FORM_EXPORT(int) _nc_Set_Form_Page (FORM*, int, FIELD*); 188 extern FORM_EXPORT(FIELD *) _nc_First_Active_Field (FORM*); 190 extern FORM_EXPORT(int) _nc_Set_Current_Field (FORM*, FIELD*); 205 FIELD *, 209 FIELD*, [all …]
|
| H A D | frm_def.c | 55 (FIELD **)0, /* field */ 56 (FIELD *)0, /* current */ 79 static FIELD * 80 Insert_Field_By_Position(FIELD *newfield, FIELD *head) in Insert_Field_By_Position() 82 FIELD *current, *newhead; in Insert_Field_By_Position() 100 head = (FIELD *)0; in Insert_Field_By_Position() 128 FIELD **fields; in Disconnect_Fields() 138 form->field = (FIELD **)0; in Disconnect_Fields() 157 Connect_Fields(FORM *form, FIELD **fields) in Connect_Fields() 232 FIELD *fld = (FIELD *)0; in Connect_Fields() [all …]
|
| H A D | fld_def.c | 39 static FIELD default_field = 58 (FIELD *)0, /* snext */ 59 (FIELD *)0, /* sprev */ 60 (FIELD *)0, /* link */ 69 FORM_EXPORT_VAR(FIELD *) _nc_Default_Field = &default_field; 214 _nc_Copy_Type(FIELD *dst, FIELD const *src) in _nc_Copy_Type() 249 _nc_Free_Type(FIELD *field) in _nc_Free_Type() 275 FORM_EXPORT(FIELD *) 281 FIELD *New_Field = (FIELD *)0; in new_field() 292 (New_Field = typeMalloc(FIELD, 1)) != NULL) in new_field() [all …]
|
| H A D | fld_link.c | 52 FORM_EXPORT(FIELD *) in FORM_EXPORT() argument 53 link_field(FIELD *field, int frow, int fcol) in FORM_EXPORT() 55 FIELD *New_Field = (FIELD *)0; in FORM_EXPORT() 61 (New_Field = typeMalloc(FIELD, 1))) in FORM_EXPORT() 94 returnField((FIELD *)0); in FORM_EXPORT()
|
| H A D | fld_dup.c | 51 FORM_EXPORT(FIELD *) in FORM_EXPORT() argument 52 dup_field(FIELD *field, int frow, int fcol) in FORM_EXPORT() 54 FIELD *New_Field = (FIELD *)0; in FORM_EXPORT() 60 (New_Field = typeMalloc(FIELD, 1))) in FORM_EXPORT() 98 returnField((FIELD *)0); in FORM_EXPORT()
|
| H A D | frm_driver.c | 482 const FIELD *field; in Adjust_Cursor_Position() 511 Buffer_To_Window(const FIELD *field, WINDOW *win) in Buffer_To_Window() 554 _nc_get_fieldbuffer(FORM *form, FIELD *field, FIELD_CELL *buf) in _nc_get_fieldbuffer() 609 Window_To_Buffer(FORM *form, FIELD *field) in Window_To_Buffer() 652 Field_Grown(FIELD *field, int amount) in Field_Grown() 759 FIELD *linked_field; in Field_Grown() 802 Field_encloses(FIELD *field, int ry, int rx) in Field_encloses() 833 const FIELD *field; in _nc_Position_Form_Cursor() 876 FIELD *field; in _nc_Refresh_Current_Field() 1006 Perform_Justification(FIELD *field, WINDOW *win) in Perform_Justification() [all …]
|
| H A D | f_trace.c | 38 FORM_EXPORT(FIELD **) in FORM_EXPORT() argument 39 _nc_retrace_field_ptr(FIELD **code) in FORM_EXPORT() 45 FORM_EXPORT(FIELD *) 46 _nc_retrace_field(FIELD *code) in _nc_retrace_field()
|
| H A D | fld_opts.c | 55 set_field_opts(FIELD *field, Field_Options opts) in FORM_EXPORT() 76 field_opts(const FIELD *field) in field_opts() 96 field_opts_on(FIELD *field, Field_Options opts) in field_opts_on() 124 field_opts_off(FIELD *field, Field_Options opts) in field_opts_off()
|
| H A D | fty_generic.c | 104 _nc_generic_fieldtype(bool (*const field_check) (FORM *, FIELD *, const void *), in _nc_generic_fieldtype() argument 105 bool (*const char_check) (int, FORM *, FIELD *, const in _nc_generic_fieldtype() 107 bool (*const next) (FORM *, FIELD *, const void *), in _nc_generic_fieldtype() 108 bool (*const prev) (FORM *, FIELD *, const void *), in _nc_generic_fieldtype() 228 _nc_set_generic_fieldtype(FIELD *field, in _nc_set_generic_fieldtype()
|
| /src/sys/contrib/vchiq/interface/compat/ |
| H A D | list.h | 201 #define list_entry(PTR, TYPE, FIELD) container_of(PTR, TYPE, FIELD) argument 202 #define list_first_entry(PTR, TYPE, FIELD) \ argument 203 list_entry(list_first((PTR)), TYPE, FIELD) 204 #define list_last_entry(PTR, TYPE, FIELD) \ argument 205 list_entry(list_last((PTR)), TYPE, FIELD) 206 #define list_next_entry(ENTRY, FIELD) \ argument 207 list_entry(list_next(&(ENTRY)->FIELD), typeof(*(ENTRY)), FIELD) 208 #define list_prev_entry(ENTRY, FIELD) \ argument 209 list_entry(list_prev(&(ENTRY)->FIELD), typeof(*(ENTRY)), FIELD) 221 #define list_for_each_entry(VAR, HEAD, FIELD) \ argument [all …]
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVSupport.h | 55 #define BOOL_BIT(FAMILY, ENUM, FIELD) \ argument 56 bool get##FIELD() const { return FAMILY.get(ENUM::FIELD); } \ 57 void set##FIELD() { FAMILY.set(ENUM::FIELD); } \ 58 void reset##FIELD() { FAMILY.reset(ENUM::FIELD); } 60 #define BOOL_BIT_1(FAMILY, ENUM, FIELD, F1) \ argument 61 bool get##FIELD() const { return FAMILY.get(ENUM::FIELD); } \ 62 void set##FIELD() { \ 63 FAMILY.set(ENUM::FIELD); \ 66 void reset##FIELD() { FAMILY.reset(ENUM::FIELD); } 68 #define BOOL_BIT_2(FAMILY, ENUM, FIELD, F1, F2) \ argument [all …]
|
| H A D | LVOptions.h | 30 #define BOOL_FUNCTION(FAMILY, FIELD) \ argument 31 bool get##FAMILY##FIELD() const { return FAMILY.FIELD; } \ 32 void set##FAMILY##FIELD() { FAMILY.FIELD = true; } \ 33 void reset##FAMILY##FIELD() { FAMILY.FIELD = false; } 36 #define UNSIGNED_FUNCTION(FAMILY, FIELD) \ argument 37 unsigned get##FAMILY##FIELD() const { return FAMILY.FIELD; } \ 38 void set##FAMILY##FIELD(unsigned Value) { FAMILY.FIELD = Value; } \ 39 void reset##FAMILY##FIELD() { FAMILY.FIELD = -1U; } 42 #define STD_STRING_FUNCTION(FAMILY, FIELD) \ argument 43 std::string get##FAMILY##FIELD() const { return FAMILY.FIELD; } \ [all …]
|
| /src/usr.sbin/cxgbetool/ |
| H A D | cxgbetool.c | 1552 #define FIELD(name, start, end) { name, start, end, 0, 0, 0 } macro 1553 #define FIELD1(name, start) FIELD(name, start, start) 1559 FIELD("uPToken_4k:", 197, 198), in show_t7_ctxt() 1560 FIELD("WrLength_5:", 196, 196), in show_t7_ctxt() 1561 FIELD("CpuId:", 193, 195), in show_t7_ctxt() 1562 FIELD("PCIeDataChannel_1:", 192, 192), in show_t7_ctxt() 1563 FIELD("DCA_ST:", 181, 191), in show_t7_ctxt() 1564 FIELD("StatusPgNS:", 180, 180), in show_t7_ctxt() 1565 FIELD("StatusPgRO:", 179, 179), in show_t7_ctxt() 1566 FIELD("FetchNS:", 178, 178), in show_t7_ctxt() [all …]
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CXXRecordDeclDefinitionBits.def | 17 /// results in an expansion of the FIELD macro, which should be defined before 31 #ifndef FIELD 32 #error define FIELD before including this file 36 FIELD(UserDeclaredConstructor, 1, NO_MERGE) 39 FIELD(UserDeclaredSpecialMembers, 6, NO_MERGE) 42 FIELD(Aggregate, 1, NO_MERGE) 45 FIELD(PlainOldData, 1, NO_MERGE) 53 FIELD(Empty, 1, NO_MERGE) 57 FIELD(Polymorphic, 1, NO_MERGE) 61 FIELD(Abstract, 1, NO_MERGE) [all …]
|
| /src/crypto/krb5/src/lib/krb5/os/ |
| H A D | accessor.c | 48 #define S(FIELD, VAL) .FIELD = VAL in krb5int_accessor() argument 54 #define S(FIELD, VAL) internals_temp.FIELD = VAL in krb5int_accessor() 60 #define SC(FIELD, VAL) S(FIELD, VAL) in krb5int_accessor() argument 62 #define SC(FIELD, VAL) S(FIELD, 0) in krb5int_accessor() 69 #define SC(FIELD, VAL) S(FIELD, VAL) in krb5int_accessor() argument 71 #define SC(FIELD, VAL) S(FIELD, 0) in krb5int_accessor() 78 #define SC(FIELD, VAL) S(FIELD, VAL) in krb5int_accessor() argument 80 #define SC(FIELD, VAL) S(FIELD, 0) in krb5int_accessor()
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDKernelCodeTInfo.h | 27 #ifndef FIELD 28 #define FIELD(name) FIELD2(name, name, name) macro 98 FIELD(kernel_code_entry_byte_offset), 99 FIELD(kernel_code_prefetch_byte_size), 144 FIELD(workitem_private_segment_byte_size), 145 FIELD(workgroup_group_segment_byte_size), 146 FIELD(gds_segment_byte_size), 147 FIELD(kernarg_segment_byte_size), 148 FIELD(workgroup_fbarrier_count), 149 FIELD(wavefront_sgpr_count), [all …]
|
| /src/crypto/openssl/test/ |
| H A D | cmp_ctx_test.c | 357 #define DEFINE_SET_GET_BASE_TEST(PREFIX, SETN, GETN, DUP, FIELD, TYPE, ERR, … argument 360 …execute_CTX_##SETN##_##GETN##_##FIELD(OSSL_CMP_CTX_TEST_FIXTURE *fixture) … 363 … int (*set_fn)(CMP_CTX * ctx, TYPE) = (int (*)(CMP_CTX * ctx, TYPE)) PREFIX##_##SETN##_##FIELD; \ 365 … TYPE (*get_fn)(const CMP_CTX *ctx) = OSSL_CMP_CTX_##GETN##_##FIELD; \ 492 …static int test_CTX_##SETN##_##GETN##_##FIELD(void) … 495 … EXECUTE_TEST(execute_CTX_##SETN##_##GETN##_##FIELD, tear_down); \ 534 #define DEFINE_SET_GET_TEST(OSSL_CMP, CTX, N, M, DUP, FIELD, TYPE) \ argument 535 DEFINE_SET_GET_BASE_TEST(OSSL_CMP##_##CTX, set##N, get##M, DUP, FIELD, \ 538 #define DEFINE_SET_GET_SK_TEST_DEFAULT(OSSL_CMP, CTX, N, M, FIELD, ELEM_TYPE, \ argument 540 DEFINE_SET_GET_BASE_TEST(OSSL_CMP##_##CTX, set##N, get##M, 1, FIELD, \ [all …]
|
| /src/crypto/openssl/crypto/cmp/ |
| H A D | cmp_ctx.c | 23 #define DEFINE_OSSL_CMP_CTX_get0(FIELD, TYPE) \ argument 24 DEFINE_OSSL_CMP_CTX_get0_NAME(FIELD, FIELD, TYPE) 25 #define DEFINE_OSSL_CMP_CTX_get0_NAME(NAME, FIELD, TYPE) \ argument 32 return ctx->FIELD; \ 40 #define DEFINE_OSSL_set0(PREFIX, FIELD, TYPE) \ in DEFINE_OSSL_CMP_CTX_get0_NAME() argument 41 DEFINE_OSSL_set0_NAME(PREFIX, FIELD, FIELD, TYPE) in DEFINE_OSSL_CMP_CTX_get0_NAME() 42 #define DEFINE_OSSL_set0_NAME(PREFIX, NAME, FIELD, TYPE) \ in DEFINE_OSSL_CMP_CTX_get0_NAME() argument 49 TYPE##_free(ctx->FIELD); \ in DEFINE_OSSL_CMP_CTX_get0_NAME() 50 ctx->FIELD = val; \ in DEFINE_OSSL_CMP_CTX_get0_NAME() 255 #define DEFINE_OSSL_set(PREFIX, FIELD, TYPE) \ argument [all …]
|
| /src/sys/contrib/alpine-hal/ |
| H A D | al_hal_udma_debug.h | 65 UDMA, PREFIX, POSTFIX, FMT, TYPE, GROUP, REG, LBL, FIELD) \ 68 & FIELD ## _MASK >> FIELD ## _SHIFT) 71 UDMA, PREFIX, POSTFIX, TYPE, GROUP, REG, LBL, FIELD) \ argument 74 & FIELD) != 0))
|
| /src/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_cuda_builtin_vars.h | 30 #define __CUDA_DEVICE_BUILTIN(FIELD, INTRINSIC) \ argument 31 __declspec(property(get = __fetch_builtin_##FIELD)) unsigned int FIELD; \ 33 __attribute__((device)) unsigned int __fetch_builtin_##FIELD(void) { \
|