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