Searched refs:arrays (Results 1 – 20 of 20) sorted by relevance
30 code TEST-8000-08 item 5 = <<Variable expansion for arrays: index = %<test_arr[1].index>>>39 REC-ACTION: Variable expansion for arrays: index = %<test_arr[1].index>46 code TEST-8000-08 item 5 = <<Variable expansion for arrays: index = 1>>55 REC-ACTION: Variable expansion for arrays: index = 164 REC-ACTION: Variable expansion for arrays: index = 171 code TEST-8000-08 item 5 = <<Variable expansion for arrays: index = %<test_arr[1].index>>>80 REC-ACTION: Variable expansion for arrays: index = %<test_arr[1].index>87 code TEST-8000-08 item 5 = <<Variable expansion for arrays: index = 1>>96 REC-ACTION: Variable expansion for arrays: index = 1105 REC-ACTION: Variable expansion for arrays: index = 1
339 private String formatByteArrays(Vector arrays) { in formatByteArrays() argument340 int i, n = arrays.size(); in formatByteArrays()346 byte array[] = (byte[])arrays.elementAt(i); in formatByteArrays()
40 msgstr "Variable expansion for arrays: index = %<test_arr[1].index>"
86 tests/arrays.sh \
5 a. Associative arrays. The new version of ksh supports both6 associate arrays and the older indexed arrays with the same8 an array to be associative. As with indexed arrays, $name is28 to specify substrings and sub-arrays:
83 Arrays: KSH-93 supports both indexed and associative arrays.
140 09-06-19 A bug with typeset for compound variables containing arrays of254 09-01-06 A bug in indexed arrays of compound variables in which referencing332 08-10-08 ksh93 now supports types that contain arrays of other types as418 08-07-09 The typeset -C option can be used with arrays to indicate that420 08-07-08 The %B format now outputs compound variables and arrays. The432 08-06-19 A couple of bugs in multi-dimensional arrays have been fixed.478 sub2 inclusive. For associative arrays, the range is based on606 07-07-09 A bug in which typeset -a did not list indexed arrays has been737 07-05-23 Several bug fixes in compound variables and arrays of arrays824 06-09-17 The -a option was added to typeset for indexed arrays. This[all …]
112 arrays.
45 allows components other than the last to be arrays.
1072 and arrays.1240 allows variables to represent arrays of values1340 .I arrays1342 There are two types of arrays; associative arrays1343 and indexed arrays.1353 Subscripts for arrays1432 Compound assignments are used to assign values to arrays
291 # Functions below convert C arrays into Perl lists. They use XS PPCODE
59 C<\@users> and C<\@groups> are returned as arrays containing the appropriate
34 * The arrays _sys_errs[], accessible via perror(3C) and strerror(3C)
45 for associative arrays with non-numeric subscripts.
41 dir path=opt/SUNWdtrt/tst/$(ARCH)/arrays49 dir path=opt/SUNWdtrt/tst/common/arrays143 file path=opt/SUNWdtrt/tst/$(ARCH)/arrays/tst.uregsarray.d mode=0444389 file path=opt/SUNWdtrt/tst/common/arrays/err.D_ARR_BADREF.bad.d mode=0444390 file path=opt/SUNWdtrt/tst/common/arrays/err.D_DECL_ARRBIG.toobig.d mode=0444391 file path=opt/SUNWdtrt/tst/common/arrays/err.D_DECL_ARRNULL.bad.d mode=0444392 file path=opt/SUNWdtrt/tst/common/arrays/err.D_DECL_ARRSUB.bad.d mode=0444393 file path=opt/SUNWdtrt/tst/common/arrays/err.D_DECL_PROTO_TYPE.badtuple.d \395 file path=opt/SUNWdtrt/tst/common/arrays/err.D_IDENT_UNDEF.badureg.d mode=0444396 file path=opt/SUNWdtrt/tst/common/arrays/tst.basic1.d mode=0444[all …]
114 file path=usr/demo/ksh/tests/arrays.sh
110 # Compare two arrays of project structures & check for equivalence.
130 PKT_LIST contains a PKT pointer, length, decoded option arrays, and392 somewhat expensive in storage, due to the use of arrays indexed by
176 * stage2/fsys_xfs.c (next_dentry): Use arrays of arrays instead of177 arrays of pointers for USUAL, to avoid read-only strings. Reported
7379 fields to the exception string arrays to eliminate a -1 subtraction on 7384 Changed ACPI_MODULE_NAME and ACPI_FUNCTION_NAME to use arrays of strings