Searched refs:COMP_WORDBREAKS (Results 1 – 1 of 1) sorted by relevance
9 exclude="${1//[^$COMP_WORDBREAKS]}"99 if [[ "$1" == *:* && "$COMP_WORDBREAKS" == *:* ]]; then300 if [[ "$COMP_WORDBREAKS" != *,* ]]; then301 COMP_WORDBREAKS="${COMP_WORDBREAKS},"302 export COMP_WORDBREAKS305 if [[ "$COMP_WORDBREAKS" == *:* ]]; then306 COMP_WORDBREAKS="${COMP_WORDBREAKS/:/}"307 export COMP_WORDBREAKS