Lines Matching refs:Now
76 Now.time = Now.resource / Now.klings;
80 /* indicate that the cloaking device is now working */
84 idate = Now.date;
111 rtime = xdate - Now.date;
114 Now.resource -= Now.klings * rtime;
116 Now.time = Now.resource / Now.klings;
119 Now.date = xdate;
122 if (Now.time <= 0.0)
146 xresched(e, E_LRTB, Now.klings);
150 i = ranf(Now.klings) + 1;
185 if (Now.bases <= 0) {
191 for (i = 0; i < Now.bases; i++) {
192 ix = Now.base[i].x;
193 iy = Now.base[i].y;
214 if (i >= Now.bases) {
216 * not now; wait a while and see if
349 if (Now.klings == 127) {
350 /* full right now */
382 Now.klings++;
397 Now.time = Now.resource / Now.klings;
407 memcpy(p, &Now, sizeof (Now));
464 if ((e = Now.eventptr[E_ATTACK]) != NULL)