Symbol: closed
games/adventure/done.c
77
if (closed) {
games/adventure/hdr.h
160
clock2, saved, closng, panic, closed, scorng;
games/adventure/init.c
200
closng = panic = closed = scorng = FALSE;
games/adventure/main.c
110
clock2, saved, closng, panic, closed, scorng;
games/adventure/main.c
188
if (closed)
games/adventure/main.c
211
if (closed) {
games/adventure/main.c
459
if (closed && toting(oyster))
games/adventure/main.c
626
if (closed)
games/adventure/main.c
644
if (prop[rod2] < 0 || !closed)
games/adventure/main.c
665
|| !closed) goto l2011;
games/adventure/main.c
679
if (obj != mirror||!closed)
games/adventure/main.c
684
if (obj != dwarf||!closed)
games/adventure/save.c
60
{&closed, sizeof(closed)},
games/adventure/subr.c
1038
closed = TRUE;
games/adventure/subr.c
632
if (closed)
games/adventure/subr.c
788
if (closed)
games/adventure/subr.c
804
if (obj == dwarf && closed)
games/adventure/subr.c
913
if (obj != snake || closed || !here(bird))
lib/libcrypto/bio/bss_bio.c
124
int closed; /* valid iff peer != NULL */
lib/libcrypto/bio/bss_bio.c
199
if (peer_b->closed)
lib/libcrypto/bio/bss_bio.c
273
if (b->closed) {
lib/libcrypto/bio/bss_bio.c
381
if (b->peer == NULL || b->closed)
lib/libcrypto/bio/bss_bio.c
405
b->closed = 1;
lib/libcrypto/bio/bss_bio.c
475
ret = other_b->len == 0 && other_b->closed;
lib/libcrypto/bio/bss_bio.c
531
b1->closed = 0;
lib/libcrypto/bio/bss_bio.c
534
b2->closed = 0;
sys/dev/pci/drm/i915/i915_vma.c
1881
DRM_LIST_HEAD(closed);
sys/dev/pci/drm/i915/i915_vma.c
1898
list_move(&vma->closed_link, &closed);
sys/dev/pci/drm/i915/i915_vma.c
1903
list_for_each_entry_safe(vma, next, &closed, closed_link) {
sys/kern/kern_descrip.c
268
int closed;
sys/kern/kern_descrip.c
272
closed = (fdp->fd_ofiles[fd] != fp);
sys/kern/kern_descrip.c
274
return (closed);
usr.bin/mandoc/html.c
646
if (t->closed)
usr.bin/mandoc/html.c
668
t->closed = 0;
usr.bin/mandoc/html.c
847
if (tag->closed == 0) {
usr.bin/mandoc/html.c
848
tag->closed = 1;
usr.bin/mandoc/html.h
81
int closed;
usr.bin/tmux/client.c
568
__unused int error, __unused int closed, __unused struct evbuffer *buffer,
usr.bin/tmux/cmd-load-buffer.c
55
int closed, struct evbuffer *buffer, void *data)
usr.bin/tmux/cmd-load-buffer.c
65
if (!closed)
usr.bin/tmux/cmd-save-buffer.c
61
__unused int closed, __unused struct evbuffer *buffer, void *data)
usr.bin/tmux/cmd-save-buffer.c
65
if (!closed)
usr.bin/tmux/cmd-source-file.c
104
int closed, struct evbuffer *buffer, void *data)
usr.bin/tmux/cmd-source-file.c
114
if (!closed)
usr.bin/tmux/file.c
165
(cf->closed || c == NULL || (~c->flags & CLIENT_DEAD)))
usr.bin/tmux/file.c
452
if (cf->closed)
usr.bin/tmux/file.c
454
cf->closed = 1;
usr.bin/tmux/file.c
558
if (cf->closed && EVBUFFER_LENGTH(cf->event->output) == 0) {
usr.bin/tmux/file.c
594
if (cf->closed) {
usr.bin/tmux/file.c
755
if (cf->closed) {
usr.bin/tmux/file.c
846
if (cf->error == 0 && !cf->closed) {
usr.bin/tmux/window.c
1699
int error, int closed, struct evbuffer *buffer, void *data)
usr.bin/tmux/window.c
1713
} else if (cdata->file == NULL || closed || error != 0) {