Searched defs:c0 (Results 1 – 9 of 9) sorted by relevance
/inferno-os/utils/rcsh/ |
H A D | tree.c | 36 tree1(int type, Tree *c0) in tree1() 42 tree2(int type, Tree *c0, Tree *c1) in tree2() 48 tree3(int type, Tree *c0, Tree *c1, Tree *c2) in tree3() 64 mung1(Tree *t, Tree *c0) in mung1() 71 mung2(Tree *t, Tree *c0, Tree *c1) in mung2() 79 mung3(Tree *t, Tree *c0, Tree *c1, Tree *c2) in mung3()
|
H A D | pcmd.c | 6 #define c0 t->child[0] macro
|
H A D | code.c | 4 #define c0 t->child[0] macro
|
/inferno-os/lib9/ |
H A D | runestrchr.c | 6 Rune c0 = c; in runestrchr() local
|
/inferno-os/os/port/ |
H A D | sysfile.c | 458 Chan *c0; in kbind() local 480 volatile struct { Chan *c; } c0; in kmount() local
|
/inferno-os/emu/port/ |
H A D | sysfile.c | 437 volatile struct { Chan *c; } c0; in kbind() local 455 volatile struct { Chan *c; } c0; in kmount() local
|
/inferno-os/limbo/ |
H A D | lex.c | 1142 int c, c0; in enterstring() local 1209 int c0, c, n; in enter() local
|
/inferno-os/libtk/ |
H A D | canvs.c | 1953 tkadjustvis(int *posn, int c0, int c1, int s0, int s1, int spref) in tkadjustvis()
|
H A D | utils.c | 246 int c0[3], c1[3], delta[3], a, j, x, y, n, locked; in tkgradient() local
|