Symbol: c_flags
games/gomoku/gomoku.h
185
u_char c_flags; /* C:combo flags */
games/gomoku/pickmove.c
1107
flags = cbp->c_flags;
games/gomoku/pickmove.c
1337
stoc(tcbp->c_vertex), pdir[tcbp->c_dir], cbp->c_flags);
games/gomoku/pickmove.c
1400
if (cbp->c_flags & C_LOOP) {
games/gomoku/pickmove.c
1424
if (!(cbp->c_flags & C_LOOP))
games/gomoku/pickmove.c
1467
clearcombo(tcbp, cbp->c_flags & C_OPEN_1);
games/gomoku/pickmove.c
1468
open = cbp->c_flags & C_OPEN_0;
games/gomoku/pickmove.c
496
ncbp->c_flags = (ocb.c.b) ? C_OPEN_0 : 0;
games/gomoku/pickmove.c
498
ncbp->c_flags |= C_OPEN_1;
games/gomoku/pickmove.c
736
ncbp->c_flags = ocb.c.b ? C_OPEN_1 : 0;
games/gomoku/pickmove.c
746
ncbp->c_flags |= C_LOOP;
games/gomoku/pickmove.c
860
if (cbp->c_flags & C_LOOP) {
games/gomoku/pickmove.c
884
if (!(cbp->c_flags & C_LOOP))
games/gomoku/pickmove.c
974
flags = cbp->c_flags;
include/protocols/dumprestore.h
82
int32_t c_flags; /* additional information */
sbin/dump/main.c
357
spcl.c_flags |= DR_NEWINODEFMT;
sbin/dump/tape.c
616
spcl.c_flags |= DR_NEWHEADER;
sbin/dump/tape.c
618
spcl.c_flags &=~ DR_NEWHEADER;
sbin/restore/tape.c
1050
swabst("2l",(u_char *) &buf->c_flags);
sbin/restore/tape.c
1115
if ((buf->c_flags & DR_NEWINODEFMT) == 0)
sbin/restore/tape.c
417
if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER)) {
stand/boot/common/bootstrap.h
116
int c_flags;
stand/boot/common/console.c
105
if ((consoles[cons]->c_flags & C_ACTIVEIN) &&
stand/boot/common/console.c
120
if ((consoles[cons]->c_flags & C_ACTIVEIN) &&
stand/boot/common/console.c
165
if ((consoles[1]->c_flags & C_ACTIVEOUT) == 0) {
stand/boot/common/console.c
177
if (consoles[cons]->c_flags & C_ACTIVEOUT)
stand/boot/common/console.c
216
consoles[cons]->c_flags &= ~(C_ACTIVEIN | C_ACTIVEOUT);
stand/boot/common/console.c
219
consoles[active]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT;
stand/boot/common/console.c
58
consoles[cons]->c_flags = 0;
stand/boot/common/console.c
71
if (consoles[cons]->c_flags & (C_PRESENTIN | C_PRESENTOUT))
stand/boot/common/console.c
87
(consoles[cons]->c_flags & (C_PRESENTIN|C_PRESENTOUT))
stand/boot/common/console.c
89
consoles[cons]->c_flags |= (C_ACTIVEIN | C_ACTIVEOUT);
stand/boot/efi/libefi/efi_console.c
108
cp->c_flags |= C_PRESENTIN | C_PRESENTOUT;
stand/boot/pc32/libi386/comconsole.c
88
cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT);
stand/boot/pc32/libi386/nullconsole.c
64
cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT);
stand/boot/pc32/libi386/vidconsole.c
94
cp->c_flags |= C_PRESENTIN;
stand/boot/pc32/libi386/vidconsole.c
98
cp->c_flags |= C_PRESENTOUT;
usr.bin/find/extern.h
56
creat_f c_flags;
usr.bin/find/option.c
72
{ "-flags", c_flags, f_flags, 0 },
usr.bin/mt/mt.c
169
if((comp->c_flags & NEED_2ARGS) && argc != 2)
usr.bin/mt/mt.c
171
if(comp->c_flags & DISABLE_THIS) {
usr.bin/mt/mt.c
182
(comp->c_flags & IS_DENSITY)) {
usr.bin/mt/mt.c
194
(comp->c_flags & IS_COMP)) {
usr.bin/mt/mt.c
209
((comp->c_flags & ZERO_ALLOWED)? -1: 0)
usr.bin/mt/mt.c
210
&& ((comp->c_flags & IS_COMP) == 0)
usr.bin/mt/mt.c
72
int c_flags;
usr.bin/systat/cmds.c
122
if ((p->c_flags & CF_INIT) == 0) {
usr.bin/systat/cmds.c
124
p->c_flags |= CF_INIT;
usr.bin/systat/main.c
169
curcmd->c_flags |= CF_INIT;
usr.bin/systat/main.c
187
if (curcmd->c_flags & CF_LOADAV) {
usr.bin/systat/main.c
208
if (curcmd->c_flags & CF_LOADAV) {
usr.bin/systat/main.c
219
if (curcmd->c_flags & CF_LOADAV)
usr.bin/systat/systat.h
46
char c_flags; /* see below */