Home
last modified time | relevance | path

Searched full:comp_words (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/contrib/bash_completion.d/
H A Dzfs.in160 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_CWORD
239 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]}"
/freebsd/usr.sbin/service/
H A Dservice.8201 cur=${COMP_WORDS[COMP_CWORD]}