Lines Matching refs:ourtime
55 ourtime++;
104 if (ourtime > 30 && position < 32) {
112 if (ourtime > 20 && position < 32)
114 if (ourtime > snooze) {
118 if (ourtime > snooze - 5)
120 if (ourtime > (rythmn + CYCLE)) {
123 if (OUTSIDE && ourtime - rythmn - CYCLE < 10) {
133 if (OUTSIDE && ourtime - rythmn - CYCLE < 10) {
143 rythmn = ourtime - ourtime % CYCLE;
183 if (meetgirl && CYCLE * 1.5 - ourtime < 10) {
188 if (position == DOCK && (beenthere[position] || ourtime > CYCLE)) {
192 if (meetgirl && ourtime - CYCLE * 1.5 > 10) {
275 ourtime += rnd(CYCLE / 4);