1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- SCM_API SCM scm_make_variable (SCM init)
- SCM_API SCM scm_make_undefined_variable (void)
- SCM_API SCM scm_variable_p (SCM obj)
- SCM_API SCM scm_variable_ref (SCM var)
- SCM_API SCM scm_variable_set_x (SCM var, SCM val)
- SCM_API SCM scm_variable_unset_x (SCM var)
- SCM_API SCM scm_variable_bound_p (SCM var)
- SCM_INTERNAL void scm_i_variable_print (SCM var, SCM port, scm_print_state *pstate)
- SCM_INTERNAL void scm_init_variable (void)
|