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

  /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/tests/usr.bin/indent/
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
  /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/usr.sbin/gspa/gspa/
gsp_inst.c 263 statement(char *opcode, operand operands) function in typeref:typename:void
  /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...]

Completed in 14 milliseconds