Searched refs:opt_mode (Results 1 – 7 of 7) sorted by relevance
1103 opt_mode="$optarg"1204 if test -n "$opt_dlopen" && test "$opt_mode" != execute; then2294 test "$opt_mode" = compile && func_mode_compile ${1+"$@"}2300 case $opt_mode in2476 func_fatal_help "invalid operation mode \`$opt_mode'"2491 for opt_mode in compile link execute install finish uninstall clean; do2497 for opt_mode in compile link execute install finish uninstall clean; do2646 test "$opt_mode" = execute && func_mode_execute ${1+"$@"}3230 test "$opt_mode" = install && func_mode_install ${1+"$@"}6797 if test "$linkmode" = prog || test "$opt_mode" != relink; then[all …]
1103 opt_mode="$optarg"1204 if test -n "$opt_dlopen" && test "$opt_mode" != execute; then2294 test "$opt_mode" = compile && func_mode_compile ${1+"$@"}2300 case $opt_mode in2476 func_fatal_help "invalid operation mode \`$opt_mode'"2491 for opt_mode in compile link execute install finish uninstall clean; do2497 for opt_mode in compile link execute install finish uninstall clean; do2646 test "$opt_mode" = execute && func_mode_execute ${1+"$@"}3230 test "$opt_mode" = install && func_mode_install ${1+"$@"}6800 if test "$linkmode" = prog || test "$opt_mode" != relink; then[all …]
1109 opt_mode="$optarg"1206 if test -n "$opt_dlopen" && test "$opt_mode" != execute; then2296 test "$opt_mode" = compile && func_mode_compile ${1+"$@"}2302 case $opt_mode in2478 func_fatal_help "invalid operation mode \`$opt_mode'"2493 for opt_mode in compile link execute install finish uninstall clean; do2499 for opt_mode in compile link execute install finish uninstall clean; do2648 test "$opt_mode" = execute && func_mode_execute ${1+"$@"}3230 test "$opt_mode" = install && func_mode_install ${1+"$@"}6795 if test "$linkmode" = prog || test "$opt_mode" != relink; then[all …]
716 Mosaic.Layout = function(opt_mode, opt_maxDensity) { argument717 this.mode_ = opt_mode || Mosaic.Layout.MODE_TENTATIVE;