HomeSort by: relevance | last modified time | path
    Searched refs:COMP (Results 1 - 8 of 8) sorted by relevancy

  /src/tests/lib/libc/regex/
t_regex_att.c 260 geterror(const char *s, int *comp, int *exec)
267 #define COMP 1
269 { "OK", 0, COMP|EXEC },
272 _DO(BADPAT, COMP)
273 _DO(ECOLLATE, COMP)
274 _DO(ECTYPE, COMP)
275 _DO(EESCAPE, COMP)
276 _DO(ESUBREG, COMP)
277 _DO(EBRACK, COMP)
278 _DO(EPAREN, COMP)
489 int comp, exec; local in function:att_test
    [all...]
  /src/games/mille/
mille.c 104 || Player[COMP].total >= 5000)) {
105 if (Player[COMP].total < Player[PLAYER].total)
107 else if (Player[COMP].total > Player[PLAYER].total)
108 Player[COMP].games++;
109 Player[COMP].total = 0;
131 } while (Player[COMP].total < 5000
misc.c 146 pp = &Player[COMP];
225 if (Player[PLAYER].total >= 5000 || Player[COMP].total >= 5000)
232 if (Player[PLAYER].total > Player[COMP].total)
234 else if (Player[PLAYER].total < Player[COMP].total)
235 Player[COMP].games++;
236 Player[COMP].total = 0;
init.c 66 if (i == COMP) {
137 for (pp = Player; pp <= &Player[COMP]; pp++) {
159 for (pp = Player; pp <= &Player[COMP]; pp++) {
184 mvaddstr(0, 22, "You Comp Value");
207 for (pp = Player; pp <= &Player[COMP]; pp++) {
215 Player[COMP].was_finished = !Finished;
extern.c 82 Handstart = COMP, /* Player who starts hand */
move.c 125 if (Play == COMP) {
183 op = (pp == &Player[COMP] ? &Player[PLAYER] : &Player[COMP]);
519 if (Play == COMP)
mille.h 76 #define COMP 1
comp.c 1 /* $NetBSD: comp.c,v 1.14 2019/02/04 03:29:41 mrg Exp $ */
35 static char sccsid[] = "@(#)comp.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: comp.c,v 1.14 2019/02/04 03:29:41 mrg Exp $");
44 * @(#)comp.c 1.1 (Berkeley) 4/1/82
65 pp = &Player[COMP];

Completed in 14 milliseconds