/titanic_44/usr/src/lib/libshell/common/tests/ |
H A D | quoting2.sh | 100 set -- ${x+foo bar bam} 110 then err_exit '${x+foo '\''bar bam'\''} does not yield two arguments' 114 then err_exit '${x+foo $x bam} does not yield three arguments' 118 then err_exit '${x+foo "$x" bam} does not yield three arguments' 130 then err_exit '${x+foo "$x "bam} does not yield two arguments'
|
H A D | arrays.sh | 238 list= (foo bar bam) 326 set +A x bam 328 unset bam foo 330 typeset -A bam 331 unset bam[foo] 332 bam[foo]=value 333 [[ $bam == value ]] && err_exit 'unset associative array element error' 335 unset bam 372 foo[bar]=bam 393 foo[0]=bam
|
H A D | select.sh | 39 3) bam 42 select i in foo bar bam 53 select i in foo bar bam
|
H A D | quoting.sh | 99 set -- ${x+foo bar bam} 109 then err_exit '${x+foo '\''bar bam'\''} does not yield two arguments' 113 then err_exit '${x+foo $x bam} does not yield three arguments' 117 then err_exit '${x+foo "$x" bam} does not yield three arguments' 129 then err_exit '${x+foo "$x "bam} does not yield two arguments'
|
H A D | case.sh | 32 bam=foo[3] 38 $bam) foo=3;;
|
H A D | nameref.sh | 311 [[ -R bam ]] || err_exit '[[ -R bam ]] should detect that bam is a reference' 313 [[ -v bam ]] || err_exit '[[ -v bam ]] should detect that bam is set'
|
H A D | comvar.sh | 288 yes=( bam=2 yes=4) 294 typeset -C bar bam 297 read -Cu3 bam 306 [[ $bam == "$foo2" ]] || err_exit '$foo2 != $bmr'
|
H A D | types.sh | 129 _.y=bam 134 [[ ${x.y} == bam ]] || err_exit 'x.y should be bam' 139 [[ ${z.r.y} == bam ]] || err_exit 'z.r.y should be bam'
|
H A D | options.sh | 162 > bar.c > bam.c 163 > bar/foo.c > bar/bam.c 164 > foo/bam.c 177 set -- **/bam.c
|
H A D | enum.sh | 53 z[orange]=bam
|
H A D | basic.sh | 153 print bam 161 print bam 289 set -A a1 foo bar bam
|
H A D | substring.sh | 239 set -- foo/bar bam/yes last/file/done 246 var=(foo/bar bam/yes last/file/done)
|
H A D | functions.sh | 765 print -r -- $(bar=bam f) 769 [[ $(bar=hello g) == bam ]] || err_exit 'function exports not overridden'
|
H A D | variables.sh | 423 if [[ $( (print ${bar:?bam}) 2>&1) != *bar*bam* ]]
|
H A D | cubetype.sh | 74 b.items[1]=bam
|
/titanic_44/usr/src/common/mc/mc-amd/ |
H A D | mcamd_rowcol_impl.h | 41 #define MC_CS_SIZE(bam, width) \ argument 42 ((size_t)bam->bam_sizemb * MC_CS_SCALE * ((width) == 128 ? 2 : 1))
|
H A D | mcamd_rowcol_tbl.c | 867 const struct rct_bnkaddrmode *bam; in rct_csintlv_bits() local 882 if ((bam = rct_bnkaddrmode(mcrev, csmode)) == NULL || in rct_csintlv_bits() 888 csz = MC_CS_SIZE(bam, width); in rct_csintlv_bits()
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | omitted | 47 if (cp("/bin/cat", "bam") || _access("bam.exe", X_OK))
|
/titanic_44/usr/src/uts/common/io/nge/ |
H A D | nge_chip.h | 1393 uint32_t bam:1; member 1434 uint32_t bam:1; member 1472 uint32_t bam:1; member
|
/titanic_44/usr/src/uts/common/sys/scsi/targets/ |
H A D | stdef.h | 457 uchar_t bam: 1, /* Block Address Mode */ member 497 bam: 1; /* Block Address Mode */
|
/titanic_44/usr/src/lib/libshell/common/ |
H A D | sh.memo | 1423 \f5\^.bar.home.bam="hello world" 1425 print ${foo.bam} 1489 right=bam 1505 foo.right=bam\fP 1523 right=bam
|
H A D | RELEASE93 | 410 such as {foo\,bar,bam} to expand incorrectly have been fixed.
|
H A D | RELEASE | 1934 such as {foo\,bar,bam} to expand incorrectly have been fixed.
|
/titanic_44/usr/src/cmd/look/ |
H A D | words | 1904 bam
|
/titanic_44/usr/src/cmd/spell/ |
H A D | list | 1903 bam
|