Home
last modified time | relevance | path

Searched refs:nested (Results 1 – 25 of 44) sorted by relevance

12

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dquoting2.sh60 then err_exit "nested \$(print -r - '') differs from ''"
66 then err_exit "nested \"\$(print -r - '')\" differs from ''"
H A Dquoting.sh59 then err_exit "nested \$(print -r - '') differs from ''"
65 then err_exit "nested \"\$(print -r - '')\" differs from ''"
/illumos-gate/usr/src/tools/smatch/src/
H A Dexpand.c885 struct expression *nested = expr->init_expr; in expand_pos_expression() local
890 switch (nested->type) { in expand_pos_expression()
892 offset += nested->init_offset; in expand_pos_expression()
893 *expr = *nested; in expand_pos_expression()
895 nested = expr; in expand_pos_expression()
899 struct expression *reuse = nested, *entry; in expand_pos_expression()
900 *expr = *nested; in expand_pos_expression()
922 nested = expr; in expand_pos_expression()
930 return expand_expression(nested); in expand_pos_expression()
H A Dgcc-attr-list.h102 GCC_ATTR(nested)
H A Dparse.c2687 int nested; in single_initializer() local
2701 for (tail = ep, nested = 0; ; nested++, next = token->next) { in single_initializer()
2721 if (nested) in single_initializer()
2727 if (nested && !expect_equal) { in single_initializer()
H A Devaluate.c2586 static int handle_initializer(struct expression **ep, int nested,
2697 static struct expression *handle_scalar(struct expression *e, int nested) in handle_scalar() argument
2721 if (nested) in handle_scalar()
2744 static int handle_initializer(struct expression **ep, int nested, in handle_initializer() argument
2756 e = handle_scalar(e, nested); in handle_initializer()
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_offsets.in67 \ When specifying the offsets of nested structures/unions each nested
70 \ and all of the nested structures/unions together. See the many
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_offsets.in67 \ When specifying the offsets of nested structures/unions each nested
70 \ and all of the nested structures/unions together. See the many
/illumos-gate/usr/src/cmd/bhyve/
H A Dtask_switch.c500 bool nested; in tss32_restore() local
502 nested = false; in tss32_restore()
505 nested = true; in tss32_restore()
509 if (nested) in tss32_restore()
572 if (nested) in tss32_restore()
/illumos-gate/usr/src/uts/sun4/ml/
H A Doffsets.in66 \ When specifying the offsets of nested structures/unions each nested
69 \ and all of the nested structures/unions together. See the many
/illumos-gate/usr/src/cmd/mandoc/
H A Dmansearch.c613 int needterm, nested; in exprcomp() local
615 if ((nested = *argi) == argc) in exprcomp()
625 if (nested) in exprcomp()
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.errmsg110 illegal nested function
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c86 get_entry (char *list, int num, int nested) in get_entry() argument
96 while (nested && *(list++)); in get_entry()
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Ddoc-guide.rst64 * nested lists are supported
H A Ddata-structures.txt28 The linearized bytecode itself has a set of nested structures.
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtrigger3.test119 # Check that RAISE(IGNORE) works correctly for nested triggers:
H A Dlaststmtchanges.test174 # 5.x - complex tests with temporary tables and nested instead of triggers
H A Dlastinsert.test260 # 7.x - complex tests with temporary tables and nested instead of triggers
H A Dminmax.test216 # Make sure the max(x) and min(x) optimizations work for nested
H A Dselect6.test372 # Check that the flattener works correctly for deeply nested subqueries
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtrigger.c422 void sqliteDropTriggerPtr(Parse *pParse, Trigger *pTrigger, int nested){ in sqliteDropTriggerPtr() argument
451 if( pTable!=0 && !nested && (v = sqliteGetVdbe(pParse))!=0 ){ in sqliteDropTriggerPtr()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/json/
H A Dtst.general.d.out170 tst |nested objects|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.nested_neg.zcp16 -- This program contains deeply nested LUA statements, such that the LUA
/illumos-gate/usr/src/lib/fm/libfmd_snmp/mibs/
H A DSUN-FM-MIB.mib109 -- (fmFaultEventTable). Because SNMP does not allow nested tables, we
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE9353 a $((...)) expansion that contains a nested $var expansion
101 $() command substitutions with nested case statements

12