Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
H A Dperf-completion.sh9 exclude="${1//[^$COMP_WORDBREAKS]}"
99 if [[ "$1" == *:* && "$COMP_WORDBREAKS" == *:* ]]; then
283 if [[ "$COMP_WORDBREAKS" != *,* ]]; then
284 COMP_WORDBREAKS="${COMP_WORDBREAKS},"
285 export COMP_WORDBREAKS
288 if [[ "$COMP_WORDBREAKS" == *:* ]]; then
289 COMP_WORDBREAKS="${COMP_WORDBREAKS/:/}"
290 export COMP_WORDBREAKS
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dperf-completion.sh9 exclude="${1//[^$COMP_WORDBREAKS]}"
99 if [[ "$1" == *:* && "$COMP_WORDBREAKS" == *:* ]]; then
283 if [[ "$COMP_WORDBREAKS" != *,* ]]; then
284 COMP_WORDBREAKS="${COMP_WORDBREAKS},"
285 export COMP_WORDBREAKS
288 if [[ "$COMP_WORDBREAKS" == *:* ]]; then
289 COMP_WORDBREAKS="${COMP_WORDBREAKS/:/}"
290 export COMP_WORDBREAKS
[all...]

Completed in 1 milliseconds