Home | History | Annotate | Download | only in docs

Lines Matching refs:nummonth

94     Jan) month=January; nummonth=1;;
95 Feb) month=February; nummonth=2;;
96 Mar) month=March; nummonth=3;;
97 Apr) month=April; nummonth=4;;
98 May) month=May; nummonth=5;;
99 Jun) month=June; nummonth=6;;
100 Jul) month=July; nummonth=7;;
101 Aug) month=August; nummonth=8;;
102 Sep) month=September; nummonth=9;;
103 Oct) month=October; nummonth=10;;
104 Nov) month=November; nummonth=11;;
105 Dec) month=December; nummonth=12;;
117 Jan) month=January; nummonth=1;;
118 Feb) month=February; nummonth=2;;
119 Mar) month=March; nummonth=3;;
120 Apr) month=April; nummonth=4;;
121 May) month=May; nummonth=5;;
122 Jun) month=June; nummonth=6;;
123 Jul) month=July; nummonth=7;;
124 Aug) month=August; nummonth=8;;
125 Sep) month=September; nummonth=9;;
126 Oct) month=October; nummonth=10;;
127 Nov) month=November; nummonth=11;;
128 Dec) month=December; nummonth=12;;
153 if (expr $nummonth \> $nummonthtod) > /dev/null;