/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | data-structures.txt | 5 The C parser exists in two main files: parse.c, which parses statements, and expression.c, which pa… 7 …h can't appear as an expression, which primarily includes control flow statements such as if, loop… 9 A series of statements forms a compound statement (STMT_COMPOUND). 12 … have a struct statement, not a statement_list; they can have multiple statements by using a compo…
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | trigger2.test | 24 # statements, and combinations thereof). 45 # trigger2-6.1[a-f]: INSERT statements 46 # trigger2-6.2[a-f]: UPDATE statements 457 # Handling of ON CONFLICT by INSERT statements inside triggers 510 # Handling of ON CONFLICT by UPDATE statements inside triggers
|
H A D | limit.test | 14 # of SELECT statements. 218 # Make sure LIMIT works well with compound SELECT statements.
|
H A D | select5.test | 14 # GROUP BY and HAVING clauses of SELECT statements.
|
H A D | subselect.test | 13 # focus of this file is testing SELECT statements that are part of
|
H A D | select3.test | 14 # GROUP BY and HAVING clauses of SELECT statements.
|
H A D | lastinsert.test | 56 # LIRID unchanged after create table/view statements
|
H A D | minmax.test | 13 # focus of this file is testing SELECT statements that contain
|
H A D | misc3.test | 23 # that will be used by subsequent statements in the same transaction.
|
H A D | view.test | 13 # focus of this file is testing VIEW statements.
|
H A D | intpkey.test | 120 # Make sure SELECT statements are able to use the primary key column
|
H A D | select4.test | 14 # in SELECT statements.
|
H A D | select6.test | 13 # focus of this file is testing SELECT statements that contain
|
H A D | select1.test | 687 # Tests of SELECT statements without a FROM clause.
|
/illumos-gate/usr/src/lib/librstp/common/ |
H A D | ChangeLog | 5 - Fixed two unreachable statements (statmch.c and stpm.c).
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | expand.c | 1183 int cost, statements; in expand_compound() local 1190 statements = last != NULL; in expand_compound() 1192 statements++; in expand_compound() 1197 if (statements == 1 && !stmt->ret) in expand_compound()
|
/illumos-gate/usr/src/cmd/ssh/etc/ |
H A D | sshd_config | 19 # Uncomment ONLY ONE of the following Protocol statements.
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | sqlite.h.in | 94 ** A function to executes one or more statements of SQL. 96 ** If one or more of the SQL statements are queries, then 100 ** value then the query is aborted, all subsequent SQL statements 211 ** by SQL statements other than INSERT, UPDATE or DELETE. 250 ** one or more complete SQL statements.
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | arith.sh | 287 then err_exit 'name references in arithmetic statements in functions broken'
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/ |
H A D | THIRDPARTYLICENSE | 59 * following copyright notice and statements, including the disclaimer, and
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/lua_core/ |
H A D | tst.nested_neg.zcp | 16 -- This program contains deeply nested LUA statements, such that the LUA
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/ |
H A D | THIRDPARTYLICENSE | 90 * following copyright notice and statements, including the disclaimer, and
|
/illumos-gate/usr/src/lib/libc/ |
H A D | README | 184 many of these rules are enforced by ASSERT() statements scattered about
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 109 improvement allows better detection and resolution of statements that can 192 statements that could cause errors when the disassembled file is 1861 debug statements and other output on both 32-bit and 64-bit hosts. It 1979 statements. This change adds full pathname support for external names 2850 statements as well. 3018 Disassembler: Prevent duplicate External() statements. During generation 3019 of external statements, detect similar pathnames that are actually 3076 return statements surround the return expression (value) with parens to 3556 related to some ASL operators. Also, order the External() statements 4541 statements. [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | RELEASE88 | 83 statements. In this case each assignment is made as
|