Symbol: COMP
games/mille/comp.c
65
pp = &Player[COMP];
games/mille/extern.c
82
Handstart = COMP, /* Player who starts hand */
games/mille/init.c
137
for (pp = Player; pp <= &Player[COMP]; pp++) {
games/mille/init.c
159
for (pp = Player; pp <= &Player[COMP]; pp++) {
games/mille/init.c
207
for (pp = Player; pp <= &Player[COMP]; pp++) {
games/mille/init.c
215
Player[COMP].was_finished = !Finished;
games/mille/init.c
66
if (i == COMP) {
games/mille/mille.c
104
|| Player[COMP].total >= 5000)) {
games/mille/mille.c
105
if (Player[COMP].total < Player[PLAYER].total)
games/mille/mille.c
107
else if (Player[COMP].total > Player[PLAYER].total)
games/mille/mille.c
108
Player[COMP].games++;
games/mille/mille.c
109
Player[COMP].total = 0;
games/mille/mille.c
131
} while (Player[COMP].total < 5000
games/mille/misc.c
146
pp = &Player[COMP];
games/mille/misc.c
225
if (Player[PLAYER].total >= 5000 || Player[COMP].total >= 5000)
games/mille/misc.c
232
if (Player[PLAYER].total > Player[COMP].total)
games/mille/misc.c
234
else if (Player[PLAYER].total < Player[COMP].total)
games/mille/misc.c
235
Player[COMP].games++;
games/mille/misc.c
236
Player[COMP].total = 0;
games/mille/move.c
125
if (Play == COMP) {
games/mille/move.c
183
op = (pp == &Player[COMP] ? &Player[PLAYER] : &Player[COMP]);
games/mille/move.c
519
if (Play == COMP)
tests/lib/libc/regex/t_regex_att.c
269
{ "OK", 0, COMP|EXEC },
tests/lib/libc/regex/t_regex_att.c
272
_DO(BADPAT, COMP)
tests/lib/libc/regex/t_regex_att.c
273
_DO(ECOLLATE, COMP)
tests/lib/libc/regex/t_regex_att.c
274
_DO(ECTYPE, COMP)
tests/lib/libc/regex/t_regex_att.c
275
_DO(EESCAPE, COMP)
tests/lib/libc/regex/t_regex_att.c
276
_DO(ESUBREG, COMP)
tests/lib/libc/regex/t_regex_att.c
277
_DO(EBRACK, COMP)
tests/lib/libc/regex/t_regex_att.c
278
_DO(EPAREN, COMP)
tests/lib/libc/regex/t_regex_att.c
279
_DO(EBRACE, COMP)
tests/lib/libc/regex/t_regex_att.c
280
_DO(BADBR, COMP)
tests/lib/libc/regex/t_regex_att.c
281
_DO(ERANGE, COMP)
tests/lib/libc/regex/t_regex_att.c
283
_DO(BADRPT, COMP)
tests/lib/libc/regex/t_regex_att.c
284
_DO(EMPTY, COMP)
tests/lib/libc/regex/t_regex_att.c
285
_DO(ASSERT, COMP)
tests/lib/libc/regex/t_regex_att.c
286
_DO(INVARG, COMP)
tests/lib/libc/regex/t_regex_att.c
288
_DO(ENOSYS, COMP)
tests/lib/libc/regex/t_regex_att.c
291
_DO(ILLSEQ, COMP)
tests/lib/libc/regex/t_regex_att.c
299
if (nv[i].ce & COMP)