Home | History | Annotate | Download | only in semanage

Lines Matching refs:cur

72         local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]}
89 COMPREPLY=( $(compgen -W "$( __get_all_domains ) " -- "$cur") )
95 COMPREPLY=( $(compgen -W "$( __get_all_stores ) " -- "$cur") )
98 COMPREPLY=( $(compgen -W "tcp udp" -- "$cur") )
102 COMPREPLY=( $(compgen -W "$( __get_all_roles ) " -- "$cur") )
108 COMPREPLY=( $(compgen -W "$( __get_all_users ) " -- "$cur") )
111 COMPREPLY=( $(compgen -W "$( __get_all_ftypes ) " -- "$cur") )
115 COMPREPLY=( $(compgen -W "$( __get_all_port_types ) " -- "$cur") )
119 COMPREPLY=( $(compgen -W "$( __get_all_file_types ) " -- "$cur") )
122 COMPREPLY=( $(compgen -W "$( __get_all_types ) " -- "$cur") )
125 COMPREPLY=( $(compgen -W "$( __get_login_opts ) " -- "$cur") )
128 COMPREPLY=( $(compgen -W "$( __get_user_opts ) " -- "$cur") )
131 COMPREPLY=( $(compgen -W "$( __get_port_opts ) " -- "$cur") )
134 COMPREPLY=( $(compgen -W "$( __get_interface_opts ) " -- "$cur") )
137 COMPREPLY=( $(compgen -W "$( __get_module_opts ) " -- "$cur") )
140 COMPREPLY=( $(compgen -W "$( __get_node_opts ) " -- "$cur") )
143 COMPREPLY=( $(compgen -W "$( __get_fcontext_opts ) " -- "$cur") )
146 COMPREPLY=( $(compgen -W "$( __get_boolean_opts ) " -- "$cur") )
149 COMPREPLY=( $(compgen -W "$( __get_permissive_opts ) " -- "$cur") )
152 COMPREPLY=( $(compgen -W "$( __get_dontaudit_opts ) " -- "$cur") )
155 COMPREPLY=( $(compgen -W "$( __get_import_opts ) " -- "$cur") )
158 COMPREPLY=( $(compgen -W "$( __get_export_opts ) " -- "$cur") )
161 COMPREPLY=( $(compgen -W "$comps" -- "$cur") )