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

Lines Matching refs:nummonth

106     Jan) month=January; nummonth=1;;
107 Feb) month=February; nummonth=2;;
108 Mar) month=March; nummonth=3;;
109 Apr) month=April; nummonth=4;;
110 May) month=May; nummonth=5;;
111 Jun) month=June; nummonth=6;;
112 Jul) month=July; nummonth=7;;
113 Aug) month=August; nummonth=8;;
114 Sep) month=September; nummonth=9;;
115 Oct) month=October; nummonth=10;;
116 Nov) month=November; nummonth=11;;
117 Dec) month=December; nummonth=12;;
148 Jan) month=January; nummonth=1;;
149 Feb) month=February; nummonth=2;;
150 Mar) month=March; nummonth=3;;
151 Apr) month=April; nummonth=4;;
152 May) month=May; nummonth=5;;
153 Jun) month=June; nummonth=6;;
154 Jul) month=July; nummonth=7;;
155 Aug) month=August; nummonth=8;;
156 Sep) month=September; nummonth=9;;
157 Oct) month=October; nummonth=10;;
158 Nov) month=November; nummonth=11;;
159 Dec) month=December; nummonth=12;;
187 if (expr $nummonth \> $nummonthtod) > /dev/null;