Searched refs:choice (Results 1 – 2 of 2) sorted by relevance
439 local choice440 for choice in ${LUNCH_MENU_CHOICES[@]}442 echo " $i. $choice"998 local choice1009 unset choice1010 read choice1011 if [[ $choice -gt ${#lines[@]} || $choice -lt 1 ]]; then1015 pathname=${lines[$(($choice-$_arrayoffset))]}
970 …e reliability of the onUserLeaving() callback indicating a specific user choice to navigate to the…