Searched refs:ANS (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh659 read ANS
660 if [ -z "$ANS" ]
662 ANS=$2
673 ANS="" # Set ANS to NULL.
674 while [ "$ANS" = "" ]
677 [ "$ANS" = "" ] && echo "NULL value not allowed!"
691 ANS="" # Set ANS to NULL.
697 while not_integer $ANS
[all...]
/illumos-gate/usr/src/cmd/avs/dscfg/
H A Ddscfgadm.sh410 ANS=`ckyorn -Qd n -p "$QUEST"`
412 case $ANS in
455 ANS=`ckkeywd -Q y n maybe`
456 case $ANS in
578 ANS=`ckyorn -Qd n -p "$QUEST"`
580 case $ANS
605 ANS=`ckyorn -Qd n -p "$QUEST"`
607 case $ANS
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh525 read ANS
526 if [ -z "$ANS" ]
528 ANS=$2
539 ANS="" # Set ANS to NULL.
540 while [ "$ANS" = "" ]
543 [ "$ANS" = "" ] && ${ECHO} "NULL value not allowed!"
557 ANS="" # Set ANS to NULL.
563 while not_numeric $ANS
[all...]

Completed in 59 milliseconds