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

/haiku-fatelf/data/etc/bash_completion.d/
H A Dgit80 case "$COMP_WORDBREAKS" in
82 *) COMP_WORDBREAKS="$COMP_WORDBREAKS:"
370 # word completion separators (COMP_WORDBREAKS) to treat as ordinary
374 # COMP_WORDBREAKS to exclude those characters. The intent is to
378 # It is best not to set COMP_WORDBREAKS directly because the value is
381 # changes to COMP_WORDBREAKS have no effect.
389 exclude="${1//[^$COMP_WORDBREAKS]}"
478 # assume COMP_WORDBREAKS is already set sanely
690 case "$COMP_WORDBREAKS" i
[all...]
/haiku-fatelf/data/etc/
H A Dbash_completion271 # list of word completion separators (COMP_WORDBREAKS).
272 # @param $1 chars Characters out of $COMP_WORDBREAKS which should
285 exclude="${1//[^$COMP_WORDBREAKS]}"
323 # @param $1 exclude Characters out of $COMP_WORDBREAKS which should NOT be
388 # -n EXCLUDE Characters out of $COMP_WORDBREAKS which should NOT be
448 # @param $1 string Characters out of $COMP_WORDBREAKS which should NOT be
511 # COMP_WORDBREAKS.
525 # On bash-3, and bash-4 with a colon in COMP_WORDBREAKS, words containing
529 # The preferred solution is to remove the colon (:) from COMP_WORDBREAKS in
533 # COMP_WORDBREAKS
[all...]

Completed in 45 milliseconds