| /plan9/sys/src/games/mahjongg/ |
| H A D | logic.c | 25 if(c.d == Depth -1 || (level.board[c.d+1][c.x][c.y].which == None && in freeup() 26 level.board[c.d+1][c.x+1][c.y].which == None && in freeup() 27 level.board[c.d+1][c.x][c.y+1].which == None && in freeup() 28 level.board[c.d+1][c.x+1][c.y+1].which == None)) in freeup() 36 if(c.x == 0 || (level.board[c.d][c.x-1][c.y].which == None && in freeleft() 37 level.board[c.d][c.x-1][c.y+1].which == None)) in freeleft() 45 if(c.x == Lx-2 || (level.board[c.d][c.x+2][c.y].which == None && in freeright() 46 level.board[c.d][c.x+2][c.y+1].which == None)) in freeright() 66 if(level.board[lc.d][lc.x][lc.y].which == TL && in cmatch() 95 if(level.board[c.d][c.x][c.y].which == TL && in canmove()
|
| H A D | graphics.c | 57 level.board[c.d][c.x][c.y].which = None; in clearbrick() 58 level.board[c.d][c.x+1][c.y].which = None; in clearbrick() 59 level.board[c.d][c.x][c.y+1].which = None; in clearbrick() 60 level.board[c.d][c.x+1][c.y+1].which = None; in clearbrick() 98 if(b->which == TL && (all || b->redraw)) { in redrawlevel() 150 if(level.board[d][x][y].which == TL && in hint() 196 switch(level.board[c.d][c.x][c.y].which) { in findclick() 270 level.board[d][x][y].which = TL; in undo() 271 level.board[d][x+1][y].which = TR; in undo() 272 level.board[d][x+1][y+1].which = BR; in undo() [all …]
|
| H A D | level.c | 40 orig.board[depth][x][y].which = 0; in parse() 48 orig.board[depth][x++][y].which = c-48; in parse() 131 if(orig.board[d][x][y].which == 1) { in generate()
|
| /plan9/sys/src/cmd/auth/ |
| H A D | changeuser.c | 22 int which, i, newkey, newbio, dosecret; in main() local 30 which = 0; in main() 33 which |= Plan9; in main() 36 which |= Securenet; in main() 49 if(!which) in main() 50 which = Plan9; in main() 55 if(which & Plan9){ in main() 76 if(which & Securenet){ in main()
|
| H A D | warning.c | 32 int which; in main() local 34 which = 0; in main() 37 which |= Plan9; in main() 40 which |= Securenet; in main() 50 if(!which) in main() 51 which |= Plan9 | Securenet; in main() 52 if(which & Plan9) in main() 54 if(which & Securenet) in main()
|
| /plan9/sys/src/cmd/samterm/ |
| H A D | main.c | 18 Flayer *which = 0; variable 50 which = &cmd.l[0]; in threadmain() 65 flsetselect(which, cmd.rasp.nrunes, cmd.rasp.nrunes); in threadmain() 66 type(which, RPlumb); in threadmain() 69 if(which) in threadmain() 70 type(which, RKeyboard); in threadmain() 79 scr = which && ptinrect(mousep->xy, which->scroll); in threadmain() 84 if(nwhich!=which) in threadmain() 87 scroll(which, 1); in threadmain() 89 t=(Text *)which->user1; in threadmain() [all …]
|
| H A D | plan9.c | 121 int i, n, which, *fdp; in extproc() local 137 which = i; in extproc() 138 send(c, &which); in extproc() 223 int i, n, which, *fdp; in plumbproc() local 240 which = i; in plumbproc() 241 send(c, &which); in plumbproc() 271 int i, n, which; in hostproc() local 289 which = i; in hostproc() 290 send(c, &which); in hostproc()
|
| H A D | menu.c | 72 Text *t=(Text *)which->user1; in menu2hit() 73 int w = which-t->l; in menu2hit() 97 outTsll(Tplumb, t->tag, which->p0, which->p1); in menu2hit() 107 outTsll(Tlook, t->tag, which->p0, which->p1); in menu2hit() 114 outTsll(Tsend, 0 /*ignored*/, which->p0, which->p1); in menu2hit() 189 if(t->nwin>1 && which==&t->l[i]) in menu3hit() 305 Text *t=(Text *)which->user1; in genmenu2() 317 Text *t=(Text *)which->user1; in genmenu2c()
|
| /plan9/sys/src/cmd/jpg/ |
| H A D | gif.c | 18 int which; variable 50 if(allims==nil || allims[which]==nil) in eresized() 54 r.min.x += allims[which]->r.min.x - allims[0]->r.min.x; in eresized() 55 r.min.y += allims[which]->r.min.y - allims[0]->r.min.y; in eresized() 56 if(which > 0 && allimages[which]->gifflags & TRANSP) in eresized() 57 drawop(screen, r, allims[which], allmasks[which], in eresized() 58 allims[which]->r.min, SoverD); in eresized() 60 drawop(screen, r, allims[which], allmasks[which], in eresized() 61 allims[which]->r.min, S); in eresized() 366 which = k; in show()
|
| /plan9/sys/doc/ |
| H A D | backup.ms | 28 which would give a capacity of 30 which is roughly equivalent to 46.6 gigabytes, 49 and pertain to the file server on which they are stored. 68 One can find out which arenas are sealed and which are open by viewing 85 which will guide its invoker as to which discs to insert into a Blu-ray 99 and related scripts keep track of which BD is current and how many 100 tracks are recorded, and which arenas have been dumped to BD. 102 We have recorded two sets of BD backups, one of which will go to
|
| H A D | release3.ms | 20 which was a more coordinated, well-defined release of an already-out-of-date 25 an open source agreement, which we hope will encourage people 58 The system can handle multiple IP stacks, which are also 83 which is the wrong byte order. 99 directory, which can be cheaply recovered by the 147 which has a similar appearance but a different architecture.
|
| /plan9/sys/src/cmd/gs/libpng/ |
| H A D | Y2KINFO | 22 "near_time_buffer", which is a local character string in png.c. 37 clock time, which returns (year - 1900), which we properly convert to 49 zlib, upon which libpng depends, is also Y2K compliant. It contains
|
| /plan9/sys/src/ape/cmd/diff/ |
| H A D | diagmeet.note | 1 Here is a comparison matrix which shows a case in which
|
| /plan9/sys/src/cmd/aux/mnihongo/ |
| H A D | README | 8 Widths are taken from troff font Jp, which has at 12 by loading the troff macro package -mnihongo, which
|
| /plan9/sys/src/cmd/usb/audio/ |
| H A D | audioctl.c | 246 getspeed(int rec, int which) in getspeed() argument 271 if(which == Rgetres) in getspeed() 281 if(usbcmd(ad,r,which,sampling_freq_control<<8, n, buf, 3) < 0) in getspeed() 295 if(which == Rgetcur) in getspeed() 297 if(which == Rgetmin) in getspeed() 299 if(which == Rgetmax) in getspeed() 301 if(which == Rgetres) in getspeed() 306 if(which == Rgetcur) in getspeed() 308 if(which == Rgetmin) in getspeed() 312 if(which == Rgetmax) in getspeed() [all …]
|
| /plan9/sys/src/cmd/spin/ |
| H A D | pangen1.h | 3761 the a-bit is set, which means that the fairness 3763 we check that the counter reached 1, which means that all 3767 run down the counter to 1 again -- which implies a visit to
|
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gsfcmap.c | 153 identity_enum_lookups(const gs_cmap_t *pcmap, int which, in identity_enum_lookups() argument 157 (which ? &gs_cmap_no_lookups_procs : in identity_enum_lookups() 265 gs_cmap_lookups_enum_init(const gs_cmap_t *pcmap, int which, in gs_cmap_lookups_enum_init() argument 268 pcmap->procs->enum_lookups(pcmap, which, penum); in gs_cmap_lookups_enum_init() 371 const int which = 0; in gs_cmap_compute_identity() local 375 for (gs_cmap_lookups_enum_init(pcmap, which, &lenum); in gs_cmap_compute_identity() 515 gs_cmap_ToUnicode_enum_lookups(const gs_cmap_t *pcmap, int which, in gs_cmap_ToUnicode_enum_lookups() argument 519 (which ? &gs_cmap_no_lookups_procs : /* fixme */ in gs_cmap_ToUnicode_enum_lookups()
|
| H A D | gdevokii.c | 275 int which = pass; in okiibm_output_run() local 279 for ( i = 0; i < xcount; i++, which++ ) in okiibm_output_run() 283 putc(((which & 1) ? *dp : 0), prn_stream); in okiibm_output_run()
|
| H A D | gxfcmap.h | 186 void (*enum_lookups)(const gs_cmap_t *pcmap, int which, 288 void gs_cmap_lookups_enum_init(const gs_cmap_t *pcmap, int which,
|
| /plan9/acme/bin/source/acd/ |
| H A D | discid | 6 ID" which is an identifier that is used to access the CDDB. The disc 23 of the algorithm follows, which should contain the necessary information 97 passed a parameter of tot_trks (which is the total number of tracks on 101 containing the fields min, sec and frame, which are the minute, second 109 feeds it to cddb_sum() function, which simply adds the value of each digit 146 MCI incorrectly reports the length as 2m 50s 62f, which would yield a 147 lead-out offset of 51m 22s 74f, which causes the resulting truncated
|
| /plan9/sys/src/ape/cmd/pdksh/ |
| H A D | c_ulimit.c | 47 enum { RLIMIT, ULIMIT } which; member 191 if (l->which == RLIMIT) { 220 if (l->which == RLIMIT) {
|
| /plan9/sys/src/cmd/ip/httpd/ |
| H A D | sendfd.c | 279 acceptcont(char *s, char *e, HContent *ok, char *which) in acceptcont() argument 284 return seprint(s, e, "Your browser accepts any %s.<br>\n", which); in acceptcont() 285 s = seprint(s, e, "Your browser accepts %s: ", which); in acceptcont() 303 notaccept(HConnect *c, HContent *type, HContent *enc, char *which) in notaccept() argument 312 s = seprint(s, e, "<html>\n<title>Unacceptable %s</title>\n<body>\n", which); in notaccept() 313 …t(s, e, "Your browser will not accept this data, %H, because of its %s.<br>\n", c->req.uri, which); in notaccept() 335 writelog(c, "Reply: 406 Not Acceptable\nReason: %s\n", which); in notaccept()
|
| /plan9/lib/ |
| H A D | constitution | 11 vested in a Congress of the United States, which shall 23 when elected, be an Inhabitant of that State in which he 27 the several States which may be included within this Union, 28 according to their respective Numbers, which shall be 69 Meeting of the Legislature, which shall then fill such 75 Inhabitant of that State for which he shall be chosen. 131 three days, nor to any other Place than that in which the 145 which he was elected, be appointed to any civil Office under 146 the Authority of the United States, which shall have been 156 Every Bill which shall have passed the House of [all …]
|
| H A D | unicode.notice | 11 Unicode Character Database, some of which have been compiled by the Unicode 12 Consortium, and some of which have been supplied by other sources.
|
| /plan9/sys/src/9/bcm/ |
| H A D | words | 18 uart serial voltages are TTL (3.3v, not rs232 which is nominally 12v); 29 9pi is a Plan 9 terminal, which can boot with local fossil root on the 32 9picpu is a Plan 9 cpu server, which could be used in a headless 35 9pifat is a minimal configuration which boots a shell script boot.rc
|