Home | History | Annotate | Download | only in pixman

Lines Matching refs:opt_mode

442     $ECHO "$progname: ${opt_mode+$opt_mode: }$*"
468 $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2
475 $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2
1103 opt_mode="$optarg"
1204 if test -n "$opt_dlopen" && test "$opt_mode" != execute; then
1212 help="Try \`$progname --help --mode=$opt_mode' for more information."
2294 test "$opt_mode" = compile && func_mode_compile ${1+"$@"}
2300 case $opt_mode in
2476 func_fatal_help "invalid operation mode \`$opt_mode'"
2491 for opt_mode in compile link execute install finish uninstall clean; do
2497 for opt_mode in compile link execute install finish uninstall clean; do
2646 test "$opt_mode" = execute && func_mode_execute ${1+"$@"}
2765 test "$opt_mode" = finish && func_mode_finish ${1+"$@"}
3230 test "$opt_mode" = install && func_mode_install ${1+"$@"}
6797 if test "$linkmode" = prog || test "$opt_mode" != relink; then
6895 if test "$linkmode" = prog || test "$opt_mode" = relink; then
7544 if test "$opt_mode" != relink; then
8048 test "$opt_mode" != relink && rpath="$compile_rpath$rpath"
8095 test "$opt_mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
8279 if test "$opt_mode" = relink; then
8451 if test "$opt_mode" = relink; then
8544 if test "$opt_mode" = relink; then
8556 if test "$opt_mode" = relink; then
9437 { test "$opt_mode" = link || test "$opt_mode" = relink; } &&
9478 test "$opt_mode" = uninstall && odir="$dir"
9481 opt_mode" = clean; then
9514 case "$opt_mode" in
9560 if test "$opt_mode" = clean ; then
9611 { test "$opt_mode" = uninstall || test "$opt_mode" = clean; } &&
9614 test -z "$opt_mode" && {
9620 func_fatal_help "invalid operation mode \`$opt_mode'"