Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/
Dperf-completion.sh9 exclude="${1//[^$COMP_WORDBREAKS]}"
99 if [[ "$1" == *:* && "$COMP_WORDBREAKS" == *:* ]]; then
278 if [[ "$COMP_WORDBREAKS" != *,* ]]; then
279 COMP_WORDBREAKS="${COMP_WORDBREAKS},"
280 export COMP_WORDBREAKS
283 if [[ "$COMP_WORDBREAKS" == *:* ]]; then
284 COMP_WORDBREAKS="${COMP_WORDBREAKS/:/}"
285 export COMP_WORDBREAKS