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

Lines Matching refs:nummonthtod

191 	 Jan) nummonthtod=1;;
192 Feb) nummonthtod=2;;
193 Mar) nummonthtod=3;;
194 Apr) nummonthtod=4;;
195 May) nummonthtod=5;;
196 Jun) nummonthtod=6;;
197 Jul) nummonthtod=7;;
198 Aug) nummonthtod=8;;
199 Sep) nummonthtod=9;;
200 Oct) nummonthtod=10;;
201 Nov) nummonthtod=11;;
202 Dec) nummonthtod=12;;
206 if (expr $nummonth \> $nummonthtod) > /dev/null;