Home
last modified time | relevance | path

Searched refs:__contains_word (Results 1 – 4 of 4) sorted by relevance

/external/selinux/python/semanage/
Dsemanage-bash-completion.sh18 __contains_word () { function
124 elif __contains_word "$command" ${VERBS[LOGIN]} ; then
127 elif __contains_word "$command" ${VERBS[USER]} ; then
130 elif __contains_word "$command" ${VERBS[PORT]} ; then
133 elif __contains_word "$command" ${VERBS[INTERFACE]} ; then
136 elif __contains_word "$command" ${VERBS[MODULE]} ; then
139 elif __contains_word "$command" ${VERBS[NODE]} ; then
142 elif __contains_word "$command" ${VERBS[FCONTEXT]} ; then
145 elif __contains_word "$command" ${VERBS[BOOLEAN]} ; then
148 elif __contains_word "$command" ${VERBS[PERMISSIVE]} ; then
[all …]
/external/selinux/python/sepolicy/
Dsepolicy-bash-completion.sh18 __contains_word () { function
92 if __contains_word "${COMP_WORDS[i]}" ${VERBS[*]} &&
93 ! __contains_word "${COMP_WORDS[i-1]}" ${OPTS[ARG}]}; then
/external/kmod/shell-completion/bash/
Dkmod21 __contains_word () {
70 if __contains_word "${COMP_WORDS[i]}" ${OPTS}; then
77 if __contains_word "${COMP_WORDS[i]}" "${VERBS[@]}"; then
/external/selinux/policycoreutils/setsebool/
Dsetsebool-bash-completion.sh18 __contains_word () { function