Searched full:comp_words (Results 1 – 2 of 2) sorted by relevance
160 local prev="${COMP_WORDS[$word]}"161 if [[ ${COMP_WORDS[$word-1]} != -[tos] ]]237 _get_comp_words_by_ref -n : -c cur -p prev -w COMP_WORDS -i COMP_CWORD239 cur="${COMP_WORDS[COMP_CWORD]}"240 prev="${COMP_WORDS[COMP_CWORD-1]}"242 cmd="${COMP_WORDS[1]}"434 cur="${COMP_WORDS[COMP_CWORD]}"435 prev="${COMP_WORDS[COMP_CWORD-1]}"436 cmd="${COMP_WORDS[1]}"
201 cur=${COMP_WORDS[COMP_CWORD]}