Home | History | Annotate | Download | only in build

Lines Matching refs:COMPREPLY

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