Home
last modified time | relevance | path

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

/dports/cad/lepton-eda/lepton-eda-1.9.17/liblepton/src/
H A Dscheme_toplevel.c106 return scm_with_fluid (scheme_toplevel_fluid, toplevel, thunk);
/dports/cad/geda/geda-gaf-1.8.2/libgeda/src/
H A Dscheme_toplevel.c91 return scm_with_fluid (scheme_toplevel_fluid, toplevel, thunk);
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dfluids.h71 SCM_API SCM scm_with_fluid (SCM fluid, SCM val, SCM thunk);
H A Dfluids.c444 SCM_DEFINE (scm_with_fluid, "with-fluid*", 3, 0, 0,
H A DChangeLog-20085052 (scm_with_fluid): New.
5056 (scm_with_fluid): New.
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dfluids.h75 SCM_API SCM scm_with_fluid (SCM fluid, SCM val, SCM thunk);
H A Dfluids.c526 scm_with_fluid (SCM fluid, SCM value, SCM thunk) in scm_with_fluid() function
H A DChangeLog-20085499 (scm_with_fluid): New.
5503 (scm_with_fluid): New.
/dports/lang/guile/guile-3.0.7/libguile/
H A Dfluids.h79 SCM_API SCM scm_with_fluid (SCM fluid, SCM val, SCM thunk);
H A Dfluids.c540 scm_with_fluid (SCM fluid, SCM value, SCM thunk) in scm_with_fluid() function
H A DChangeLog-20085499 (scm_with_fluid): New.
5503 (scm_with_fluid): New.
/dports/lang/guile1/guile-1.8.8/doc/ref/
H A Dapi-scheduling.texi603 @deffnx {C Function} scm_with_fluid (fluid, value, thunk)
/dports/lang/guile2/guile-2.2.7/doc/ref/
H A Dapi-control.texi1802 @deffnx {C Function} scm_with_fluid (fluid, value, thunk)
H A Dguile.info-36225 -- C Function: scm_with_fluid (fluid, value, thunk)
/dports/lang/guile/guile-3.0.7/doc/ref/
H A Dapi-control.texi1936 @deffnx {C Function} scm_with_fluid (fluid, value, thunk)
H A Dguile.info-36272 -- C Function: scm_with_fluid (fluid, value, thunk)
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog21500 * libguile/fluids.c (scm_with_fluid): Rename from scm_with_fluids, and