Lines Matching full:then
30 if [[ $# < 3 ]]; then
67 if [ -z "$lineno" ]; then
72 if [[ "$1" != "$2" ]]; then
85 if [[ "$OS" == windows || "$OS" == linux ]]; then
88 if [[ "$OS" == linux ]]; then
90 if [[ "$ARCH" == x86_32 ]]; then
92 elif [[ "$ARCH" == x86_64 ]]; then
94 elif [[ "$ARCH" == aarch_64 ]]; then
96 elif [[ "$ARCH" == s390_64 ]]; then
97 if [[ $host_machine == s390x ]];then
102 elif [[ "$ARCH" == ppcle_64 ]]; then
103 if [[ $host_machine == ppc64le ]];then
113 if [[ "$ARCH" == x86_32 ]]; then
115 elif [[ "$ARCH" == x86_64 ]]; then
121 elif [[ "$OS" == osx ]]; then
124 if [[ "$ARCH" == x86_32 ]]; then
126 elif [[ "$ARCH" == x86_64 ]]; then
142 if [[ "$OS" == windows ]]; then
145 elif [[ "$OS" == linux ]]; then
148 if [[ "$ARCH" == x86_32 ]]; then
150 elif [[ "$ARCH" == x86_64 ]]; then
152 elif [[ "$ARCH" == s390_64 ]]; then
153 if [[ $host_machine != s390x ]];then
157 elif [[ "$ARCH" == ppcle_64 ]]; then
158 if [[ $host_machine != ppc64le ]];then
162 elif [[ "$ARCH" == aarch_64 ]]; then
166 elif [[ "$OS" == osx ]]; then
170 if [[ -z "$white_list" || -z "$dump_cmd" ]]; then
178 if [[ $ret == 0 ]]; then
180 elif [[ $ret != 1 ]]; then
192 if [[ "$OS" == windows ]]; then
201 if [[ "$(uname)" == CYGWIN* ]]; then
205 if [[ "$ARCH" == x86_64 ]]; then
207 elif [[ "$ARCH" == x86_32 ]]; then
212 elif [[ "$(uname)" == MINGW32* ]]; then
215 elif [[ "$(uname)" == MINGW64* ]]; then
218 elif [[ "$(uname)" == Linux* ]]; then
219 if [[ "$OS" == linux ]]; then
220 if [[ "$ARCH" == x86_64 ]]; then
222 elif [[ "$ARCH" == x86_32 ]]; then
224 elif [[ "$ARCH" == aarch_64 ]]; then
226 elif [[ "$ARCH" == ppcle_64 ]]; then
229 elif [[ "$ARCH" == s390_64 ]]; then
235 elif [[ "$OS" == windows ]]; then
238 if [[ "$ARCH" == x86_64 ]]; then
240 elif [[ "$ARCH" == x86_32 ]]; then
248 elif [[ "$(uname)" == Darwin* ]]; then
252 if [[ "$ARCH" == x86_64 ]]; then
254 elif [[ "$ARCH" == x86_32 ]]; then
265 if [[ "$OS" == windows ]]; then
268 elif [[ "$OS" != osx ]]; then
289 if [[ "$OS" == osx ]]; then