Home | History | Annotate | Download | only in build-aux

Lines Matching refs:nummonthtod

172 	 Jan) nummonthtod=1;;
173 Feb) nummonthtod=2;;
174 Mar) nummonthtod=3;;
175 Apr) nummonthtod=4;;
176 May) nummonthtod=5;;
177 Jun) nummonthtod=6;;
178 Jul) nummonthtod=7;;
179 Aug) nummonthtod=8;;
180 Sep) nummonthtod=9;;
181 Oct) nummonthtod=10;;
182 Nov) nummonthtod=11;;
183 Dec) nummonthtod=12;;
187 if (expr $nummonth \> $nummonthtod) > /dev/null;