Home | History | Annotate | Download | only in docs

Lines Matching refs:nummonthtod

138 	 Jan) nummonthtod=1;;
139 Feb) nummonthtod=2;;
140 Mar) nummonthtod=3;;
141 Apr) nummonthtod=4;;
142 May) nummonthtod=5;;
143 Jun) nummonthtod=6;;
144 Jul) nummonthtod=7;;
145 Aug) nummonthtod=8;;
146 Sep) nummonthtod=9;;
147 Oct) nummonthtod=10;;
148 Nov) nummonthtod=11;;
149 Dec) nummonthtod=12;;
153 if (expr $nummonth \> $nummonthtod) > /dev/null;