Lines Matching refs:__contains_word
18 __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
151 elif __contains_word "$command" ${VERBS[DONTAUDIT]} ; then
154 elif __contains_word "$command" ${VERBS[IMPORT]} ; then
157 elif __contains_word "$command" ${VERBS[EXPORT]} ; then