Searched refs:COMP_WORDBREAKS (Results 1 – 1 of 1) sorted by relevance
9 exclude="${1//[^$COMP_WORDBREAKS]}"99 if [[ "$1" == *:* && "$COMP_WORDBREAKS" == *:* ]]; then278 if [[ "$COMP_WORDBREAKS" != *,* ]]; then279 COMP_WORDBREAKS="${COMP_WORDBREAKS},"280 export COMP_WORDBREAKS283 if [[ "$COMP_WORDBREAKS" == *:* ]]; then284 COMP_WORDBREAKS="${COMP_WORDBREAKS/:/}"285 export COMP_WORDBREAKS