Remove support for Hoon 149.

This commit is contained in:
C. Guy Yarvin 2017-03-23 12:20:49 -07:00
parent 59ec7d29e8
commit c50f9da39f
15 changed files with 112926 additions and 39612 deletions

View File

@ -326,47 +326,6 @@ J_F_OFILES_UT=\
jets/f/ut_toss.o \
jets/f/ut_wrap.o
J_Z_OFILES=\
jets/z/al.o \
jets/z/ap.o \
jets/z/cell.o \
jets/z/comb.o \
jets/z/cons.o \
jets/z/core.o \
jets/z/face.o \
jets/z/fitz.o \
jets/z/flan.o \
jets/z/flip.o \
jets/z/flor.o \
jets/z/fork.o \
jets/z/help.o \
jets/z/hike.o \
jets/z/look.o \
J_Z_OFILES_UT=\
jets/z/ut.o \
jets/z/ut_burn.o \
jets/z/ut_buss.o \
jets/z/ut_conk.o \
jets/z/ut_crop.o \
jets/z/ut_find.o \
jets/z/ut_fire.o \
jets/z/ut_fish.o \
jets/z/ut_fuse.o \
jets/z/ut_gain.o \
jets/z/ut_lose.o \
jets/z/ut_mint.o \
jets/z/ut_mull.o \
jets/z/ut_nest.o \
jets/z/ut_peek.o \
jets/z/ut_peel.o \
jets/z/ut_play.o \
jets/z/ut_repo.o \
jets/z/ut_rest.o \
jets/z/ut_tack.o \
jets/z/ut_toss.o \
jets/z/ut_wrap.o
J_G_OFILES=\
jets/g/down.o

View File

