Home
last modified time | relevance | path

Searched refs:definition (Results 1 – 25 of 237) sorted by relevance

12345678910

/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dwrstabs.c75 bfd_boolean definition; member
398 long index, bfd_boolean definition, unsigned int size) in stab_push_string() argument
405 s->definition = definition; in stab_push_string()
858 bfd_boolean definition; in stab_modify_type() local
863 definition = info->type_stack->definition; in stab_modify_type()
868 if (! stab_push_string (info, buf, 0, definition, size)) in stab_modify_type()
890 if (index != 0 && ! info->type_stack->definition) in stab_modify_type()
950 if (! info->type_stack->definition) in stab_function_type()
991 bfd_boolean definition; in stab_range_type() local
995 definition = info->type_stack->definition; in stab_range_type()
[all …]
/mirbsd/src/usr.bin/rpcgen/
Drpc_util.h43 definition *val;
94 void storeval(list **, definition *);
99 definition *findval(list *, char *, int (*)(definition *, char *));
121 void emit(definition *);
126 void print_datadef(definition *);
127 void print_funcdef(definition *);
155 void write_sample_svc(definition *);
156 int write_sample_clnt(definition *);
Drpc_hout.c48 static void pconstdef(definition *);
49 static void pargdef(definition *);
50 static void pstructdef(definition *);
51 static void puniondef(definition *);
52 static void pprogramdef(definition *);
53 static void penumdef(definition *);
54 static void ptypedef(definition *);
69 definition *def; in print_datadef()
107 definition *def; in print_funcdef()
137 definition *def; in pconstdef()
[all …]
Drpc_parse.c51 static void isdefined(definition *);
52 static void def_struct(definition *);
53 static void def_program(definition *);
54 static void def_enum(definition *);
55 static void def_const(definition *);
56 static void def_union(definition *);
57 static void def_typedef(definition *);
66 definition *
69 definition *defp; in get_definition()
72 defp = ALLOC(definition); in get_definition()
[all …]
Drpc_cout.c48 static int findtype(definition *, char *);
51 static void print_header(definition *);
59 static void emit_program(definition *);
60 static void emit_enum(definition *);
61 static void emit_union(definition *);
62 static void emit_struct(definition *);
63 static void emit_typedef(definition *);
73 definition *def; in emit()
111 definition *def; in findtype()
126 definition *def;
[all …]
Drpc_util.c95 definition *
99 int (*cmp) (definition *, char *);
116 definition *val;
134 findit(definition *def, char *type) in findit()
142 definition *def; in fixit()
144 def = (definition *) FINDVAL(defined, type, findit); in fixit()
199 typedefed(definition *def, char *type) in typedefed()
212 definition *def;
223 def = (definition *) FINDVAL(defined, type, typedefed);
Drpc_svcout.c55 static void write_real_program(definition *);
56 static void write_program(definition *, char *);
155 definition *def;
178 def = (definition *) l->val;
209 definition *def;
213 def = (definition *) l->val;
265 definition *def;
270 def = (definition *) l->val;
277 def = (definition *) l->val;
289 definition *def; in write_real_program()
[all …]
Drpc_parse.h146 struct definition { struct
158 typedef struct definition definition; argument
160 definition *get_definition(void);
Drpc_tblout.c62 static void write_table(definition *);
68 definition *def; in write_tables()
73 def = (definition *) l->val; in write_tables()
81 definition *def; in write_table()
Drpc_sample.c51 static void write_sample_server(definition *);
56 definition *def; in write_sample_svc()
67 definition *def; in write_sample_clnt()
168 definition *def; in write_sample_server()
225 definition *def; in write_sample_clnt_main()
Drpc_clntout.c47 static void write_program(definition *);
58 definition *def; in write_stubs()
65 def = (definition *) l->val; in write_stubs()
74 definition *def; in write_program()
Drpc_main.c435 definition *def;
523 definition *def;
577 definition *def;
674 definition *def;
709 definition *def;
735 definition *def;
771 definition *def;
/mirbsd/src/usr.bin/file/magdir/
Dwordperfect34 >8 beshort 522 Shell definition
38 >8 beshort 778 Notebook definition
53 >8 beshort 2319 PlanPerfect printer definition
54 >8 beshort 2322 PlanPerfect graphic definition
79 >8 beshort 4622 port definition file
Dpsion41 >4 lelong 0x10000140 printer definition
42 >4 lelong 0x10000141 printer definition
/mirbsd/src/gnu/usr.bin/perl/t/pod/
Dheadings.t51 PostgreSQL data type from the column definition in the B<RDB> file,
52 but may be overriden via a series of definition files or directly
83 PostgreSQL data type from the column definition in the RDB file,
84 but may be overriden via a series of definition files or
118 PostgreSQL data type from the column definition in the RDB file,
119 but may be overriden via a series of definition files or
Doneline_cmds.xr19 the column definition in the RDB file, but may be overriden via a series
20 of definition files or directly via one of its parameters.
Dheadings.xr19 the column definition in the RDB file, but may be overriden via a series
20 of definition files or directly via one of its parameters.
Doneline_cmds.t38 PostgreSQL data type from the column definition in the B<RDB> file,
39 but may be overriden via a series of definition files or directly
/mirbsd/src/share/doc/psd/23.Cknr/
Dcman55 An external definition declares an identifier to
26 function-definition:
66 A simple example of a complete function definition is
105 end of each function definition, so
113 An external data definition has the form
115 data-definition:
155 persists from the definition through
209 there must be an external definition
214 specified in the definition
232 keyword in an external definition
[all …]
/mirbsd/src/usr.bin/lex/
Dsym.c185 void ndinstal( name, definition ) in ndinstal() argument
187 Char definition[];
193 (char *) copy_unsigned_string( definition ), 0,
/mirbsd/src/lib/libc/time/
DMakefile.inc9 CFLAGS_localtime.o+= -Wno-old-style-definition
10 CFLAGS_strftime.o+= -Wno-old-style-definition
/mirbsd/src/usr.bin/xlint/
DREADME16 locals (inside a function definition). When it parses a function
17 definition, it pushes a symbol table context onto the stack, and
18 then pops it off when the function definition ends.
/mirbsd/src/gnu/usr.sbin/sendmail/cf/
Dsendmail.schema54 DESC 'Sendmail MTA definition'
117 DESC 'Sendmail MTA map definition'
191 DESC 'Sendmail MTA alias definition'
266 DESC 'Sendmail MTA class definition'
/mirbsd/src/usr.bin/calendar/calendars/
Dcalendar.computer23 01/25 First U.S. meeting of ALGOL definition committee, 1958
49 05/27 First joint meeting of U.S. and European ALGOL definition cte., 1958
50 05/28 First meeting of COBOL definition cte. (eventually CODASYL), 1959
/mirbsd/src/lib/libkeynote/
DHOWTO.add.crypto11 - Add a definition for the algorithm in keynote.h (the
42 - Add a KEYNOTE_HASH_* definition for the algorithm in signature.h
56 - Add an ENCODING_* definition in keynote.h

12345678910