Searched refs:__contains_word (Results 1 – 4 of 4) sorted by relevance
18 __contains_word () { function124 elif __contains_word "$command" ${VERBS[LOGIN]} ; then127 elif __contains_word "$command" ${VERBS[USER]} ; then130 elif __contains_word "$command" ${VERBS[PORT]} ; then133 elif __contains_word "$command" ${VERBS[INTERFACE]} ; then136 elif __contains_word "$command" ${VERBS[MODULE]} ; then139 elif __contains_word "$command" ${VERBS[NODE]} ; then142 elif __contains_word "$command" ${VERBS[FCONTEXT]} ; then145 elif __contains_word "$command" ${VERBS[BOOLEAN]} ; then148 elif __contains_word "$command" ${VERBS[PERMISSIVE]} ; then[all …]
18 __contains_word () { function92 if __contains_word "${COMP_WORDS[i]}" ${VERBS[*]} &&93 ! __contains_word "${COMP_WORDS[i-1]}" ${OPTS[ARG}]}; then
21 __contains_word () {70 if __contains_word "${COMP_WORDS[i]}" ${OPTS}; then77 if __contains_word "${COMP_WORDS[i]}" "${VERBS[@]}"; then
18 __contains_word () { function