Searched refs:COMP_WORDBREAKS (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/
H A Dperf-completion.sh9 exclude="${1//[^$COMP_WORDBREAKS]}"
99 if [[ "$1" == *:* && "$COMP_WORDBREAKS" == *:* ]]; then
291 if [[ "$COMP_WORDBREAKS" != *,* ]]; then
292 COMP_WORDBREAKS="${COMP_WORDBREAKS},"
293 export COMP_WORDBREAKS
296 if [[ "$COMP_WORDBREAKS" == *:* ]]; then
297 COMP_WORDBREAKS="${COMP_WORDBREAKS/:/}"
298 export COMP_WORDBREAKS
[all...]

Completed in 108 milliseconds