| /trueos/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | Property.cpp | 26 Property::Property (const PropertyDefinition &definition) : in Property() argument 27 m_name (definition.name), in Property() 28 m_description (definition.description), in Property() 30 m_is_global (definition.global) in Property() 32 switch (definition.type) in Property() 40 m_value_sp.reset (new OptionValueArch(definition.default_cstr_value)); in Property() 50 …new OptionValueArray(OptionValue::ConvertTypeToMask((OptionValue::Type)definition.default_uint_val… in Property() 58 if (definition.default_cstr_value) in Property() 59 …m_value_sp.reset (new OptionValueBoolean(Args::StringToBoolean (definition.default_cstr_value, fal… in Property() 61 m_value_sp.reset (new OptionValueBoolean(definition.default_uint_value != 0)); in Property() [all …]
|
| /trueos/contrib/binutils/binutils/ |
| HD | wrstabs.c | 74 bfd_boolean definition; member 397 long index, bfd_boolean definition, unsigned int size) in stab_push_string() argument 404 s->definition = definition; in stab_push_string() 859 bfd_boolean definition; in stab_modify_type() local 864 definition = info->type_stack->definition; in stab_modify_type() 869 if (! stab_push_string (info, buf, 0, definition, size)) in stab_modify_type() 891 if (index != 0 && ! info->type_stack->definition) in stab_modify_type() 951 if (! info->type_stack->definition) in stab_function_type() 992 bfd_boolean definition; in stab_range_type() local 996 definition = info->type_stack->definition; in stab_range_type() [all …]
|
| /trueos/usr.bin/rpcgen/ |
| HD | rpc_util.h | 77 definition *val; 157 void storeval(list **lstp, definition *val); 166 definition *findval(list *lst, const char *val, int (*cmp)(definition *, const char *)); 190 void emit(definition *def); 196 void print_datadef(definition *def, int headeronly); 197 void print_funcdef(definition *def, int headeronly); 227 void write_sample_svc(definition *); 228 int write_sample_clnt(definition *);
|
| HD | rpc_hout.c | 51 static void pconstdef( definition * ); 52 static void pstructdef( definition * ); 53 static void puniondef( definition * ); 54 static void pprogramdef( definition *, int ); 55 static void penumdef( definition * ); 56 static void ptypedef( definition * ); 66 print_datadef(definition *def, int headeronly) in print_datadef() 105 print_funcdef(definition *def, int headeronly) in print_funcdef() 151 pconstdef(definition *def) in pconstdef() 160 pargdef(definition *def) in pargdef() [all …]
|
| HD | rpc_parse.c | 53 static void isdefined( definition * ); 54 static void def_struct( definition * ); 55 static void def_program( definition * ); 56 static void def_enum( definition * ); 57 static void def_const( definition * ); 58 static void def_union( definition * ); 59 static void def_typedef( definition * ); 68 definition * 71 definition *defp; in get_definition() 74 defp = XALLOC(definition); in get_definition() [all …]
|
| HD | rpc_cout.c | 51 static void print_header( definition * ); 54 static void emit_enum( definition * ); 55 static void emit_program( definition * ); 56 static void emit_union( definition * ); 57 static void emit_struct( definition * ); 58 static void emit_typedef( definition * ); 66 emit(definition *def) in emit() 107 findtype(definition *def, const char *type) in findtype() 120 definition *def; in undefined() 122 def = (definition *) FINDVAL(defined, type, findtype); in undefined() [all …]
|
| HD | rpc_util.c | 96 definition * 97 findval(list *lst, const char *val, int (*cmp)(definition *, const char *)) in findval() argument 111 storeval(list **lstp, definition *val) in storeval() 124 findit(definition *def, const char *type) in findit() 132 definition *def; in fixit() 134 def = (definition *) FINDVAL(defined, type, findit); in fixit() 188 typedefed(definition *def, const char *type) in typedefed() 200 definition *def; in isvectordef() 211 def = (definition *) FINDVAL(defined, type, typedefed); in isvectordef()
|
| HD | rpc_parse.h | 176 struct definition { struct 188 typedef struct definition definition; argument 190 definition *get_definition(void);
|
| HD | rpc_svcout.c | 60 static void write_real_program( definition * ); 61 static void write_program(definition *, const char *); 187 definition *def; in write_netid_register() 217 def = (definition *) l->val; in write_netid_register() 248 definition *def; in write_nettype_register() 252 def = (definition *) l->val; in write_nettype_register() 305 definition *def; in write_programs() 309 def = (definition *) l->val; in write_programs() 317 def = (definition *) l->val; in write_programs() 333 write_real_program(definition *def) in write_real_program() [all …]
|
| HD | rpc_tblout.c | 67 static void write_table( definition * ); 74 definition *def; in write_tables() 78 def = (definition *) l->val; in write_tables() 86 write_table(definition *def) in write_table()
|
| HD | rpc_sample.c | 50 static void write_sample_server( definition * ); 54 write_sample_svc(definition *def) in write_sample_svc() 64 write_sample_clnt(definition *def) in write_sample_clnt() 192 write_sample_server(definition *def) in write_sample_server() 269 definition *def; in write_sample_clnt_main()
|
| HD | rpc_clntout.c | 51 static void write_program( definition * ); 64 definition *def; in write_stubs() 71 def = (definition *) l->val; in write_stubs() 79 write_program(definition *def) in write_program()
|
| HD | rpc_main.c | 397 definition *def; in c_output() 499 definition *def; in h_output() 587 definition *def; in s_output() 673 definition *def; in l_output() 703 definition *def; in t_output() 725 definition *def; in svc_output() 758 definition *def; in clnt_output()
|
| /trueos/contrib/amd/ |
| HD | aux_conf.h.in | 12 * definition for the MOUNT_TRAP macro for a particular architecture. 17 /* End of included MOUNT_TRAP macro definition file */ 27 /* End of replaced UNMOUNT_TRAP macro definition */ 33 * definition for the NFS_FH_DREF macro for a particular architecture. 38 /* End of included NFS_FH_DREF macro definition file */ 42 * definition for the NFS_SA_DREF macro for a particular architecture. 47 /* End of included NFS_SA_DREF macro definition file */ 51 * definition for the NFS_HN_DREF macro for a particular architecture. 56 /* End of included NFS_HN_DREF macro definition file */
|
| /trueos/contrib/groff/src/preproc/eqn/ |
| HD | lex.cpp | 33 struct definition { struct 40 definition(); argument 41 ~definition(); 44 definition::definition() : is_macro(1), is_simple(0) in definition() function in definition 49 definition::~definition() in ~definition() 55 declare_ptable(definition) 56 implement_ptable(definition) 58 PTABLE(definition) macro_table; 263 definition *def = new definition[1]; in init_table() 269 definition *def = new definition[1]; in init_table() [all …]
|
| /trueos/contrib/gcc/ |
| HD | protoize.c | 343 const def_dec_info * definition; /* -> def/dec containing related def */ member 801 && (ddp->is_func_def || (!ddp->is_func_def && ddp->definition)) in needs_to_be_converted() 1493 def_dec_p->definition = 0; /* Fill this in later if protoizing. */ in save_def_or_dec() 2584 ((NONCONST def_dec_info *) dd_p)->definition = dd_p; in connect_defs_and_decs() 2603 if (!dd_p->is_func_def && !dd_p->is_static && !dd_p->definition) in connect_defs_and_decs() 2610 ((NONCONST def_dec_info *) dd_p)->definition = extern_def_p; in connect_defs_and_decs() 2634 if (!dd_p->is_func_def && dd_p->is_static && !dd_p->definition) in connect_defs_and_decs() 2658 ((NONCONST def_dec_info *) dd_p)->definition = in connect_defs_and_decs() 2665 && !dd_p2->definition && (dd_p2->file == dd_p->file)) in connect_defs_and_decs() 2666 ((NONCONST def_dec_info *) dd_p2)->definition = dd_p->definition; in connect_defs_and_decs() [all …]
|
| /trueos/contrib/flex/ |
| HD | sym.c | 194 void ndinstal (name, definition) in ndinstal() argument 196 Char definition[]; 200 (char *) copy_unsigned_string (definition), 0,
|
| /trueos/contrib/file/magic/Magdir/ |
| HD | wordprocessors | 46 >8 short 522 Shell definition 50 >8 short 778 Notebook definition 65 >8 short 2319 PlanPerfect printer definition 66 >8 short 2322 PlanPerfect graphic definition 91 >8 short 4622 port definition file
|
| HD | epoc | 59 >4 lelong 0x10000140 printer definition 60 >4 lelong 0x10000141 printer definition
|
| /trueos/lib/libelf/ |
| HD | libelf_fsize.m4 | 86 * Otherwise, look for a explicit 32/64 bit size definition for TYPE, 87 * TYPE`'_SIZE32 or TYPE`'_SIZE64. If this definition is present, there 90 * Otherwise, if an Elf{32,64}_`'NAME structure definition is known, 94 * If such a structure definition is not known, treat TYPE as a primitive
|
| /trueos/contrib/sendmail/cf/ |
| HD | sendmail.schema | 54 DESC 'Sendmail MTA definition' 117 DESC 'Sendmail MTA map definition' 191 DESC 'Sendmail MTA alias definition' 266 DESC 'Sendmail MTA class definition'
|
| /trueos/usr.bin/calendar/calendars/ |
| HD | calendar.computer | 20 01/25 First U.S. meeting of ALGOL definition committee, 1958 44 05/27 First joint meeting of U.S. and European ALGOL definition cte., 1958 45 05/28 First meeting of COBOL definition cte. (eventually CODASYL), 1959
|
| /trueos/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | DiagnosticSerializationKinds.td | 57 "definition of macro '%0' differs between the precompiled header ('%1') " 72 "%q0 from module '%1' is not present in definition of %q2" 75 "definition has no member %0">;
|
| HD | DiagnosticParseKinds.td | 43 "after member function definition}0">, 49 "extra ';' after member function definition">, 91 "unnamed enumeration must be a definition">; 172 "function definition declared 'typedef'">; 179 "GCC does not allow %0 attribute in this position on a function definition">, 214 "nested namespace definition must define each namespace separately">; 366 "function definition is not allowed here">; 454 "function definition does not declare parameters">; 471 "missing '}' at end of definition of %q0">; 473 "still within definition of %q0 here">; [all …]
|
| /trueos/share/numericdef/ |
| HD | sk_SK.ISO8859-2.src | 3 # Slovak numeric definition
|