Home
last modified time | relevance | path

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

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dcompare.c652 # define tail_eP(nx, ny, nk, ctx, fast_body, slow_body) \ macro
670 tail_eP(x, y, k, ctx, goto fast_entry, slow_p(pht, x, y, k, ctx))
672 tail_eP(x, y, k, ctx, fast_p(pht, x, y, k, ctx), goto slow_entry)