Home | History | Annotate | Download | only in pom

Lines Matching defs:today

98 	double days, today, tomorrow;
112 today = potm(days) + .5;
119 if ((int)today == 100)
121 else if (!(int)today)
125 if ((int)today == 50)
126 (void)printf("%s\n", tomorrow > today ?
128 /* today is 0.5 too big, but it doesn't matter here
132 today -= 0.5; /* Now it might matter */
133 (void)printf("%s ", tomorrow > today ?
135 if (today > 50)
137 today);
138 else if (today < 50)
140 today);