Home
last modified time | relevance | path

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

/dports/lang/racket/racket-8.3/src/bc/src/
H A Deval.c1320 return scheme_compose_continuation(c, num_rands, value); in scheme_jump_to_continuation()
H A Dschpriv.h2032 Scheme_Object *scheme_compose_continuation(Scheme_Cont *c, int num_rands, Scheme_Object *value);
H A Dfun.c7423 Scheme_Object *scheme_compose_continuation(Scheme_Cont *cont, int num_rands, Scheme_Object *value) in scheme_compose_continuation() function
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Deval.c1320 return scheme_compose_continuation(c, num_rands, value); in scheme_jump_to_continuation()
H A Dschpriv.h2032 Scheme_Object *scheme_compose_continuation(Scheme_Cont *c, int num_rands, Scheme_Object *value);
H A Dfun.c7423 Scheme_Object *scheme_compose_continuation(Scheme_Cont *cont, int num_rands, Scheme_Object *value) in scheme_compose_continuation() function