Lines Matching refs:x
156 local x previous last DIR0 DIR1
158 x=`get_two_last_dirs "$1"`
159 last=`echo "$x" | awk -F: '{ print $2}'`
160 previous=`echo "$x" | awk -F: '{ print $3}'`
187 local x last DIR0 DIR1
189 x=`get_two_last_dirs "$1"`
190 last=`echo "$x" | awk -F: '{ print $2}'`
613 local x version
618 x=`$ASL -version | grep "Compiler/Disassembler version"`
619 if [ x"$x" == x ]; then
623 version=`echo "$x" | awk -F" " '{print $5}'`
624 if [ x"$version" == x ]; then
686 x=`basename "$ASLTSDIR"`
687 if [ "$x" != aslts ]; then
688 do_exit 1 "The last name in ASLTSDIR should be 'aslts', but it is $x!"
695 x=`echo $PATH | grep "aslts/bin"`
696 if [ "$x" == "" ]; then
700 x=`echo $PATH | grep "aslts/bin"`
701 if [ "$x" == "" ]; then
710 x=`get_aslts_bin_line "$PATH"`
711 if [ x"$x" == x ]; then
715 BUG_STATE_DIR="$x/bugstate"
780 x=aslts
783 x="$ENABLED_TCASES"
789 elif [ $x == ASLTS -o $x == aslts ]; then
794 elif [ $x == ALL -o $x == all ]; then
803 run_asl_compiler "$ASLTSDIR" "$x" "$EXECONLY"