Lines Matching full:then
13 if [ ! -x "$SPATCH" ]; then
26 if [ -n "$V" -a "$V" != "0" ]; then
51 if [ $? -eq 0 ]; then
60 if [ "$C" = "1" -o "$C" = "2" ]; then
63 if [[ $# -le 0 ]]; then
87 if [ -z "$J" ]; then
89 if [ $THREADS_PER_CORE -gt 1 -a $NPROC -gt 4 ] ; then
97 if [ "$KBUILD_EXTMOD" != "" ] ; then
102 if [ "$USE_JOBS" = "no" ]; then
105 elif [ "$NPROC" != "1" ]; then
111 if [ "$MODE" = "" ] ; then
112 if [ "$ONLINE" = "0" ] ; then
121 if [ "$MODE" = "chain" ] ; then
122 if [ "$ONLINE" = "0" ] ; then
126 elif [ "$MODE" = "report" -o "$MODE" = "org" ] ; then
130 if [ "$ONLINE" = "0" ] ; then
138 if [ $VERBOSE -ne 0 ] ; then
141 if [ "$DEBUG_FILE" != "/dev/null" -a "$DEBUG_FILE" != "" ]; then
150 if [[ $err -ne 0 ]]; then
158 if [ $VERBOSE -ne 0 ] ; then
164 if [ $VERBOSE -eq 2 ] ; then
172 if [ "$USE_JOBS" = "yes" ]; then
181 if [ $VERBOSE -eq 2 ] ; then
196 if [ -n "$REQ" ] && ! { echo "$REQ"; echo "$SPATCH_VERSION"; } | sort -CV ; then
207 if [ $VERBOSE -ne 0 -a $ONLINE -eq 0 ] ; then
218 if [ "$MODE" = "patch" ] ; then
220 elif [ "$MODE" = "report" ] ; then
222 elif [ "$MODE" = "context" ] ; then
224 elif [ "$MODE" = "org" ] ; then
235 if [ "`sed -ne 's|^//#||p' $COCCI`" ] ; then
242 if [ "$MODE" = "chain" ] ; then
251 elif [ "$MODE" = "rep+ctxt" ] ; then
262 if [ "$DEBUG_FILE" != "/dev/null" -a "$DEBUG_FILE" != "" ]; then
263 if [ -f $DEBUG_FILE ]; then
271 if [ "$COCCI" = "" ] ; then