Lines Matching refs:component
250 COMPONENT can be the name of a component or a shell wildcard pattern.
264 -q|--quiet Only output component names, and errors if any.
280 to any specified component. May be repeated.
499 for component in $ALL_COMPONENTS; do
500 case $(type "support_$component" 2>&1) in
502 if ! support_$component; then continue; fi;;
504 SUPPORTED_COMPONENTS="$SUPPORTED_COMPONENTS $component"
529 for component in $COMMAND_LINE_COMPONENTS; do
533 case $component in
537 *" $component "*) :;;
539 … echo >&2 "Component $component was explicitly requested, but is not known or not supported."
551 for component in $SUPPORTED_COMPONENTS; do
552 if is_component_included "$component"; [ $? -eq $all_except ]; then
553 RUN_COMPONENTS="$RUN_COMPONENTS $component"
6526 for component in $RUN_COMPONENTS; do
6527 run_component "component_$component"