Searched refs:statements (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/com_err/
H A Dparse.y67 | header statements
95 statements : statement label
96 | statements statement
/freebsd-9.3-release/crypto/heimdal/lib/com_err/
H A Dparse.y65 | header statements
93 statements : statement label
94 | statements statement
/freebsd-9.3-release/crypto/heimdal/lib/sl/
H A Dparse.y66 | statements
69 statements : statement label
70 | statements statement
/freebsd-9.3-release/usr.sbin/rrenumd/
H A Dparser.y122 | statements
125 statements: label
127 | statements statement
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dparse.y112 statements: label
114 statements statement
/freebsd-9.3-release/contrib/gcc/cp/
H A Dtree.c1049 htab_t *statements = (htab_t *) data;
1057 gcc_assert (!htab_find (*statements, t));
1059 slot = htab_find_slot (*statements, t, INSERT);
1072 htab_t statements;
1073 statements = htab_create (37, htab_hash_pointer, htab_eq_pointer, NULL);
1074 walk_tree (&t, verify_stmt_tree_r, &statements, NULL);
1075 htab_delete (statements);
1042 htab_t *statements = (htab_t *) data; local
1065 htab_t statements; local
/freebsd-9.3-release/sbin/hastd/
H A Dparse.y416 statements: label
418 statements statement
/freebsd-9.3-release/contrib/one-true-awk/
H A DFIXES748 allow newline after ; in for statements.
812 !x+y is (!x)+y, and x!y is x !y, not two pattern-action statements.
936 multiple pattern-action statements on one line without
/freebsd-9.3-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec229 # because RPM doesn't handle nested %if statements.
296 # Count the number of HostKey and HostDsaKey statements we have.
504 - change a couple of log() statements to debug() statements (#50751)
/freebsd-9.3-release/usr.bin/lex/
H A Dflex.skl413 * some compilers to complain about unreachable statements.
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY803 supports loading rules comprised of BPF bytecode statements

Completed in 91 milliseconds