Lines Matching defs:tot
54 int temp, tot, num;
62 for (tot = 5; tot <= 9; tot++)
63 mvaddstr(tot, temp, " 0");
66 tot = SC_TRIP;
69 tot = SC_TRIP + SC_SAFE;
73 tot += SC_DELAY;
77 tot += SC_EXTENSION;
81 tot += SC_SHUT_OUT;
83 pp->total += tot;
84 pp->hand_tot += tot;
89 static int Last_tot[2]; /* last tot used for extrapolate */
99 reg int x, num, tot, count;
102 tot += SC_TRIP + SC_DELAY + SC_EXT;
104 for (tot = 5; tot <= 9; tot++)
105 mvaddch(tot, x, '0');
108 for (count = 0, tot = 0; tot < NUM_SAFE; tot++)
109 if (pp->safety[tot] != S_PLAYED)
112 tot += count;
115 tot += SC_ALL_SAFE;
118 for (count = 0, tot = 0; tot < NUM_SAFE; tot++)
119 if (pp->safety[tot] != S_PLAYED)
122 tot += count;
123 tot += 1000 - pp->mileage;
129 tot = SC_TRIP + SC_SAFE;
133 tot += SC_SHUT_OUT;
135 pp->total += tot;
136 pp->hand_tot += tot;
137 Last_tot[num] = tot;