Home
last modified time | relevance | path

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

/dports/lang/chibi-scheme/chibi-scheme-0.10/
H A Dmain.c166 if (res != sexp_global(ctx, SEXP_G_OOS_ERROR)) in repl()
H A Dvm.c883 return sexp_global(ctx, SEXP_G_OOS_ERROR); in sexp_restore_stack()
1023 _ARG1 = sexp_global(ctx, SEXP_G_OOS_ERROR); \
H A Dsexp.c550 …sexp_global(ctx, SEXP_G_OOS_ERROR) = sexp_user_exception(ctx, SEXP_FALSE, "out of stack space", SE… in sexp_init_context_globals()
/dports/lang/chibi-scheme/chibi-scheme-0.10/include/chibi/
H A Dsexp.h1539 SEXP_G_OOS_ERROR, /* out of stack exception object */ enumerator