Home | History | Annotate | Download | only in build

Lines Matching refs:COMPREPLY

623     COMPREPLY=()
627 COMPREPLY=( $(compgen -W "${LUNCH_MENU_CHOICES[*]}" -- ${cur}) )