Searched refs:subscript (Results 1 – 17 of 17) sorted by relevance
/illumos-gate/usr/src/lib/fm/libdiskstatus/common/ |
H A D | ds_util.c | 123 int subscript = byte_count + i; in ddump() local 124 char ch = (isprint(start[subscript]) ? in ddump() 125 start[subscript] : '.'); in ddump()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | bash_pre_rc.sh | 85 index=_push_max-.sh.subscript
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | nameref.sh | 277 [[ $x == ok ]] || err_exit 'nameref to unset subscript not working' 431 [[ ${a[a b]} == 99 ]] || err_exit 'nameref not handling subscript correctly'
|
H A D | arrays.sh | 485 print sub=${.sh.subscript} 495 print sub=${.sh.subscript}
|
H A D | variables.sh | 556 case ${.sh.subscript} in 584 typeset sub=${.sh.subscript}
|
H A D | types.sh | 384 [[ ${.sh.subscript} == 4 ]] || err_exit "subscript=${.sh.subscript} should be 4"
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | RELEASE88 | 42 8. ${!name[sub]} expands to the name of the subscript of the 76 2. A list of subscript assignments in the form 77 [subscript]=value. In this, these elements become 97 The new variables .sh.name, .sh.subscript, and .sh.value are 162 10. Variable .sh.subscript is set to the subscript for the variable
|
H A D | PROMO.mm | 84 The subscript for an indexed array is an arithmetic expression, 85 whereas, the subscript for an associative array is a string.
|
H A D | RELEASE | 137 string when i was a valid subscript and j was <=0 rather than 175 array element did not display the subscript has been fixed. 424 11-03-29 The subscript out or range message for fixed arrays has been fixed. 534 array subscript, then ${!nr} did not output the subscript correctly 859 10-04-06 A bug in which .sh.name contained the subscript and .sh.subscript 919 subscript was evaluated twice for $((foo[x++]++)) has been fixed. 923 10-01-15 The "adding empty subscript" warning now only emitted with -x set. 938 09-12-11 A bug where the subscript of an unset variable was not evaluated has 1029 array instance when invoked in a function ignored the subscript 1078 and subscript elements rather than checking for all parameters. [all …]
|
H A D | RELEASE93 | 247 j. A bug that caused side effects in subscript evaluation
|
H A D | sh.memo | 1344 The subscript for an associative array is an arbitrary 1345 string, whereas the subscript for an indexed array is 1351 .IR subscript . 1380 .BI ${ name [ subscript ]}
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | nvtree.c | 976 char *subscript=0; in walk_tree() local 995 if(arp && !(arp->nelem&ARRAY_SCAN) && (subscript = nv_getsub(np))) in walk_tree() 999 stakputs(subscript); in walk_tree() 1010 if(subscript) in walk_tree()
|
H A D | xec.c | 501 int sh_debug(Shell_t *shp, const char *trap, const char *name, const char *subscript, char *const a… in sh_debug() argument 517 if(subscript) in sh_debug() 520 out_string(iop,subscript,']',1); in sh_debug()
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | caps | 457 enter_subscript_mode, "ssubm" "ZN" Enable subscript printing 465 exit_subscript_mode, "rsubm" "ZV" Disable subscript printing 490 subscript_characters, "subcs" "Zu" List of ``subscript-able'' characters
|
/illumos-gate/usr/src/cmd/vgrind/ |
H A D | vgrindefs.src | 35 space string subscript such then TRUE true type ubnd union until\
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 456 enter_subscript_mode ssubm ZN str Enable subscript printing 464 exit_subscript_mode rsubm ZV str Disable subscript printing 489 subscript_characters subcs Zu str List of "subscript-able" characters
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 458 enter_subscript_mode ssubm ZN str Enable subscript printing 466 exit_subscript_mode rsubm ZV str Disable subscript printing 491 subscript_characters subcs Zu str List of "subscript-able" characters
|