Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/
Dperf-completion.sh9 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