Searched refs:__contains_word (Results 1 - 3 of 3) sorted by relevance

/external/selinux/policycoreutils/semanage/
H A 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 "
[all...]
/external/selinux/policycoreutils/setsebool/
H A Dsetsebool-bash-completion.sh18 __contains_word () { function
/external/selinux/policycoreutils/sepolicy/
H A 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

Completed in 77 milliseconds