| /titanic_53/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
| H A D | quoting2.sh | 60 then err_exit "nested \$(print -r - '') differs from ''" 66 then err_exit "nested \"\$(print -r - '')\" differs from ''"
|
| H A D | quoting.sh | 59 then err_exit "nested \$(print -r - '') differs from ''" 65 then err_exit "nested \"\$(print -r - '')\" differs from ''"
|
| /titanic_53/usr/src/psm/stand/bootblks/common/ |
| H A D | boot.fth | 39 false value nested? 46 nested? if 123 \ first try boot archive (nested boot from ramdisk) 129 true to nested? 220 \ if not nested, check for boot archive (executable after label) 221 nested? invert if 349 \ if we're nested, load the kernel, else load the bootarchive 351 nested? if 530 nested? invert if 666 zflag? nested? invert and if
|
| /titanic_53/usr/src/uts/sun4v/ml/ |
| H A D | mach_offsets.in | 67 \ When specifying the offsets of nested structures/unions each nested 70 \ and all of the nested structures/unions together. See the many
|
| /titanic_53/usr/src/uts/sun4u/ml/ |
| H A D | mach_offsets.in | 67 \ When specifying the offsets of nested structures/unions each nested 70 \ and all of the nested structures/unions together. See the many
|
| /titanic_53/usr/src/uts/sun4/ml/ |
| H A D | offsets.in | 66 \ When specifying the offsets of nested structures/unions each nested 69 \ and all of the nested structures/unions together. See the many
|
| /titanic_53/usr/src/grub/grub-0.97/stage2/ |
| H A D | stage2.c | 86 get_entry (char *list, int num, int nested) in get_entry() argument 96 while (nested && *(list++)); in get_entry()
|
| /titanic_53/usr/src/lib/libsqlite/test/ |
| H A D | trigger3.test | 121 # Check that RAISE(IGNORE) works correctly for nested triggers:
|
| H A D | laststmtchanges.test | 176 # 5.x - complex tests with temporary tables and nested instead of triggers
|
| H A D | minmax.test | 218 # Make sure the max(x) and min(x) optimizations work for nested
|
| H A D | lastinsert.test | 262 # 7.x - complex tests with temporary tables and nested instead of triggers
|
| H A D | select6.test | 374 # Check that the flattener works correctly for deeply nested subqueries
|
| /titanic_53/usr/src/lib/libsqlite/src/ |
| H A D | trigger.c | 425 void sqliteDropTriggerPtr(Parse *pParse, Trigger *pTrigger, int nested){ in sqliteDropTriggerPtr() argument 454 if( pTable!=0 && !nested && (v = sqliteGetVdbe(pParse))!=0 ){ in sqliteDropTriggerPtr()
|
| /titanic_53/usr/src/cmd/dtrace/test/tst/common/json/ |
| H A D | tst.general.d.out | 170 tst |nested objects|
|
| /titanic_53/usr/src/lib/fm/libfmd_snmp/mibs/ |
| H A D | SUN-FM-MIB.mib | 109 -- (fmFaultEventTable). Because SNMP does not allow nested tables, we
|
| /titanic_53/usr/src/contrib/ast/src/cmd/ksh93/ |
| H A D | RELEASE93 | 53 a $((...)) expansion that contains a nested $var expansion 101 $() command substitutions with nested case statements
|
| H A D | RELEASE | 261 12-01-19 A memory leak which occured for a nested command subtiution has been 715 that it is a nested (...). 815 10-04-27 Another bug in which a nested command substitution could hang if it 830 10-04-22 A bug in which a nested command substitution could hang if it 846 when running a nested subshell has been fixed. 1093 09-03-31 A bug in which a nested command substitution with redirections could 1308 08-08-01 A bug with the pipefail option in which a nested pipeline could 1869 05-06-21 A bug in which nested patterns of the form {m,n}(pat) would cause 1878 05-05-23 +An extension to shell patterns that allows matching of nested 3060 a $((...)) expansion that contains a nested $var expansion [all …]
|
| /titanic_53/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
| H A D | Kstat.xs | 1249 # The Sun::Solaris::Kstat constructor. This builds the nested
|
| /titanic_53/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
| H A D | README.v6 | 389 highly specific to IPv4 DHCP -- they have no means to handle nested 415 that option nesting can be handled fairly simply by nested loops, 423 requirements on option headers or contents, and nested options
|
| /titanic_53/usr/src/uts/common/io/usb/clients/hidparser/ |
| H A D | README | 63 sibling of the collection. This applies for nested collections also. i.e 421 recursion when we support nested collections. So if I have something like 446 We encounter another collection here [ so a nested collection ]. This 'ei'
|
| /titanic_53/usr/src/contrib/ast/src/lib/libast/ |
| H A D | RELEASE | 149 10-07-26 misc/optget.c: fix interaction with nested plugin/builtin calls 204 10-01-20 misc/optget.c: handle nested {...} rendering 296 08-09-04 regex/regnexec.c: fix nested delimiter match beyond end of subject 546 05-05-19 regex: add REX_NEST (?%\\()<>[]""...) %(...) nested match 1411 stropt: fix nested quote pop
|
| /titanic_53/usr/src/contrib/ast/src/lib/libpp/ |
| H A D | RELEASE | 334 fix nested @X mark bug [cpp/test/net.02.c]
|
| /titanic_53/usr/src/grub/grub-0.97/ |
| H A D | NEWS | 11 * Fix the prototypes and the definitions of nested functions. This was
|
| /titanic_53/usr/src/uts/intel/io/acpica/ |
| H A D | changes.txt | 423 If. This simplifies the decoded ASL, especially for deeply nested 2389 iASL/Preprocessor: Implemented full support for nested 2390 #if/#else/#elif/#endif blocks. Allows arbitrary depth of nested blocks. 4442 Strings, Buffers, and Packages. Includes support for nested packages. 6063 nested Package objects. This applies to predefined names that are defined 8043 deeply nested control method invocations. BZ 7873, local BZ 487. Valery 8853 - Allow interpreter to handle nested method declarations (BZ 5361) 10244 functions. This reduces the cumulative stack use during nested execution 12276 incorrectly nested internal namespace to be constructed. 12817 nested control method calls. [all …]
|
| /titanic_53/usr/src/lib/libcurses/screen/ |
| H A D | curses.ed | 376 /* <stdio.h> provides the nested include of <va_list.h> */
|