Lines Matching refs:COMP_WORDBREAKS
9 exclude="${1//[^$COMP_WORDBREAKS]}"
99 if [[ "$1" == *:* && "$COMP_WORDBREAKS" == *:* ]]; then
300 if [[ "$COMP_WORDBREAKS" != *,* ]]; then
301 COMP_WORDBREAKS="${COMP_WORDBREAKS},"
302 export COMP_WORDBREAKS
305 if [[ "$COMP_WORDBREAKS" == *:* ]]; then
306 COMP_WORDBREAKS="${COMP_WORDBREAKS/:/}"
307 export COMP_WORDBREAKS