Home
last modified time | relevance | path

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

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dvariable.h46 SCM_API void scm_i_variable_print (SCM var, SCM port, scm_print_state *pstate);
H A Dvariable.c36 scm_i_variable_print (SCM exp, SCM port, scm_print_state *pstate) in scm_i_variable_print() function
H A Dprint.c607 scm_i_variable_print (exp, port, pstate); in iprin1()
H A DChangeLog-200810682 * variable.c (scm_i_variable_print): Use "value" instead of
10692 (scm_i_variable_print): New.
10694 (variable_print): Renamed to scm_i_variable_print and made
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dvariable.h48 SCM_INTERNAL void scm_i_variable_print (SCM var, SCM port, scm_print_state *pstate);
H A Dvariable.c36 scm_i_variable_print (SCM exp, SCM port, scm_print_state *pstate) in scm_i_variable_print() function
H A Dprint.c689 scm_i_variable_print (exp, port, pstate); in iprin1()
H A DChangeLog-200811129 * variable.c (scm_i_variable_print): Use "value" instead of
11139 (scm_i_variable_print): New.
11141 (variable_print): Renamed to scm_i_variable_print and made
/dports/lang/guile/guile-3.0.7/libguile/
H A Dvariable.h71 SCM_INTERNAL void scm_i_variable_print (SCM var, SCM port, scm_print_state *pstate);
H A Dvariable.c41 scm_i_variable_print (SCM exp, SCM port, scm_print_state *pstate) in scm_i_variable_print() function
H A Dprint.c707 scm_i_variable_print (exp, port, pstate); in iprin1()
H A DChangeLog-200811129 * variable.c (scm_i_variable_print): Use "value" instead of
11139 (scm_i_variable_print): New.
11141 (variable_print): Renamed to scm_i_variable_print and made