@ -19,7 +19,7 @@
else if ( c3__void == hoz ) {
return u3k(bur);
}
else return u3kz_fork(u3nt(u3k(hoz), u3k(bur), u3_nul));
else return u3kf_fork(u3nt(u3k(hoz), u3k(bur), u3_nul));
}
u3_noun
@ -69,7 +69,7 @@
}
u3_noun
u3kz_fork(u3_noun yed)
u3kf_fork(u3_noun yed)
{
u3_noun ret = u3qf_fork(yed);

View File

@ -23,25 +23,25 @@
}
else {
u3_noun pn_dab = u3h(n_dab);
u3_noun qn_dab = u3t(n_dab);
u3_noun qqn_dab = u3t(u3t(n_dab));
if ( (u3_nul == l_dab) && (u3_nul == r_dab) ) {
if ( (c3y == u3du(qn_dab)) &&
if ( (c3y == u3du(qqn_dab)) &&
(c3y == u3r_sing(cog, pn_dab)) ) {
return u3nt(u3_nul,
u3k(axe),
u3k(qn_dab));
u3k(qqn_dab));
}
else {
return u3_nul;
}
}
else if ( (u3_nul == l_dab) ) {
if ( (c3y == u3du(qn_dab)) &&
if ( (c3y == u3du(qqn_dab)) &&
(c3y == u3r_sing(cog, pn_dab)) ) {
return u3nt(u3_nul,
u3qc_peg(axe, 2),
u3k(qn_dab));
u3k(qqn_dab));
}
else {
if ( c3y == u3qc_gor(cog, pn_dab) ) {
@ -58,11 +58,11 @@
}
}
else if ( (u3_nul == r_dab) ) {
if ( (c3y == u3du(qn_dab)) &&
if ( (c3y == u3du(qqn_dab)) &&
(c3y == u3r_sing(cog, pn_dab)) ) {
return u3nt(u3_nul,
u3qc_peg(axe, 2),
u3k(qn_dab));
u3k(qqn_dab));
}
else {
if ( c3y == u3qc_gor(cog, pn_dab) ) {
@ -79,11 +79,11 @@
}
}
else {
if ( (c3y == u3du(qn_dab)) &&
if ( (c3y == u3du(qqn_dab)) &&
(c3y == u3r_sing(cog, pn_dab)) ) {
return u3nt(u3_nul,
u3qc_peg(axe, 2),
u3k(qn_dab));
u3k(qqn_dab));
}
else {
if ( c3y == u3qc_gor(cog, pn_dab) ) {

View File

@ -166,7 +166,7 @@
u3qfu_burn(u3_noun van,
u3_noun sut)
{
c3_m fun_m = 149 + c3__burn + ((!!u3r_at(u3qfu_van_vet, van)) << 8);
c3_m fun_m = 148 + c3__burn + ((!!u3r_at(u3qfu_van_vet, van)) << 8);
u3_noun pro = u3z_find(fun_m, sut);
if ( u3_none != pro ) {

View File

@ -256,7 +256,7 @@
u3_noun sut,
u3_noun ref)
{
c3_m fun_m = 149 + c3__crop + ((!!u3r_at(u3qfu_van_vet, van)) << 8);
c3_m fun_m = 148 + c3__crop + ((!!u3r_at(u3qfu_van_vet, van)) << 8);
u3_noun pro = u3z_find_2(fun_m, sut, ref);
if ( u3_none != pro ) {

View File

@ -658,6 +658,11 @@
if ( c3y == u3h(heg) ) {
u3_noun p_heg = u3t(heg); // axis
if ( c3n == u3ud(p_heg) ) {
u3m_p("p_heg", p_heg);
return u3m_error("balls");
}
ret = u3nq
(c3y,
u3nc(u3nc(u3_nul, u3k(p_heg)), u3k(lon)),
@ -794,7 +799,7 @@
u3_noun way,
u3_noun hyp)
{
c3_m fun_m = 149 + c3__find + ((!!u3r_at(u3qfu_van_vet, van)) << 8);
c3_m fun_m = 148 + c3__find + ((!!u3r_at(u3qfu_van_vet, van)) << 8);
u3_noun pro = u3z_find_3(fun_m, sut, way, hyp);
if ( u3_none != pro ) {
@ -832,7 +837,7 @@
u3_noun way,
u3_noun hyp)
{
c3_m fun_m = 149 + c3__fond + ((!!u3r_at(u3qfu_van_vet, van)) << 8);
c3_m fun_m = 148 + c3__fond + ((!!u3r_at(u3qfu_van_vet, van)) << 8);
u3_noun pro = u3z_find_3(fun_m, sut, way, hyp);
if ( u3_none != pro ) {

View File

@ -165,7 +165,7 @@
u3_noun sut,
u3_noun axe)
{
c3_m fun_m = 149 + c3__fish + ((!!u3r_at(u3qfu_van_vet, van)) << 8);
c3_m fun_m = 148 + c3__fish + ((!!u3r_at(u3qfu_van_vet, van)) << 8);
u3_noun pro = u3z_find_2(fun_m, sut, axe);
if ( u3_none != pro ) {

View File

@ -201,7 +201,7 @@
u3_noun sut,
u3_noun ref)
{
c3_m fun_m = 149 + c3__fuse + ((!!u3r_at(u3qfu_van_vet, van)) << 8);
c3_m fun_m = 148 + c3__fuse + ((!!u3r_at(u3qfu_van_vet, van)) << 8);
u3_noun pro = u3z_find_2(fun_m, sut, ref);
if ( u3_none != pro ) {

View File

@ -148,17 +148,17 @@
return u3m_bail(c3__fail);
}
else {
u3_noun qn_dab = u3t(n_dab);
u3_noun qqn_dab = u3t(u3t(n_dab));
u3_noun vad;
switch ( u3h(qn_dab) ) {
switch ( u3h(qqn_dab) ) {
default: return u3m_bail(c3__exit);
case c3__ash: {
vad = _mint_brew(van, sut, c3y, u3t(qn_dab));
vad = _mint_brew(van, sut, c3y, u3t(qqn_dab));
break;
}
case c3__elm: {
vad = _mint_brew(van, sut, c3n, u3t(qn_dab));
vad = _mint_brew(van, sut, c3n, u3t(qqn_dab));
break;
}
}
@ -862,7 +862,7 @@
u3_noun gol,
u3_noun gen)
{
c3_m fun_m = 149 + c3__mint;
c3_m fun_m = 148 + c3__mint;
u3_noun vrf = u3r_at(u3qfu_van_vrf, van);
u3_noun pro = u3z_find_4(fun_m, vrf, sut, gol, gen);

View File

@ -98,13 +98,13 @@
u3m_bail(c3__fail);
}
else {
u3_noun qn_dab = u3t(n_dab);
u3_noun qqn_dab = u3t(u3t(n_dab));
u3_noun vad;
switch ( u3h(qn_dab) ) {
switch ( u3h(qqn_dab) ) {
default: u3m_bail(c3__exit);
case c3__ash: {
vad = _mull_in(van, sut, c3__noun, dox, u3t(qn_dab));
vad = _mull_in(van, sut, c3__noun, dox, u3t(qqn_dab));
break;
}
case c3__elm: {
@ -775,7 +775,7 @@
u3_noun dox,
u3_noun gen)
{
c3_m fun_m = 149 + c3__mull + ((!!u3r_at(u3qfu_van_vet, van)) << 8);
c3_m fun_m = 148 + c3__mull + ((!!u3r_at(u3qfu_van_vet, van)) << 8);
u3_noun pro = u3z_find_4(fun_m, sut, gol, dox, gen);
if ( u3_none != pro ) {

View File

@ -28,7 +28,7 @@
} else {
u3_noun n_dab, l_dab, r_dab;
u3_noun n_hem, l_hem, r_hem;
u3_noun pn_hem, qn_hem, pn_dab, qn_dab;
u3_noun pn_hem, pqn_hem, qqn_hem, pn_dab, pqn_dab, qqn_dab;
u3x_trel(dab, &n_dab, &l_dab, &r_dab);
u3x_trel(hem, &n_hem, &l_hem, &r_hem);
@ -38,26 +38,26 @@
{
return c3n;
}
u3x_cell(n_dab, &pn_dab, &qn_dab);
u3x_cell(n_hem, &pn_hem, &qn_hem);
u3x_trel(n_dab, &pn_dab, &pqn_dab, &qqn_dab);
u3x_trel(n_hem, &pn_hem, &pqn_hem, &qqn_hem);
if ( c3n == u3r_sing(pn_dab, pn_hem) ) {
return c3n;
} else {
if ( (c3n == u3du(qn_dab)) || (c3n == u3du(qn_hem)) ) {
if ( (c3n == u3du(qqn_dab)) || (c3n == u3du(qqn_hem)) ) {
return u3m_bail(c3__fail);
}
else switch ( u3h(qn_dab) ) {
else switch ( u3h(qqn_dab) ) {
default: return u3m_bail(c3__exit);
case c3__ash: {
if ( c3__ash != u3h(qn_hem) ) {
if ( c3__ash != u3h(qqn_hem) ) {
return c3n;
} else {
u3_noun pqn_dab = u3t(qn_dab);
u3_noun pqn_hem = u3t(qn_hem);
u3_noun vis = u3qfu_play(van, sut, pqn_dab);
u3_noun lon = u3qfu_play(van, ref, pqn_hem);
u3_noun qqqn_dab = u3t(qqn_dab);
u3_noun qqqn_hem = u3t(qqn_hem);
u3_noun vis = u3qfu_play(van, sut, qqqn_dab);
u3_noun lon = u3qfu_play(van, ref, qqqn_hem);
u3_noun ret = _nest_dext(van, vis, tel, lon, u3_nul, u3_nul, gil);
u3z(vis);
@ -66,7 +66,7 @@
}
}
case c3__elm: {
return u3r_sing(qn_dab, qn_hem);
return u3r_sing(qqn_dab, qqn_hem);
}
}
}
@ -358,7 +358,7 @@
}
{
c3_m fun_m = 149 + c3__nest + ((!!u3r_at(u3qfu_van_vet, van)) << 8);
c3_m fun_m = 148 + c3__nest + ((!!u3r_at(u3qfu_van_vet, van)) << 8);
u3_noun pro = u3z_find_2(fun_m, sut, ref);
if ( u3_none != pro ) {

View File

@ -200,7 +200,7 @@
u3_noun way,
u3_noun axe)
{
c3_m fun_m = 149 + c3__peek + ((!!u3r_at(u3qfu_van_vet, van)) << 8);
c3_m fun_m = 148 + c3__peek + ((!!u3r_at(u3qfu_van_vet, van)) << 8);
u3_noun pro = u3z_find_3(fun_m, sut, way, axe);
if ( u3_none != pro ) {

View File

@ -100,7 +100,7 @@
u3_noun sut,
u3_noun leg)
{
c3_m fun_m = 149 + c3__rest + ((!!u3r_at(u3qfu_van_vet, van)) << 8);
c3_m fun_m = 148 + c3__rest + ((!!u3r_at(u3qfu_van_vet, van)) << 8);
u3_noun pro = u3z_find_2(fun_m, sut, leg);
if ( u3_none != pro ) {

View File

@ -1,5 +1,4 @@
/* j/tree.c
**
*/
#include "all.h"
@ -23,35 +22,35 @@ static u3j_core _148_hex_d[] =
/* layer five
*/
static u3j_harm _148_pen_cell_a[] = {{".2", u3wz_cell}, {}};
static u3j_harm _148_pen_comb_a[] = {{".2", u3wz_comb}, {}};
static u3j_harm _148_pen_cons_a[] = {{".2", u3wz_cons}, {}};
static u3j_harm _148_pen_core_a[] = {{".2", u3wz_core}, {}};
static u3j_harm _148_pen_help_a[] = {{".2", u3wz_help}, {}};
static u3j_harm _148_pen_face_a[] = {{".2", u3wz_face}, {}};
static u3j_harm _148_pen_fitz_a[] = {{".2", u3wz_fitz}, {}};
static u3j_harm _148_pen_flan_a[] = {{".2", u3wz_flan}, {}};
static u3j_harm _148_pen_flip_a[] = {{".2", u3wz_flip}, {}};
static u3j_harm _148_pen_flor_a[] = {{".2", u3wz_flor}, {}};
static u3j_harm _148_pen_fork_a[] = {{".2", u3wz_fork}, {}};
static u3j_harm _148_pen_hike_a[] = {{".2", u3wz_hike}, {}};
static u3j_harm _148_pen_look_a[] = {{".2", u3wz_look}, {}};
static u3j_harm _148_pen_cell_a[] = {{".2", u3wf_cell}, {}};
static u3j_harm _148_pen_comb_a[] = {{".2", u3wf_comb}, {}};
static u3j_harm _148_pen_cons_a[] = {{".2", u3wf_cons}, {}};
static u3j_harm _148_pen_core_a[] = {{".2", u3wf_core}, {}};
static u3j_harm _148_pen_help_a[] = {{".2", u3wf_help}, {}};
static u3j_harm _148_pen_face_a[] = {{".2", u3wf_face}, {}};
static u3j_harm _148_pen_fitz_a[] = {{".2", u3wf_fitz}, {}};
static u3j_harm _148_pen_flan_a[] = {{".2", u3wf_flan}, {}};
static u3j_harm _148_pen_flip_a[] = {{".2", u3wf_flip}, {}};
static u3j_harm _148_pen_flor_a[] = {{".2", u3wf_flor}, {}};
static u3j_harm _148_pen_fork_a[] = {{".2", u3wf_fork}, {}};
static u3j_harm _148_pen_hike_a[] = {{".2", u3wf_hike}, {}};
static u3j_harm _148_pen_look_a[] = {{".2", u3wf_look}, {}};
static u3j_harm _148_pen__ut_burn_a[] = {{".2", u3wzu_burn}, {}};
static u3j_harm _148_pen__ut_conk_a[] = {{".2", u3wzu_conk}, {}};
static u3j_harm _148_pen__ut_crop_a[] = {{".2", u3wzu_crop}, {}};
// static u3j_harm _148_pen__ut_fire_a[] = {{".2", u3wzu_fire}, {}};
static u3j_harm _148_pen__ut_fond_a[] = {{".2", u3wzu_fond}, {}};
static u3j_harm _148_pen__ut_fish_a[] = {{".2", u3wzu_fish}, {}};
static u3j_harm _148_pen__ut_fuse_a[] = {{".2", u3wzu_fuse}, {}};
static u3j_harm _148_pen__ut_mint_a[] = {{".2", u3wzu_mint}, {}};
static u3j_harm _148_pen__ut_mull_a[] = {{".2", u3wzu_mull}, {}};
static u3j_harm _148_pen__ut_nest_a[] = {{".2", u3wzu_nest}, {}};
static u3j_harm _148_pen__ut_peek_a[] = {{".2", u3wzu_peek}, {}};
static u3j_harm _148_pen__ut_play_a[] = {{".2", u3wzu_play}, {}};
static u3j_harm _148_pen__ut_rest_a[] = {{".2", u3wzu_rest}, {}};
static u3j_harm _148_pen__ut_toss_a[] = {{".2", u3wzu_toss}, {}};
static u3j_harm _148_pen__ut_wrap_a[] = {{".2", u3wzu_wrap}, {}};
static u3j_harm _148_pen__ut_burn_a[] = {{".2", u3wfu_burn}, {}};
static u3j_harm _148_pen__ut_conk_a[] = {{".2", u3wfu_conk}, {}};
static u3j_harm _148_pen__ut_crop_a[] = {{".2", u3wfu_crop}, {}};
// static u3j_harm _148_pen__ut_fire_a[] = {{".2", u3wfu_fire}, {}};
static u3j_harm _148_pen__ut_fond_a[] = {{".2", u3wfu_fond}, {}};
static u3j_harm _148_pen__ut_fish_a[] = {{".2", u3wfu_fish}, {}};
static u3j_harm _148_pen__ut_fuse_a[] = {{".2", u3wfu_fuse}, {}};
static u3j_harm _148_pen__ut_mint_a[] = {{".2", u3wfu_mint}, {}};
static u3j_harm _148_pen__ut_mull_a[] = {{".2", u3wfu_mull}, {}};
static u3j_harm _148_pen__ut_nest_a[] = {{".2", u3wfu_nest}, {}};
static u3j_harm _148_pen__ut_peek_a[] = {{".2", u3wfu_peek}, {}};
static u3j_harm _148_pen__ut_play_a[] = {{".2", u3wfu_play}, {}};
static u3j_harm _148_pen__ut_rest_a[] = {{".2", u3wfu_rest}, {}};
static u3j_harm _148_pen__ut_toss_a[] = {{".2", u3wfu_toss}, {}};
static u3j_harm _148_pen__ut_wrap_a[] = {{".2", u3wfu_wrap}, {}};
static u3j_core _148_pen__ut_d[] =
{
{ "burn", _148_pen__ut_burn_a },
@ -72,20 +71,20 @@ static u3j_core _148_hex_d[] =
{}
};
static u3j_harm _148_pen__ut_a[] =
{ {"burn", u3wzu_burn},
{"repo", u3wzu_repo},
{ {"burn", u3wfu_burn},
{"repo", u3wfu_repo},
{}
};
#if 0
static u3j_harm _148_pen__ap_a[] =
{ {"open", u3wzp_open},
{"rake", u3wzp_rake},
{ {"open", u3wfp_open},
{"rake", u3wfp_rake},
{}
};
static u3j_harm _148_pen__al_a[] =
{ {"bunt", u3wzl_bunt},
{"whip", u3wzl_whip},
{ {"bunt", u3wfl_bunt},
{"whip", u3wfl_whip},
{}
};
#endif
@ -595,600 +594,8 @@ static u3j_core _k148_d[] =
{}
};
static u3j_harm _149_hex_down_mark_a[] = {{".2", u3wg_down, c3y}, {}};
static u3j_core _149_hex_down_d[] =
{ { "mark", _149_hex_down_mark_a },
{}
};
static u3j_harm _149_hex_lore_a[] = {{".2", u3we_lore}, {}};
static u3j_harm _149_hex_loss_a[] = {{".2", u3we_loss}, {}};
static u3j_harm _149_hex_lune_a[] = {{".2", u3we_lune}, {}};
static u3j_core _149_hex_d[] =
{ { "down", 0, _149_hex_down_d },
{ "lore", _149_hex_lore_a },
{ "loss", _149_hex_loss_a },
{ "lune", _149_hex_lune_a },
{}
};
/* layer five
*/
static u3j_harm _149_pen_cell_a[] = {{".2", u3wf_cell}, {}};
static u3j_harm _149_pen_comb_a[] = {{".2", u3wf_comb}, {}};
static u3j_harm _149_pen_cons_a[] = {{".2", u3wf_cons}, {}};
static u3j_harm _149_pen_core_a[] = {{".2", u3wf_core}, {}};
static u3j_harm _149_pen_help_a[] = {{".2", u3wf_help}, {}};
static u3j_harm _149_pen_face_a[] = {{".2", u3wf_face}, {}};
static u3j_harm _149_pen_fitz_a[] = {{".2", u3wf_fitz}, {}};
static u3j_harm _149_pen_flan_a[] = {{".2", u3wf_flan}, {}};
static u3j_harm _149_pen_flip_a[] = {{".2", u3wf_flip}, {}};
static u3j_harm _149_pen_flor_a[] = {{".2", u3wf_flor}, {}};
static u3j_harm _149_pen_fork_a[] = {{".2", u3wf_fork}, {}};
static u3j_harm _149_pen_hike_a[] = {{".2", u3wf_hike}, {}};
static u3j_harm _149_pen_look_a[] = {{".2", u3wf_look}, {}};
static u3j_harm _149_pen__ut_burn_a[] = {{".2", u3wfu_burn}, {}};
static u3j_harm _149_pen__ut_conk_a[] = {{".2", u3wfu_conk}, {}};
static u3j_harm _149_pen__ut_crop_a[] = {{".2", u3wfu_crop}, {}};
// static u3j_harm _149_pen__ut_fire_a[] = {{".2", u3wfu_fire}, {}};
static u3j_harm _149_pen__ut_fond_a[] = {{".2", u3wfu_fond}, {}};
static u3j_harm _149_pen__ut_fish_a[] = {{".2", u3wfu_fish}, {}};
static u3j_harm _149_pen__ut_fuse_a[] = {{".2", u3wfu_fuse}, {}};
static u3j_harm _149_pen__ut_mint_a[] = {{".2", u3wfu_mint}, {}};
static u3j_harm _149_pen__ut_mull_a[] = {{".2", u3wfu_mull}, {}};
static u3j_harm _149_pen__ut_nest_a[] = {{".2", u3wfu_nest}, {}};
static u3j_harm _149_pen__ut_peek_a[] = {{".2", u3wfu_peek}, {}};
static u3j_harm _149_pen__ut_play_a[] = {{".2", u3wfu_play}, {}};
static u3j_harm _149_pen__ut_rest_a[] = {{".2", u3wfu_rest}, {}};
static u3j_harm _149_pen__ut_toss_a[] = {{".2", u3wfu_toss}, {}};
static u3j_harm _149_pen__ut_wrap_a[] = {{".2", u3wfu_wrap}, {}};
static u3j_core _149_pen__ut_d[] =
{
{ "burn", _149_pen__ut_burn_a },
{ "conk", _149_pen__ut_conk_a },
{ "crop", _149_pen__ut_crop_a },
{ "fond", _149_pen__ut_fond_a },
// { "fire", _149_pen__ut_fire_a },
{ "fish", _149_pen__ut_fish_a },
{ "fuse", _149_pen__ut_fuse_a },
{ "mint", _149_pen__ut_mint_a },
{ "mull", _149_pen__ut_mull_a },
{ "nest", _149_pen__ut_nest_a },
{ "peek", _149_pen__ut_peek_a },
{ "play", _149_pen__ut_play_a },
{ "rest", _149_pen__ut_rest_a },
{ "toss", _149_pen__ut_toss_a },
{ "wrap", _149_pen__ut_wrap_a },
{}
};
static u3j_harm _149_pen__ut_a[] =
{ {"burn", u3wfu_burn},
{"repo", u3wfu_repo},
{}
};
#if 0
static u3j_harm _149_pen__ap_a[] =
{ {"open", u3wfp_open},
{"rake", u3wfp_rake},
{}
};
static u3j_harm _149_pen__al_a[] =
{ {"bunt", u3wfl_bunt},
{"whip", u3wfl_whip},
{}
};
#endif
static u3j_core _149_pen_d[] =
{ { "hex", 0, _149_hex_d },
{ "cell", _149_pen_cell_a },
{ "comb", _149_pen_comb_a },
{ "cons", _149_pen_cons_a },
{ "core", _149_pen_core_a },
{ "face", _149_pen_face_a },
{ "fitz", _149_pen_fitz_a },
{ "flan", _149_pen_flan_a },
{ "flip", _149_pen_flip_a },
{ "flor", _149_pen_flor_a },
{ "fork", _149_pen_fork_a },
{ "help", _149_pen_help_a },
{ "hike", _149_pen_hike_a },
{ "look", _149_pen_look_a },
// { "ap", _149_pen__ap_a },
// { "al", _149_pen__al_a },
{ "ut", _149_pen__ut_a, _149_pen__ut_d },
{}
};
/* layer four
*/
static u3j_harm _149_qua_trip_a[] = {{".2", u3we_trip}, {}};
static u3j_harm _149_qua__po_ind_a[] = {{".2", u3wcp_ind}, {}};
static u3j_harm _149_qua__po_ins_a[] = {{".2", u3wcp_ins}, {}};
static u3j_harm _149_qua__po_tod_a[] = {{".2", u3wcp_tod}, {}};
static u3j_harm _149_qua__po_tos_a[] = {{".2", u3wcp_tos}, {}};
static u3j_core _149_qua__po_d[] =
{ { "ind", _149_qua__po_ind_a },
{ "ins", _149_qua__po_ins_a },
{ "tod", _149_qua__po_tod_a },
{ "tos", _149_qua__po_tos_a },
{}
};
static u3j_harm _149_qua__bend_fun_a[] = {{".2", u3we_bend_fun}, {}};
static u3j_core _149_qua__bend_d[] =
{ { "fun", _149_qua__bend_fun_a },
{}
};
static u3j_harm _149_qua__cold_fun_a[] = {{".2", u3we_cold_fun}, {}};
static u3j_core _149_qua__cold_d[] =
{ { "fun", _149_qua__cold_fun_a },
{}
};
static u3j_harm _149_qua__cook_fun_a[] = {{".2", u3we_cook_fun}, {}};
static u3j_core _149_qua__cook_d[] =
{ { "fun", _149_qua__cook_fun_a },
{}
};
static u3j_harm _149_qua__comp_fun_a[] = {{".2", u3we_comp_fun}, {}};
static u3j_core _149_qua__comp_d[] =
{ { "fun", _149_qua__comp_fun_a },
{}
};
static u3j_harm _149_qua__easy_fun_a[] = {{".2", u3we_easy_fun}, {}};
static u3j_core _149_qua__easy_d[] =
{ { "fun", _149_qua__easy_fun_a },
{}
};
static u3j_harm _149_qua__glue_fun_a[] = {{".2", u3we_glue_fun}, {}};
static u3j_core _149_qua__glue_d[] =
{ { "fun", _149_qua__glue_fun_a },
{}
};
static u3j_harm _149_qua__here_fun_a[] = {{".2", u3we_here_fun}, {}};
static u3j_core _149_qua__here_d[] =
{ { "fun", _149_qua__here_fun_a },
{}
};
static u3j_harm _149_qua__just_fun_a[] = {{".2", u3we_just_fun}, {}};
static u3j_core _149_qua__just_d[] =
{ { "fun", _149_qua__just_fun_a },
{}
};
static u3j_harm _149_qua__mask_fun_a[] = {{".2", u3we_mask_fun}, {}};
static u3j_core _149_qua__mask_d[] =
{ { "fun", _149_qua__mask_fun_a },
{}
};
static u3j_harm _149_qua__shim_fun_a[] = {{".2", u3we_shim_fun}, {}};
static u3j_core _149_qua__shim_d[] =
{ { "fun", _149_qua__shim_fun_a },
{}
};
static u3j_harm _149_qua__stag_fun_a[] = {{".2", u3we_stag_fun}, {}};
static u3j_core _149_qua__stag_d[] =
{ { "fun", _149_qua__stag_fun_a },
{}
};
static u3j_harm _149_qua__stew_fun_a[] = {{".2", u3we_stew_fun}, {}};
static u3j_core _149_qua__stew_d[] =
{ { "fun", _149_qua__stew_fun_a },
{}
};
static u3j_harm _149_qua__stir_fun_a[] = {{".2", u3we_stir_fun}, {}};
static u3j_core _149_qua__stir_d[] =
{ { "fun", _149_qua__stir_fun_a },
{}
};
static u3j_harm _149_qua_pfix_a[] = {{".2", u3we_pfix}, {}};
static u3j_harm _149_qua_plug_a[] = {{".2", u3we_plug}, {}};
static u3j_harm _149_qua_pose_a[] = {{".2", u3we_pose}, {}};
static u3j_harm _149_qua_sfix_a[] = {{".2", u3we_sfix}, {}};
static u3j_harm _149_qua_mink_a[] = {{".2", u3we_mink}, {}};
static u3j_harm _149_qua_mule_a[] = {{".2", u3we_mule}, {}};
static u3j_core _149_qua_d[] =
{ { "pen", 0, _149_pen_d },
{ "po", 0, _149_qua__po_d },
{ "trip", _149_qua_trip_a },
{ "bend", 0, _149_qua__bend_d },
{ "cold", 0, _149_qua__cold_d },
{ "comp", 0, _149_qua__comp_d },
{ "cook", 0, _149_qua__cook_d },
{ "easy", 0, _149_qua__easy_d },
{ "glue", 0, _149_qua__glue_d },
{ "here", 0, _149_qua__here_d },
{ "just", 0, _149_qua__just_d },
{ "mask", 0, _149_qua__mask_d },
{ "shim", 0, _149_qua__shim_d },
{ "stag", 0, _149_qua__stag_d },
{ "stew", 0, _149_qua__stew_d },
{ "stir", 0, _149_qua__stir_d },
{ "pfix", _149_qua_pfix_a },
{ "plug", _149_qua_plug_a },
{ "pose", _149_qua_pose_a },
{ "sfix", _149_qua_sfix_a },
{ "mink", _149_qua_mink_a },
{ "mule", _149_qua_mule_a },
{}
};
/* layer three
*/
static u3j_harm _149_tri__cofl__drg_a[] = {{".2", u3wef_drg}, {}};
static u3j_harm _149_tri__cofl__lug_a[] = {{".2", u3wef_lug}, {}};
static u3j_core _149_tri__cofl_d[] =
{ { "drg", _149_tri__cofl__drg_a },
{ "lug", _149_tri__cofl__lug_a },
{}
};
static u3j_harm _149_tri__rd_add_a[] = {{".2", u3wer_add}, {}};
static u3j_harm _149_tri__rd_sub_a[] = {{".2", u3wer_sub}, {}};
static u3j_harm _149_tri__rd_mul_a[] = {{".2", u3wer_mul}, {}};
static u3j_harm _149_tri__rd_div_a[] = {{".2", u3wer_div}, {}};
static u3j_harm _149_tri__rd_sqt_a[] = {{".2", u3wer_sqt}, {}};
static u3j_harm _149_tri__rd_fma_a[] = {{".2", u3wer_fma}, {}};
static u3j_harm _149_tri__rd_lth_a[] = {{".2", u3wer_lth}, {}};
static u3j_harm _149_tri__rd_lte_a[] = {{".2", u3wer_lte}, {}};
static u3j_harm _149_tri__rd_equ_a[] = {{".2", u3wer_equ}, {}};
static u3j_harm _149_tri__rd_gte_a[] = {{".2", u3wer_gte}, {}};
static u3j_harm _149_tri__rd_gth_a[] = {{".2", u3wer_gth}, {}};
static u3j_core _149_tri__rd_d[] =
{ { "add", _149_tri__rd_add_a },
{ "sub", _149_tri__rd_sub_a },
{ "mul", _149_tri__rd_mul_a },
{ "div", _149_tri__rd_div_a },
{ "sqt", _149_tri__rd_sqt_a },
{ "fma", _149_tri__rd_fma_a },
{ "lth", _149_tri__rd_lth_a },
{ "lte", _149_tri__rd_lte_a },
{ "equ", _149_tri__rd_equ_a },
{ "gte", _149_tri__rd_gte_a },
{ "gth", _149_tri__rd_gth_a },
{}
};
static u3j_harm _149_tri__rs_add_a[] = {{".2", u3wet_add}, {}};
static u3j_harm _149_tri__rs_sub_a[] = {{".2", u3wet_sub}, {}};
static u3j_harm _149_tri__rs_mul_a[] = {{".2", u3wet_mul}, {}};
static u3j_harm _149_tri__rs_div_a[] = {{".2", u3wet_div}, {}};
static u3j_harm _149_tri__rs_sqt_a[] = {{".2", u3wet_sqt}, {}};
static u3j_harm _149_tri__rs_fma_a[] = {{".2", u3wet_fma}, {}};
static u3j_harm _149_tri__rs_lth_a[] = {{".2", u3wet_lth}, {}};
static u3j_harm _149_tri__rs_lte_a[] = {{".2", u3wet_lte}, {}};
static u3j_harm _149_tri__rs_equ_a[] = {{".2", u3wet_equ}, {}};
static u3j_harm _149_tri__rs_gte_a[] = {{".2", u3wet_gte}, {}};
static u3j_harm _149_tri__rs_gth_a[] = {{".2", u3wet_gth}, {}};
static u3j_core _149_tri__rs_d[] =
{ { "add", _149_tri__rs_add_a },
{ "sub", _149_tri__rs_sub_a },
{ "mul", _149_tri__rs_mul_a },
{ "div", _149_tri__rs_div_a },
{ "sqt", _149_tri__rs_sqt_a },
{ "fma", _149_tri__rs_fma_a },
{ "lth", _149_tri__rs_lth_a },
{ "lte", _149_tri__rs_lte_a },
{ "equ", _149_tri__rs_equ_a },
{ "gte", _149_tri__rs_gte_a },
{ "gth", _149_tri__rs_gth_a },
{}
};
static u3j_harm _149_tri__rq_add_a[] = {{".2", u3weq_add}, {}};
static u3j_harm _149_tri__rq_sub_a[] = {{".2", u3weq_sub}, {}};
static u3j_harm _149_tri__rq_mul_a[] = {{".2", u3weq_mul}, {}};
static u3j_harm _149_tri__rq_div_a[] = {{".2", u3weq_div}, {}};
static u3j_harm _149_tri__rq_sqt_a[] = {{".2", u3weq_sqt}, {}};
static u3j_harm _149_tri__rq_fma_a[] = {{".2", u3weq_fma}, {}};
static u3j_harm _149_tri__rq_lth_a[] = {{".2", u3weq_lth}, {}};
static u3j_harm _149_tri__rq_lte_a[] = {{".2", u3weq_lte}, {}};
static u3j_harm _149_tri__rq_equ_a[] = {{".2", u3weq_equ}, {}};
static u3j_harm _149_tri__rq_gte_a[] = {{".2", u3weq_gte}, {}};
static u3j_harm _149_tri__rq_gth_a[] = {{".2", u3weq_gth}, {}};
static u3j_core _149_tri__rq_d[] =
{ { "add", _149_tri__rq_add_a },
{ "sub", _149_tri__rq_sub_a },
{ "mul", _149_tri__rq_mul_a },
{ "div", _149_tri__rq_div_a },
{ "sqt", _149_tri__rq_sqt_a },
{ "fma", _149_tri__rq_fma_a },
{ "lth", _149_tri__rq_lth_a },
{ "lte", _149_tri__rq_lte_a },
{ "equ", _149_tri__rq_equ_a },
{ "gte", _149_tri__rq_gte_a },
{ "gth", _149_tri__rq_gth_a },
{}
};
static u3j_harm _149_tri__rh_add_a[] = {{".2", u3wes_add}, {}};
static u3j_harm _149_tri__rh_sub_a[] = {{".2", u3wes_sub}, {}};
static u3j_harm _149_tri__rh_mul_a[] = {{".2", u3wes_mul}, {}};
static u3j_harm _149_tri__rh_div_a[] = {{".2", u3wes_div}, {}};
static u3j_harm _149_tri__rh_sqt_a[] = {{".2", u3wes_sqt}, {}};
static u3j_harm _149_tri__rh_fma_a[] = {{".2", u3wes_fma}, {}};
static u3j_harm _149_tri__rh_lth_a[] = {{".2", u3wes_lth}, {}};
static u3j_harm _149_tri__rh_lte_a[] = {{".2", u3wes_lte}, {}};
static u3j_harm _149_tri__rh_equ_a[] = {{".2", u3wes_equ}, {}};
static u3j_harm _149_tri__rh_gte_a[] = {{".2", u3wes_gte}, {}};
static u3j_harm _149_tri__rh_gth_a[] = {{".2", u3wes_gth}, {}};
static u3j_core _149_tri__rh_d[] =
{ { "add", _149_tri__rh_add_a },
{ "sub", _149_tri__rh_sub_a },
{ "mul", _149_tri__rh_mul_a },
{ "div", _149_tri__rh_div_a },
{ "sqt", _149_tri__rh_sqt_a },
{ "fma", _149_tri__rh_fma_a },
{ "lth", _149_tri__rh_lth_a },
{ "lte", _149_tri__rh_lte_a },
{ "equ", _149_tri__rh_equ_a },
{ "gte", _149_tri__rh_gte_a },
{ "gth", _149_tri__rh_gth_a },
{}
};
static u3j_harm _149_tri__aesc_en_a[] = {{".2", u3wea_en}, {}};
static u3j_harm _149_tri__aesc_de_a[] = {{".2", u3wea_de}, {}};
static u3j_core _149_tri__aesc_d[] =
{ { "en", _149_tri__aesc_en_a },
{ "de", _149_tri__aesc_de_a },
{}
};
static u3j_harm _149_tri__og_raw_a[] = {{".2", u3weo_raw}, {}};
static u3j_core _149_tri__og_d[] =
{ { "raw", _149_tri__og_raw_a },
{}
};
static u3j_harm _149_tri_shax_a[] = {{".2", u3we_shax}, {}};
static u3j_harm _149_tri_shay_a[] = {{".2", u3we_shay}, {}};
static u3j_harm _149_tri_shas_a[] = {{".2", u3we_shas}, {}};
static u3j_harm _149_tri_shal_a[] = {{".2", u3we_shal}, {}};
static u3j_core _149_tri_d[] =
{ { "qua", 0, _149_qua_d },
{ "cofl", 0, _149_tri__cofl_d },
{ "rd", 0, _149_tri__rd_d },
{ "rs", 0, _149_tri__rs_d },
{ "rq", 0, _149_tri__rq_d },
{ "rh", 0, _149_tri__rh_d },
{ "og", 0, _149_tri__og_d },
{ "shax", _149_tri_shax_a },
{ "shay", _149_tri_shay_a },
{ "shas", _149_tri_shas_a },
{ "shal", _149_tri_shal_a },
{ "aesc", 0, _149_tri__aesc_d },
{}
};
/* layer two
*/
static u3j_harm _149_two_flop_a[] = {{".2", u3wb_flop, c3y}, {}};
static u3j_harm _149_two_lent_a[] = {{".2", u3wb_lent, c3y}, {}};
static u3j_harm _149_two_levy_a[] = {{".2", u3wb_levy, c3y}, {}};
static u3j_harm _149_two_lien_a[] = {{".2", u3wb_lien, c3y}, {}};
static u3j_harm _149_two_murn_a[] = {{".2", u3wb_murn, c3y}, {}};
static u3j_harm _149_two_need_a[] = {{".2", u3wb_need, c3y}, {}};
static u3j_harm _149_two_reap_a[] = {{".2", u3wb_reap, c3y}, {}};
static u3j_harm _149_two_reel_a[] = {{".2", u3wb_reel, c3y}, {}};
static u3j_harm _149_two_roll_a[] = {{".2", u3wb_roll, c3y}, {}};
static u3j_harm _149_two_skid_a[] = {{".2", u3wb_skid, c3y}, {}};
static u3j_harm _149_two_skim_a[] = {{".2", u3wb_skim, c3y}, {}};
static u3j_harm _149_two_skip_a[] = {{".2", u3wb_skip, c3y}, {}};
static u3j_harm _149_two_scag_a[] = {{".2", u3wb_scag, c3y}, {}};
static u3j_harm _149_two_slag_a[] = {{".2", u3wb_slag, c3y}, {}};
static u3j_harm _149_two_snag_a[] = {{".2", u3wb_snag, c3y}, {}};
// static u3j_harm _149_two_sort_a[] = {{".2", u3wb_sort, c3y}, {}};
static u3j_harm _149_two_turn_a[] = {{".2", u3wb_turn, c3y}, {}};
static u3j_harm _149_two_weld_a[] = {{".2", u3wb_weld, c3y}, {}};
static u3j_harm _149_two_bex_a[] = {{".2", u3wc_bex, c3y}, {}};
static u3j_harm _149_two_xeb_a[] = {{".2", u3wc_xeb, c3y}, {}};
static u3j_harm _149_two_can_a[] = {{".2", u3wc_can, c3y}, {}};
static u3j_harm _149_two_cat_a[] = {{".2", u3wc_cat, c3y}, {}};
static u3j_harm _149_two_cut_a[] = {{".2", u3wc_cut, c3y}, {}};
static u3j_harm _149_two_end_a[] = {{".2", u3wc_end, c3y}, {}};
static u3j_harm _149_two_lsh_a[] = {{".2", u3wc_lsh, c3y}, {}};
static u3j_harm _149_two_met_a[] = {{".2", u3wc_met, c3y}, {}};
static u3j_harm _149_two_rap_a[] = {{".2", u3wc_rap, c3y}, {}};
static u3j_harm _149_two_rip_a[] = {{".2", u3wc_rip, c3y}, {}};
static u3j_harm _149_two_rsh_a[] = {{".2", u3wc_rsh, c3y}, {}};
static u3j_harm _149_two_con_a[] = {{".2", u3wc_con, c3y}, {}};
static u3j_harm _149_two_dis_a[] = {{".2", u3wc_dis, c3y}, {}};
static u3j_harm _149_two_mix_a[] = {{".2", u3wc_mix, c3y}, {}};
static u3j_harm _149_two_mug_a[] = {{".2", u3wc_mug, c3y}, {}};
static u3j_harm _149_two_dor_a[] = {{".2", u3wc_dor, c3y}, {}};
static u3j_harm _149_two_gor_a[] = {{".2", u3wc_gor, c3y}, {}};
static u3j_harm _149_two_hor_a[] = {{".2", u3wc_hor, c3y}, {}};
static u3j_harm _149_two_vor_a[] = {{".2", u3wc_vor, c3y}, {}};
static u3j_harm _149_two_pow_a[] = {{".2", u3wc_pow, c3y}, {}};
static u3j_harm _149_two_sqt_a[] = {{".2", u3wc_sqt, c3y}, {}};
static u3j_harm _149_two__in_bif_a[] = {{".2", u3wdi_bif}, {}};
static u3j_harm _149_two__in_dif_a[] = {{".2", u3wdi_dif}, {}};
static u3j_harm _149_two__in_gas_a[] = {{".2", u3wdi_gas}, {}};
static u3j_harm _149_two__in_has_a[] = {{".2", u3wdi_has}, {}};
static u3j_harm _149_two__in_mer_a[] = {{".2", u3wdi_mer}, {}};
// static u3j_harm _149_two__in_int_a[] = {{".2", u3wdi_int}, {}};
static u3j_harm _149_two__in_put_a[] = {{".2", u3wdi_put}, {}};
static u3j_harm _149_two__in_tap_a[] = {{".2", u3wdi_tap}, {}};
static u3j_harm _149_two__in_wyt_a[] = {{".2", u3wdi_wyt}, {}};
static u3j_harm _149_two__in_uni_a[] = {{".2", u3wdi_uni}, {}};
static u3j_core _149_two__in_d[] =
{ { "bif", _149_two__in_bif_a },
{ "dif", _149_two__in_dif_a },
{ "gas", _149_two__in_gas_a },
{ "has", _149_two__in_has_a },
{ "mer", _149_two__in_mer_a },
// { "int", _149_two__in_int_a },
{ "put", _149_two__in_put_a },
{ "tap", _149_two__in_tap_a },
{ "wyt", _149_two__in_wyt_a },
{ "uni", _149_two__in_uni_a },
{}
};
static u3j_harm _149_two__by_bif_a[] = {{".2", u3wdb_bif, c3y}, {}};
static u3j_harm _149_two__by_dif_a[] = {{".2", u3wdb_dif, c3y}, {}};
static u3j_harm _149_two__by_gas_a[] = {{".2", u3wdb_gas, c3y}, {}};
static u3j_harm _149_two__by_get_a[] = {{".2", u3wdb_get, c3y}, {}};
static u3j_harm _149_two__by_has_a[] = {{".2", u3wdb_has, c3y}, {}};
// static u3j_harm _149_two__by_int_a[] = {{".2", u3wdb_int, c3y}, {}};
static u3j_harm _149_two__by_put_a[] = {{".2", u3wdb_put, c3y}, {}};
static u3j_harm _149_two__by_tap_a[] = {{".2", u3wdb_tap, c3y}, {}};
// static u3j_harm _149_two__by_uni_a[] = {{".2", u3wdb_uni, c3y}, {}};
static u3j_core _149_two__by_d[] =
{ { "bif", _149_two__by_bif_a },
{ "dif", _149_two__by_dif_a },
{ "gas", _149_two__by_gas_a },
{ "get", _149_two__by_get_a },
{ "has", _149_two__by_has_a },
// { "int", _149_two__by_int_a },
{ "put", _149_two__by_put_a },
{ "tap", _149_two__by_tap_a },
// { "uni", _149_two__by_uni_a },
{}
};
static u3j_harm _149_two_cue_a[] = {{".2", u3we_cue}, {}};
static u3j_harm _149_two_jam_a[] = {{".2", u3we_jam}, {}};
static u3j_harm _149_two_mat_a[] = {{".2", u3we_mat}, {}};
static u3j_harm _149_two_rub_a[] = {{".2", u3we_rub}, {}};
static u3j_core _149_two_d[] =
{ { "tri", 0, _149_tri_d },
{ "flop", _149_two_flop_a },
{ "lent", _149_two_lent_a },
{ "levy", _149_two_levy_a },
{ "lien", _149_two_lien_a },
{ "murn", _149_two_murn_a },
{ "need", _149_two_need_a },
{ "reap", _149_two_reap_a },
{ "reel", _149_two_reel_a },
{ "roll", _149_two_roll_a },
{ "skid", _149_two_skid_a },
{ "skim", _149_two_skim_a },
{ "skip", _149_two_skip_a },
{ "scag", _149_two_scag_a },
{ "slag", _149_two_slag_a },
{ "snag", _149_two_snag_a },
// { "sort", _149_two_sort_a },
{ "turn", _149_two_turn_a },
{ "weld", _149_two_weld_a },
{ "bex", _149_two_bex_a },
{ "xeb", _149_two_xeb_a },
{ "can", _149_two_can_a },
{ "cat", _149_two_cat_a },
{ "cut", _149_two_cut_a },
{ "end", _149_two_end_a },
{ "lsh", _149_two_lsh_a },
{ "met", _149_two_met_a },
{ "rap", _149_two_rap_a },
{ "rip", _149_two_rip_a },
{ "rsh", _149_two_rsh_a },
{ "con", _149_two_con_a },
{ "dis", _149_two_dis_a },
{ "mix", _149_two_mix_a },
{ "mug", _149_two_mug_a },
{ "dor", _149_two_dor_a },
{ "gor", _149_two_gor_a },
{ "hor", _149_two_hor_a },
{ "vor", _149_two_vor_a },
{ "pow", _149_two_pow_a },
{ "sqt", _149_two_sqt_a },
{ "by", 0, _149_two__by_d },
{ "in", 0, _149_two__in_d },
{ "cue", _149_two_cue_a },
{ "jam", _149_two_jam_a },
{ "mat", _149_two_mat_a },
{ "rub", _149_two_rub_a },
};
/* layer one
*/
static u3j_harm _149_one_add_a[] = {{".2", u3wa_add, c3y}, {}};
static u3j_harm _149_one_dec_a[] = {{".2", u3wa_dec, c3y}, {}};
static u3j_harm _149_one_div_a[] = {{".2", u3wa_div, c3y}, {}};
static u3j_harm _149_one_dvr_a[] = {{".2", u3wc_dvr, c3y}, {}};
static u3j_harm _149_one_gte_a[] = {{".2", u3wa_gte, c3y}, {}};
static u3j_harm _149_one_gth_a[] = {{".2", u3wa_gth, c3y}, {}};
static u3j_harm _149_one_lte_a[] = {{".2", u3wa_lte, c3y}, {}};
static u3j_harm _149_one_lth_a[] = {{".2", u3wa_lth, c3y}, {}};
static u3j_harm _149_one_mod_a[] = {{".2", u3wa_mod, c3y}, {}};
static u3j_harm _149_one_mul_a[] = {{".2", u3wa_mul, c3y}, {}};
static u3j_harm _149_one_sub_a[] = {{".2", u3wa_sub, c3y}, {}};
static u3j_harm _149_one_cap_a[] = {{".2", u3wc_cap, c3y}, {}};
static u3j_harm _149_one_peg_a[] = {{".2", u3wc_peg, c3y}, {}};
static u3j_harm _149_one_mas_a[] = {{".2", u3wc_mas, c3y}, {}};
static u3j_core _149_one_d[] =
{ { "two", 0, _149_two_d },
{ "add", _149_one_add_a },
{ "dec", _149_one_dec_a },
{ "div", _149_one_div_a },
{ "dvr", _149_one_dvr_a },
{ "gte", _149_one_gte_a },
{ "gth", _149_one_gth_a },
{ "lte", _149_one_lte_a },
{ "lth", _149_one_lth_a },
{ "mod", _149_one_mod_a },
{ "mul", _149_one_mul_a },
{ "sub", _149_one_sub_a },
{ "cap", _149_one_cap_a },
{ "mas", _149_one_mas_a },
{ "peg", _149_one_peg_a },
{}
};
static u3j_core _k149_d[] =
{ { "one", 0, _149_one_d },
{}
};
static u3j_core _d[] = {
{ "k148", 0, _k148_d},
{ "k149", 0, _k149_d},
{}
};

151749
vere/ivory.c

File diff suppressed because it is too large Load Diff