HomeSort by: relevance | last modified time | path
    Searched refs:statement (Results 1 - 18 of 18) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
msg_327.c 8 void statement(void);
14 statement();
17 statement();
20 statement();
  /src/tests/usr.bin/indent/
label.c 71 * The indentation of statement labels is fixed to -2, it is not configurable.
83 statement();
86 statement();
89 statement();
92 statement();
95 statement();
98 statement();
112 statement();
115 statement();
118 statement();
    [all...]
opt_badp.c 7 * in a function and the next comment or statement. It produces a blank line
58 * statement.
62 statement(void) function in typeref:typename:void
70 statement(void) function in typeref:typename:void
81 * A function body with a declaration and a statement gets a blank line between
246 * followed by a declaration or a statement, so it assumes that the comment is
lsym_comment.c 876 statement();
  /src/sbin/veriexecctl/
veriexecctl_parse.y 65 statement : /* empty */ label
66 | statement path type fingerprint flags eol {
109 | statement eol
110 | statement error eol {
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
blake2b-long.c 27 #define TRY(statement) \
29 ret = statement; \
  /src/usr.sbin/gspa/gspa/
gsp_gram.y 78 line : label ID operands { statement($2, $3); }
79 | ID operands { statement($1, $2); }
gsp_ass.h 160 void statement(char *opcode, operand operands);
gsp_inst.c 263 statement(char *opcode, operand operands) function in typeref:typename:void
  /src/share/misc/
style 224 * If the macro is more than a single statement, use ``do { ... } while (0)''
244 * and expand to nothing (but still as statement) when we are not debugging:
309 * statement, unless parts of the switch cascade. For the
312 * Elements in a switch statement that cascade should have a
369 z = a + really + long + statement + that + needs + two + lines +
400 * statement is really confusing without them, such as:
454 * On the other hand, we don't parenthesize the return statement
456 * a single statement).
  /src/sys/external/bsd/acpica/dist/generate/unix/
Makefile.config 216 -Wdeclaration-after-statement\
  /src/usr.bin/xlint/lint1/
cgram.y 451 /* No type for statement. */
693 * The inner part of a GCC statement-expression of the form ({ ... }).
695 * https://gcc.gnu.org/onlinedocs/gcc/Statement-Exprs.html
726 "statement expression");
2041 statement: label
2147 | statement {
2157 * Even though a "call statement" is not a formally defined
2175 * Even though a "call statement" is not a formally defined
2202 } statement {
2210 | switch_expr statement {
    [all...]
  /src/usr.bin/make/
Makefile 108 COPTS+= -Wdeclaration-after-statement
  /src/sys/external/bsd/drm/dist/
configure.ac 89 -Wdeclaration-after-statement -Wold-style-definition \
  /src/usr.bin/make/unit-tests/
var-scope-cmdline.mk 13 # most of the variables are stored. This conflicts with the statement that
  /src/lib/libc/time/
Makefile 325 -Wdeclaration-after-statement -Wdouble-promotion \
480 # the Korn shell's 'select' statement as an extension.
  /src/tests/lib/libcurses/director/
testlang_parse.y 208 | statement EOL statements
211 statement : assign label
1272 errx(1, "%s:%zu: Undefined variable in check statement",
1351 errx(1, "%s:%zu: Malformed check statement", cur_file, line);
1528 errx(1, "%s:%zu: Malformed statement", cur_file, line);
  /src/sys/external/isc/libsodium/dist/
aclocal.m4 603 dnl mangled by Autoconf and run in a shell conditional statement.

Completed in 38 milliseconds