Home | History | Annotate | Download | only in make

Lines Matching refs:COMPREPLY

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