Searched refs:answer (Results 1 - 4 of 4) sorted by relevance

/build/
H A Denvsetup.sh557 local answer
560 answer=$1
564 read answer
569 if [ -z "$answer" ]
572 elif (echo -n $answer | grep -q -e "^[0-9][0-9]*$")
574 if [ $answer -le ${#LUNCH_MENU_CHOICES[@]} ]
576 selection=${LUNCH_MENU_CHOICES[$(($answer-1))]}
579 selection=$answer
/build/make/
H A Denvsetup.sh557 local answer
560 answer=$1
564 read answer
569 if [ -z "$answer" ]
572 elif (echo -n $answer | grep -q -e "^[0-9][0-9]*$")
574 if [ $answer -le ${#LUNCH_MENU_CHOICES[@]} ]
576 selection=${LUNCH_MENU_CHOICES[$(($answer-1))]}
579 selection=$answer
/build/make/tools/releasetools/
H A Dcommon.py925 answer = raw_input("try to edit again? [y]> ").strip()
926 if answer and answer[0] not in 'yY':
/build/tools/releasetools/
H A Dcommon.py925 answer = raw_input("try to edit again? [y]> ").strip()
926 if answer and answer[0] not in 'yY':

Completed in 452 milliseconds