Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 97) sorted by relevance

1234

/plan9/sys/src/cmd/ndb/
H A Ddnudpserver.c43 Inprogress *p, *empty; in clientrxmit() local
47 empty = nil; in clientrxmit()
50 if(empty == nil) in clientrxmit()
51 empty = p; in clientrxmit()
59 if(empty == nil) in clientrxmit()
65 empty->id = req->id; in clientrxmit()
66 empty->owner = req->qd->owner; in clientrxmit()
67 empty->type = req->qd->type; in clientrxmit()
68 if (empty->type != req->qd->type) in clientrxmit()
70 memmove(&empty->uh, uh, Udphdrsize); in clientrxmit()
[all …]
/plan9/sys/src/cmd/mk/
H A Dword.c100 int empty; in nextword() local
108 empty = 1; in nextword()
120 empty = 0; in nextword()
130 if(empty) in nextword()
134 empty = 0; in nextword()
158 empty = 0; in nextword()
/plan9/sys/src/games/music/playlistfs/
H A Dplayer.c24 Channel *full, *empty, *playout, *spare; variable
176 {empty, &pb, CHANNOP}, in pacproc()
205 sendp(empty, pb); /* Don't need buffer after all */ in pacproc()
325 sendp(empty, b); in pcmproc()
340 sendp(empty, b); in pcmproc()
379 sendp(empty, pb); in pcmproc()
393 sendp(empty, pb); in pcmproc()
407 empty = chancreate(sizeof(Pacbuf*), NPacbuf); in playinit()
411 sendp(empty, malloc(sizeof(Pacbuf))); in playinit()
423 p = seprint(p, e, "empty buffers %d of %d\n", empty->n, empty->s); in getplaystat()
/plan9/sys/src/cmd/fossil/
H A DCcons.c13 VtRendez* empty; member
57 vtWakeup(cons->oq->empty); in consClose()
112 vtWakeup(q->empty); in consIProc()
134 vtSleep(q->empty); in consOProc()
149 vtWakeup(q->empty); in consOProc()
206 vtWakeup(q->empty); in qWrite()
220 q->empty = vtRendezAlloc(q->lock); in qAlloc()
242 vtSleep(q->empty); in consProc()
/plan9/sys/src/cmd/venti/srv/
H A Dlumpqueue.c27 Rendez empty; member
54 q->empty.l = &q->lock; in initlumpqueues()
98 rwakeup(&q->empty); in queuewrite()
147 rsleep(&q->empty); in queueproc()
/plan9/sys/src/cmd/grep/
H A Dmain.c77 int c, fid, eof, nl, empty; in search() local
116 empty = 1; in search()
130 empty = 0; in search()
137 if(!eof && !nl && !empty) { in search()
/plan9/sys/src/games/sokoban/
H A DREADME9 (where glenda will move) are empty, and
11 push the ball is empty too,
H A Dgraphics.c66 draw(img, r, empty, nil, ZP); in drawboard()
115 draw(img, insetrect(img->r, 1), empty, nil, ZP); in drawlevel()
/plan9/sys/src/cmd/postscript/postreverse/
H A Dpostreverse.c405 pages[next_page].empty = FALSE; in readpages()
413 pages[next_page].empty = FALSE; in readpages()
457 pages[next_page].empty = TRUE; in writepages()
462 if ( pages[j].empty == TRUE ) { in writepages()
H A Dpostreverse.h11 int empty; /* dummy page if TRUE */ member
/plan9/sys/src/cmd/sam/
H A Dsam.c11 Rune empty[] = { 0 }; variable
326 int empty = TRUE; in edit() local
336 empty = FALSE; in edit()
342 p = readio(f, &nulls, empty, TRUE); in edit()
348 f->closeok = empty; in edit()
350 quitok = empty; in edit()
353 state(f, empty && !nulls? Clean : Dirty); in edit()
354 if(empty && !nulls) in edit()
554 Strdupl(&genstr, empty); in loadflist()
/plan9/sys/src/cmd/ip/
H A Dtraceroute.c453 int i, j, empty; in histogram() local
465 empty = 0; in histogram()
475 empty = 0; in histogram()
476 } else if(!empty){ in histogram()
478 empty = 1; in histogram()
/plan9/sys/lib/sysconfig/auth/
H A Dauthproto2 keys 660 sys sys files/empty
3 keys.who 664 adm sys files/empty
5 netkeys 660 sys sys files/empty
6 netkeys.who 664 adm sys files/empty
13 warn.keys 664 sys sys files/empty
14 warn.netkeys 664 sys sys files/empty
35 auth 664 sys sys files/empty
36 consoledb 664 sys sys files/empty
37 mkfile 664 sys sys files/empty
88 cpurc 775 sys sys files/empty
[all …]
/plan9/sys/src/games/
H A Dfestoon.c134 static EE empty; local
137 nenv = empty;
810 static XX empty; in getxx() local
817 *rv = empty; in getxx()
1015 static EE empty; local
1026 nenv = empty;
1066 static EE empty; local
1068 nenv = empty;
1110 static EE empty; in getenvq() local
1117 *v = empty; in getenvq()
[all …]
/plan9/sys/src/ape/cmd/patch/
H A DNEWS35 * When patching a nonexistent file and making backups, an empty backup file
39 * `patch' now matches against empty and nonexistent files more generously.
40 A patch against an empty file applies to a nonexistent file, and vice versa.
65 - `patch' now distinguishes more accurately between empty and
68 suggests that it is empty, and if the header timestamp
71 When a file is removed, any empty ancestor directories are also removed.
170 * Reinstate the -E option to remove output files that are empty after
/plan9/sys/src/cmd/
H A Daan.c55 static Channel *empty; variable
143 empty = chancreate(sizeof(Buf *), Nbuf); in threadmain()
148 sendp(empty, eb); in threadmain()
232 b = recvp(empty); in fromclient()
314 sendp(empty, rb); in fromnet()
/plan9/sys/src/9/port/
H A Ddevaudio.c87 AQueue empty; member
359 b = getbuf(&audio.empty); in contindma()
362 putbuf(&audio.empty, b); in contindma()
374 putbuf(&audio.empty, b); in contindma()
638 audio.empty.first = 0; in setempty()
639 audio.empty.last = 0; in setempty()
646 putbuf(&audio.empty, &audio.buf[i]); in setempty()
1032 putbuf(&audio.empty, b); in audioread()
1190 b = getbuf(&audio.empty); in audiowrite()
/plan9/sys/src/ape/lib/ap/gen/
H A Dreduce8 # if empty directory, just return the input files
/plan9/sys/src/libsec/port/
H A Dreduce8 # if empty directory, just return the input files
/plan9/sys/src/libmp/port/
H A Dreduce8 # if empty directory, just return the input files
/plan9/sys/src/libc/port/
H A Dreduce8 # if empty directory, just return the input files
/plan9/sys/src/cmd/unix/drawterm/libmp/
H A Dreduce8 # if empty directory, just return the input files
/plan9/sys/src/ape/lib/mp/port/
H A Dreduce12 # if empty directory, just return the input files
/plan9/sys/src/ape/lib/sec/port/
H A Dreduce12 # if empty directory, just return the input files
/plan9/usr/glenda/
H A Dreadme.rio96 I-beam represents an empty selection (between two
104 if dot is non-empty
108 empty)to the plumber.
110 if it is non-empty, or the contents of the clipboard.
111 If the dot is non-empty it does a snarf at the same time.

1234