Home
last modified time | relevance | path

Searched refs:iarray (Results 1 – 5 of 5) sorted by relevance

/titanic_51/usr/src/lib/libshell/common/tests/
H A Dappend.sh41 iarray=( one two three )
42 { iarray+= (four five six) ;} 2> /dev/null
43 if [[ ${iarray[@]} != 'one two three four five six' ]]
46 unset iarray
47 iarray=one
48 { iarray+= (four five six) ;} 2> /dev/null
49 if [[ ${iarray[@]} != 'one four five six' ]]
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dappend.sh41 iarray=( one two three )
42 { iarray+= (four five six) ;} 2> /dev/null
43 if [[ ${iarray[@]} != 'one two three four five six' ]]
46 unset iarray
47 iarray=one
48 { iarray+= (four five six) ;} 2> /dev/null
49 if [[ ${iarray[@]} != 'one four five six' ]]
/titanic_51/usr/src/uts/i86pc/io/
H A Dimmu.c497 int64_t *iarray; in get_conf_tunables() local
508 &iarray, &n) != DDI_PROP_SUCCESS) { in get_conf_tunables()
516 ddi_prop_free(iarray); in get_conf_tunables()
520 if (iarray[0] < 0) { in get_conf_tunables()
524 ddi_prop_free(iarray); in get_conf_tunables()
528 *ivar = iarray[0]; in get_conf_tunables()
530 ddi_prop_free(iarray); in get_conf_tunables()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c533 int r=0, ref=0, comvar=(flag&NV_COMVAR),iarray=(flag&NV_IARRAY); in setall() local
641 np = nv_open(name,troot,nvflags|((nvflags&NV_ASSIGN)?0:NV_ARRAY)|((iarray|(nvflags&(NV_REF|NV_NOADD)==NV_REF))?NV_FARRAY:0)); in setall()
654 else if(iarray && ap && ap->fun) in setall()
656 else if( (iarray||(flag&NV_ARRAY)) && nv_isvtree(np) && !nv_type(np)) in setall()
672 if(!comvar && !iarray) in setall()
684 if(iarray) in setall()
847 if(iarray) in setall()
/titanic_51/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c439 int r=0, ref=0, comvar=(flag&NV_COMVAR),iarray=(flag&NV_IARRAY); in b_common() local
529 if(!comvar && !iarray) in b_common()
536 if(iarray) in b_common()