Home | History | Annotate | Download | only in libffi

Lines Matching refs:nummonthtod

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