Lines Matching full:then
13 if [ ! -x "$SPATCH" ]; then
27 if [ -n "$V" -a "$V" != "0" ]; then
33 if [ -z "$J" ]; then
58 if [ $? -eq 0 ]; then
67 if [ "$C" = "1" -o "$C" = "2" ]; then
75 if [ "$KBUILD_EXTMOD" = "" ] ; then
82 if [ "$KBUILD_EXTMOD" != "" ] ; then
87 if [ "$USE_JOBS" = "no" ]; then
90 elif [ "$NPROC" != "1" ]; then
96 if [ "$MODE" = "" ] ; then
97 if [ "$ONLINE" = "0" ] ; then
106 if [ "$MODE" = "chain" ] ; then
107 if [ "$ONLINE" = "0" ] ; then
111 elif [ "$MODE" = "report" -o "$MODE" = "org" ] ; then
115 if [ "$ONLINE" = "0" ] ; then
123 if [ $VERBOSE -ne 0 ] ; then
126 if [ "$DEBUG_FILE" != "/dev/null" -a "$DEBUG_FILE" != "" ]; then
127 if [ -f $DEBUG_FILE ]; then
135 if [[ $? -ne 0 ]]; then
143 if [ $VERBOSE -ne 0 ] ; then
149 if [ $VERBOSE -eq 2 ] ; then
157 if [ "$USE_JOBS" = "yes" ]; then
166 if [ $VERBOSE -eq 2 ] ; then
182 if [ "$REQ_NUM" != "0" ] ; then
183 if [ "$SPATCH_VERSION_NUM" -lt "$REQ_NUM" ] ; then
195 if [ $VERBOSE -ne 0 -a $ONLINE -eq 0 ] ; then
206 if [ "$MODE" = "patch" ] ; then
208 elif [ "$MODE" = "report" ] ; then
210 elif [ "$MODE" = "context" ] ; then
212 elif [ "$MODE" = "org" ] ; then
223 if [ "`sed -ne 's|^//#||p' $COCCI`" ] ; then
230 if [ "$MODE" = "chain" ] ; then
239 elif [ "$MODE" = "rep+ctxt" ] ; then
250 if [ "$COCCI" = "" ] ; then