Home
last modified time | relevance | path

Searched refs:c3__void (Results 1 – 18 of 18) sorted by relevance

/dports/misc/urbit/urbit-urbit-0.6.0/jets/f/
H A Dut_crop.c23 if ( c3__void == rep ) { in _crop_repo()
24 return c3__void; in _crop_repo()
72 case c3__void: return u3k(sut); in _crop_dext()
73 case c3__noun: return c3__void; in _crop_dext()
78 return c3__void; in _crop_dext()
84 case c3__void: return c3__void; in _crop_dext()
97 return c3__void; in _crop_dext()
102 return c3__void; in _crop_dext()
109 else return c3__void; in _crop_dext()
H A Dfork.c16 else if ( c3__void == bur ) { in u3qf_forq()
19 else if ( c3__void == hoz ) { in u3qf_forq()
33 if ( c3__void != i_yed ) { in u3qf_fork()
46 return c3__void; in u3qf_fork()
H A Dcell.c13 if ( (c3__void == hed) || (c3__void == tal) ) { in u3qf_cell()
14 return c3__void; in u3qf_cell()
H A Dfine.c14 if ( (c3__void == lup) || (c3__void == mar) ) { in u3qf_fine()
15 return c3__void; in u3qf_fine()
H A Dut_fuse.c21 if ( c3__void == rep ) { in _fuse_repo()
22 return c3__void; in _fuse_repo()
64 case c3__void: in _fuse_in()
66 return c3__void; in _fuse_in()
91 return c3__void; in _fuse_in()
103 return c3__void; in _fuse_in()
H A Dhelp.c13 if ( c3__void == tip ) { in u3qf_help()
14 return c3__void; in u3qf_help()
H A Dface.c13 if ( c3__void == tip ) { in u3qf_face()
14 return c3__void; in u3qf_face()
H A Dcore.c13 if ( (c3__void == pac) ) { in u3qf_core()
14 return c3__void; in u3qf_core()
H A Dut_peek.c43 case c3__void: { in _peek_in()
44 return c3__void; in _peek_in()
51 return c3__void; in _peek_in()
149 return c3__void; in _peek_in()
H A Dut_mull.c15 if ( (c3__void == pac) ) { in _mull_core()
16 return c3__void; in _mull_core()
429 if ( c3__void == p_fex ) { in _mull_in()
430 hiq = u3nc(c3__void, in _mull_in()
431 (c3__void == q_fex) in _mull_in()
432 ? c3__void in _mull_in()
439 if ( c3__void == p_wux ) { in _mull_in()
440 ran = u3nc(c3__void, in _mull_in()
441 (c3__void == q_wux) in _mull_in()
442 ? c3__void in _mull_in()
[all …]
H A Dut_play.c59 if ( (c3__void == pac) ) { in _play_core()
62 return c3__void; in _play_core()
263 u3_noun dez = (fex == c3__void) ? c3__void in _play_in()
265 u3_noun doz = (wux == c3__void) ? c3__void in _play_in()
547 return c3__void; in _play_in()
H A Dut_mint.c36 if ( (c3__void == pac) ) { in _mint_core()
37 return c3__void; in _mint_core()
373 if ( (c3__void == sut) && in _mint_in()
384 return u3nt(c3__void, 0, 0); in _mint_in()
468 u3_noun duy = (c3__void == fex) in _mint_in()
469 ? ( (c3__void == wux) in _mint_in()
472 : ( (c3__void == wux) in _mint_in()
914 return u3nt(c3__void, 0, 0); in _mint_in()
922 return u3nt(c3__void, 0, 0); in _mint_in()
H A Dtype.c16 case c3__void:
H A Dut_fish.c46 case c3__void: { in _fish_in()
H A Dut_burn.c62 case c3__void: { in _burn_in()
H A Dut_nest.c240 case c3__void: { in _nest_dext_in()
433 case c3__void: return c3y; in _nest_sint()
H A Dut_find.c619 case c3__void: { in _find_buck()
/dports/misc/urbit/urbit-urbit-0.6.0/include/c/
H A Dmotes.h1168 # define c3__void c3_s4('v','o','i','d') macro