Searched refs:func_mode_execute (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ltmain.sh | 3881 func_mode_execute () function 4011 test execute = "$opt_mode" && func_mode_execute ${1+"$@"}
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0009-Use-libtool-2.4.patch | 17703 @@ -1854,13 +2522,16 @@ func_mode_execute () 17721 @@ -1882,7 +2553,7 @@ func_mode_execute () 17730 @@ -1907,10 +2578,10 @@ func_mode_execute () 17744 @@ -1939,8 +2610,7 @@ func_mode_execute () 17754 @@ -1972,22 +2642,59 @@ func_mode_execute () 17758 -test "$mode" = execute && func_mode_execute ${1+"$@"} 17759 +test "$opt_mode" = execute && func_mode_execute ${1+"$@"}
|