Lines Matching refs:component
262 COMPONENT can be the name of a component or a shell wildcard pattern.
276 -q|--quiet Only output component names, and errors if any.
292 to any specified component. May be repeated.
512 for component in $ALL_COMPONENTS; do
513 case $(type "support_$component" 2>&1) in
515 if ! support_$component; then continue; fi;;
517 SUPPORTED_COMPONENTS="$SUPPORTED_COMPONENTS $component"
542 for component in $COMMAND_LINE_COMPONENTS; do
546 case $component in
550 *" $component "*) :;;
552 … echo >&2 "Component $component was explicitly requested, but is not known or not supported."
564 for component in $SUPPORTED_COMPONENTS; do
565 if is_component_included "$component"; [ $? -eq $all_except ]; then
566 RUN_COMPONENTS="$RUN_COMPONENTS $component"
1129 for component in $RUN_COMPONENTS; do
1130 run_component "component_$component"