Searched refs:definition (Results 1 - 25 of 57) sorted by relevance

123

/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_util.h77 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 *);
H A Drpc_parse.h176 struct definition { struct
188 typedef struct definition definition; typedef in typeref:struct:definition
190 definition *get_definition(void);
H A Drpc_hout.c51 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 * );
63 * Print the C-version of an xdr definition
66 print_datadef(definition *def, int headeronly)
105 print_funcdef(definition *def, int headeronly)
151 pconstdef(definition *de
[all...]
H A Drpc_tblout.c67 static void write_table( definition * );
74 definition *def;
78 def = (definition *) l->val;
86 write_table(definition *def)
H A Drpc_util.c96 definition *
97 findval(list *lst, const char *val, int (*cmp)(definition *, const char *))
111 storeval(list **lstp, definition *val)
124 findit(definition *def, const char *type)
132 definition *def;
134 def = (definition *) FINDVAL(defined, type, findit);
188 typedefed(definition *def, const char *type)
200 definition *def;
211 def = (definition *) FINDVAL(defined, type, typedefed);
H A Drpc_cout.c51 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 * );
63 * Emit the C-routine for the given definition
66 emit(definition *def)
107 findtype(definition *def, const char *type)
120 definition *de
[all...]
H A Drpc_parse.c53 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 * );
66 * return the next definition you see
68 definition *
71 definition *def
[all...]
H A Drpc_sample.c50 static void write_sample_server( definition * );
54 write_sample_svc(definition *def)
64 write_sample_clnt(definition *def)
192 write_sample_server(definition *def)
269 definition *def;
H A Drpc_svcout.c60 static void write_real_program( definition * );
61 static void write_program(definition *, const char *);
187 definition *def;
217 def = (definition *) l->val;
248 definition *def;
252 def = (definition *) l->val;
305 definition *def;
309 def = (definition *) l->val;
317 def = (definition *) l->val;
327 * write out definition o
[all...]
H A Drpc_clntout.c51 static void write_program( definition * );
64 definition *def;
71 def = (definition *) l->val;
79 write_program(definition *def)
H A Drpc_main.c401 definition *def;
503 definition *def;
591 definition *def;
677 definition *def;
707 definition *def;
729 definition *def;
762 definition *def;
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dwrstabs.c74 bfd_boolean definition; member in struct:stab_type_stack
398 long index, bfd_boolean definition, unsigned int size)
405 s->definition = definition;
861 bfd_boolean definition;
866 definition = info->type_stack->definition;
871 if (! stab_push_string (info, buf, 0, definition, size))
893 if (index != 0 && ! info->type_stack->definition)
896 the entry on the type stack is not a definition, s
396 stab_push_string(struct stab_write_handle *info, const char *string, long index, bfd_boolean definition, unsigned int size) argument
859 bfd_boolean definition; local
992 bfd_boolean definition; local
1019 bfd_boolean definition; local
1072 bfd_boolean definition; local
1113 bfd_boolean definition; local
1142 bfd_boolean definition; local
1313 bfd_boolean definition; local
1354 bfd_boolean definition; local
1416 bfd_boolean definition; local
1448 bfd_boolean definition; local
1498 bfd_boolean definition; local
1552 bfd_boolean definition; local
1651 bfd_boolean definition; local
[all...]
/freebsd-9.3-release/contrib/groff/src/preproc/eqn/
H A Dlex.cpp33 struct definition { struct
40 definition();
41 ~definition();
44 definition::definition() : is_macro(1), is_simple(0) function in class:definition
49 definition::~definition()
55 declare_ptable(definition)
56 implement_ptable(definition)
58 PTABLE(definition) macro_tabl
[all...]
/freebsd-9.3-release/usr.bin/lex/
H A Dsym.c178 /* ndinstal - install a name definition */
180 void ndinstal( name, definition )
182 Char definition[];
188 (char *) copy_unsigned_string( definition ), 0,
194 /* ndlookup - lookup a name definition
196 * Returns a nil pointer if the name definition does not exist.
234 /* Generate start condition definition, for use in BEGIN et al. */
H A Dflex.skl91 * definition of BEGIN.
124 /* The funky do-while in the following #define is used to turn the definition
221 %- Standard (non-C++) definition
232 %- Standard (non-C++) definition
290 %- Standard (non-C++) definition
337 %- Standard (non-C++) definition
389 %- Standard (non-C++) definition
394 %+ C++ definition
404 %% fread()/read() definition of YY_INPUT goes here unless we're doing C++
405 %+ C++ definition
[all...]
H A Dscan.l185 {WS} /* separates name and definition */
204 synerr( _( "incomplete name definition" ) );
445 _( "undefined definition {%s}" ),
/freebsd-9.3-release/usr.bin/calendar/calendars/
H A Dcalendar.computer20 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
/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c325 single function definition or declaration which we need to know about.
343 const def_dec_info * definition; /* -> def/dec containing related def */ member in struct:def_dec_info_struct
807 /* ... and if this a definition or is a decl with an associated def ... */
808 && (ddp->is_func_def || (!ddp->is_func_def && ddp->definition))
1399 a function definition or declaration.
1425 new/old/implicit flag (new = ANSI prototype format), definition or
1479 definition or declaration. */
1484 /* Is this a new style (ANSI prototyped) definition or declaration? */
1500 /* Is this item a function definition (F) or a declaration (C). Note that
1507 def_dec_p->definition
2883 const def_dec_info *definition = def_dec_p->definition; local
[all...]
/freebsd-9.3-release/usr.sbin/makefs/
H A Dmtree.c902 "duplicate definition of %s",
906 "duplicate definition of %s",
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm31 found. For example the following macro definition
91 provide a macro definition that should be executed on a .Bl call.
96 provide a macro definition that should be executed on a .El call.
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm58 found. For example the following macro definition
118 provide a macro definition that should be executed on a .Bl call.
123 provide a macro definition that should be executed on a .El call.
/freebsd-9.3-release/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in72 Verifies and if necessary, updates leap-second definition file
H A Dupdate-leap.sh57 Verifies and if necessary, updates leap-second definition file
/freebsd-9.3-release/share/mk/
H A Dbsd.sys.mk56 -Wold-style-definition
/freebsd-9.3-release/include/gssapi/
H A Dgssapi.h80 #error Incompatible definition of OM_uint32 from xom.h

Completed in 156 milliseconds

123