Home
last modified time | relevance | path

Searched refs:SCM_ENVIRONMENT_CELL (Results 1 – 2 of 2) sorted by relevance

/dports/lang/guile1/guile-1.8.8/libguile/
H A Denvironments.c338 location = SCM_ENVIRONMENT_CELL (env, sym, scm_is_true (for_write));
363 return SCM_ENVIRONMENT_CELL (env, sym, for_write); in scm_c_environment_cell()
1140 SCM location = SCM_ENVIRONMENT_CELL (source_env, sym, 1); in eval_environment_lookup()
1178 SCM location = SCM_ENVIRONMENT_CELL (source_env, sym, for_write); in eval_environment_lookup()
1732 return SCM_ENVIRONMENT_CELL (resolve, sym, for_write); in import_environment_cell()
1738 return SCM_ENVIRONMENT_CELL (owner, sym, for_write); in import_environment_cell()
2038 return SCM_ENVIRONMENT_CELL (body->private, sym, for_write); in export_environment_cell()
H A Denvironments.h84 #define SCM_ENVIRONMENT_CELL(env, symbol, for_write) \ macro