/src/tests/usr.bin/xlint/lint1/ |
msg_044.c | 4 // Test for message: declaration of '%s %s' introduces new type in C90 or later [44] 11 void declaration(struct tag *); 14 /* expect+2: warning: declaration of 'struct tag' introduces new type in C90 or later [44] */
|
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/ |
aeabi_div0.c | 29 /* provide an unused declaration to pacify pendantic compilation */ 30 extern unsigned char declaration;
|
/src/usr.bin/rpcgen/ |
rpc_parse.h | 78 struct declaration { struct 85 typedef struct declaration declaration; typedef in typeref:struct:declaration 88 declaration decl; 101 declaration case_decl; 107 declaration enum_decl; 109 declaration *default_decl;
|
rpc_util.h | 131 void emit_inline(declaration *, int); 132 void emit_single_in_line(declaration *, int, relation); 145 void pdeclaration(const char *, declaration *, int, const char *);
|
rpc_parse.c | 67 static void get_declaration(declaration *, defkind); 68 static void get_prog_declaration(declaration *, defkind, int); 123 declaration dec; 150 declaration dec; 296 declaration dec; 344 defp->def.un.default_decl = ALLOC(declaration); 398 declaration dec; 411 get_declaration(declaration *dec, defkind dkind) 453 error("Array declaration expected"); 458 error("Variable-length array declaration expected") [all...] |
rpc_cout.c | 74 static void print_stat(int, declaration *); 337 declaration *dflt; 339 declaration *cs; 622 print_stat(int indent, declaration *dec) 640 emit_inline(declaration *decl, int flag) 669 emit_single_in_line(declaration *decl, int flag, relation rel)
|
rpc_hout.c | 234 declaration *decl; 470 pdeclaration(const char *name, declaration *dec, int tab,
|
/src/tests/usr.bin/indent/ |
indent_off_on.c | 247 int declaration; variable in typeref:typename:int 250 int declaration; variable in typeref:typename:int
|
opt_badp.c | 45 declaration(void) function in typeref:typename:void 81 * A function body with a declaration and a statement gets a blank line between 171 * A struct declaration or an initializer are not function bodies, so don't 246 * followed by a declaration or a statement, so it assumes that the comment is 247 * part of the declaration block.
|
/src/usr.bin/make/unit-tests/ |
depsrc.exp | 2 : 'declaration. They are not preserved and maybe expanded later.'
|
depsrc.mk | 11 # declaration. 19 : 'declaration. They are not preserved and maybe expanded later.' 24 : 'declaration. If that fails because the variable is undefined,'
|
suff-main.mk | 4 # suffixes are not known at the point of declaration. 10 # Since it is the first target in the first dependency declaration,
|
deptgt.mk | 32 # In a dependency declaration, the list of targets can be empty. 43 # the dependency declaration. 48 # In a dependency declaration, the whole line is expanded before interpreting
|
dep-colon.mk | 7 # In a dependency declaration line, there may be a shell command after the
|
depsrc-usebefore-double-colon.mk | 14 # declaration has no .USEBEFORE source.
|
suff-main-several.mk | 4 # suffixes are not known at the point of declaration.
|
deptgt-main.mk | 14 # a _target_ in a dependency declaration, not as a _source_. It is thus
|
varname-dot-make-mode.mk | 15 # targets are not made in declaration order, but rather in random order. This
|
varmod-path.mk | 24 # To have an effect, this .PATH declaration must be processed after the
|
directive-info.mk | 34 .info: message # This is a dependency declaration.
|
directive.mk | 22 # dependency declaration with 2 targets and 1 source.
|
depsrc-usebefore.mk | 7 # appended or prepended in declaration order. For .USE nodes, this is the
|
/src/usr.bin/indent/ |
io.c | 181 if (((ps.blank_line_after_decl && ps.declaration == decl_no) 362 if (opt.blank_line_after_decl && ps.declaration == decl_end 364 ps.declaration = decl_no;
|
indent.c | 781 ps.declaration = decl_no; 793 ps.declaration = decl_no; 807 if (ps.decl_level > 0) { /* multi-level structure declaration */ 810 ps.declaration = decl_begin; 922 ps.declaration = ps.declaration == decl_begin ? decl_end : decl_no; 931 * structure declaration before, we 971 ps.declaration = decl_begin;
|
debug.c | 392 state.heading2 = "spacing inside a statement or declaration"; 406 debug_ps_enum(declaration, declaration_name);
|