Home
last modified time | relevance | path

Searched refs:same (Results 1 – 25 of 132) sorted by relevance

123456

/plan9/sys/src/cmd/upas/send/
H A Ddest.c19 dp->same = dp; in d_new()
92 dp = (*listp)->same; in d_rm_same()
96 (*listp)->same = dp->same; in d_rm_same()
97 dp->same = dp; in d_rm_same()
112 dp = dp->same; in d_same_dup()
139 new->same = dp->same; in d_same_insert()
140 dp->same = new; in d_same_insert()
176 sp = sp->same; in d_to()
H A Dsend.h32 dest *same; /* dests with same cmd*/ member
/plan9/sys/src/cmd/ndb/
H A Dmkdb.c152 int same, match; in main() local
160 same = 0; in main()
170 same = 1; in main()
181 if(!same && ntup){ in main()
/plan9/sys/src/cmd/gs/src/
H A Dzfont1.c324 int same = gs_base_same_font(font, ofont, mask); in z1_same_font() local
325 int check = mask & ~same; in z1_same_font()
340 same |= FONT_SAME_OUTLINES; in z1_same_font()
342 if ((check & FONT_SAME_METRICS) && (same & FONT_SAME_OUTLINES) && in z1_same_font()
349 same |= FONT_SAME_METRICS; in z1_same_font()
355 same |= FONT_SAME_ENCODING; in z1_same_font()
357 return same & mask; in z1_same_font()
/plan9/sys/src/9/pcboot/
H A Dboot16 # devices are detected in the same order by bootstraps and kernels
17 # and thus given the same controller numbers.
/plan9/sys/src/cmd/spin/
H A Dtl_cache.c20 int same; member
46 { if (d->same) continue;
61 if (d->same && ismatch(n, d->before)) return n; in in_cache()
82 { d->same = 1; in cached()
H A Dtl_rewrt.c90 goto same; in push_negation()
94 goto same; in push_negation()
106 goto same; in push_negation()
111 same: m = n->lft->rgt; in push_negation()
/plan9/sys/src/cmd/gs/libpng/
H A DLICENSE13 distributed according to the same disclaimer and license as libpng-1.2.5
20 distributed according to the same disclaimer and license as libpng-1.0.6
38 distributed according to the same disclaimer and license as libpng-0.96,
47 Distributed according to the same disclaimer and license as libpng-0.88,
/plan9/sys/src/9/pc/
H A Dpcfs34 # devices are detected in the same order by bootstraps and kernels
35 # and thus given the same controller numbers.
H A Dpccpu42 # devices are detected in the same order by bootstraps and kernels
43 # and thus given the same controller numbers.
H A Dpcflop39 # devices are detected in the same order by bootstraps and kernels
40 # and thus given the same controller numbers.
H A Dpccd47 # devices are detected in the same order by bootstraps and kernels
48 # and thus given the same controller numbers.
H A Dpcdisk47 # devices are detected in the same order by bootstraps and kernels
48 # and thus given the same controller numbers.
H A Dpc48 # devices are detected in the same order by bootstraps and kernels
49 # and thus given the same controller numbers.
H A Dpccpuf44 # devices are detected in the same order by bootstraps and kernels
45 # and thus given the same controller numbers.
H A Dpcf47 # devices are detected in the same order by bootstraps and kernels
48 # and thus given the same controller numbers.
/plan9/sys/lib/lp/
H A Ddevices57 # same as above for generating output suitable for 300 dpi.
60 # same as above for generating output suitable for 600 dpi.
64 # same as above for generating output suitable for Linotronics phototypesetter.
/plan9/lib/ndb/
H A Dauth5 # values in the uid pairs in the same entry list which users
/plan9/sys/src/cmd/gs/lib/
H A DFAPIconfig6 /CIDFontPath (/CIDFonts) % A default directory for FAPI-handled CID fonts (may be same as…
/plan9/sys/src/9/kw/
H A Dopenrd.words3 like the sheevaplug, and runs the same kernel, but with these additions:
/plan9/sys/src/cmd/cec/
H A DProtocol9 the same physical network. The communications from the various connections
86 same seq sequence number.
/plan9/sys/src/ape/cmd/diff/
H A DNEWS14 * Partly as a result, GNU diff's output is not exactly the same as before.
62 * Supported <PRINTF_SPEC>s have the same meaning as with printf, but must
75 * Now portable to hosts where int, long, pointer, etc. are not all the same
/plan9/sys/src/games/sokoban/
H A DREADME5 - the destination square is on the same row or column as glenda, and
/plan9/sys/lib/man/
H A Dpreface4 Plan 9 was born in the same lab where Unix began.
15 not they live on the same machine or even similar machines.
/plan9/sys/src/cmd/troff/
H A DREADME14 Nroff is the same program as troff, so you should

123456