Home
last modified time | relevance | path

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

/build/
Denvsetup.sh452 local choice
453 for choice in ${LUNCH_MENU_CHOICES[@]}
455 echo " $i. $choice"
1048 local choice
1059 unset choice
1060 read choice
1061 if [[ $choice -gt ${#lines[@]} || $choice -lt 1 ]]; then
1065 pathname=${lines[$(($choice-$_arrayoffset))]}