Home
last modified time | relevance | path

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

/dports/lang/gauche/Gauche-0.9.10/src/
H A Ddispatch.c128 ScmObj nonleaves; /* list of matching non-leaf methods */ member
176 if (SCM_NULLP(e->nonleaves)) return e->leaves; in mhash_probe()
205 ntail = e->nonleaves; in mhash_insert_1()
217 e->nonleaves = SCM_METHOD_LEAF_P(m) ? ntail : Scm_Cons(SCM_OBJ(m), ntail); in mhash_insert_1()
261 ScmObj mn = e->nonleaves; in mhash_delete()
281 e->nonleaves = mn; in mhash_delete()
306 Scm_Printf(out, " NonLeaves:%S\n", e->nonleaves); in mhash_print()