Home
last modified time | relevance | path

Searched refs:scm_value (Results 1 – 7 of 7) sorted by relevance

/dports/lang/guile2/guile-2.2.7/test-suite/standalone/
H A Dtest-smob-mark.c34 SCM scm_value; member
59 c_x->scm_value = scm_from_int (i); in make_x()
70 scm_gc_mark (c_x->scm_value); in mark_x()
93 scm_write (c_x->scm_value, port); in print_x()
/dports/lang/guile/guile-3.0.7/test-suite/standalone/
H A Dtest-smob-mark.c35 SCM scm_value; member
60 c_x->scm_value = scm_from_int (i); in make_x()
71 scm_gc_mark (c_x->scm_value); in mark_x()
94 scm_write (c_x->scm_value, port); in print_x()
/dports/net/gnu-radius/radius-1.6.1/radscm/
H A Drscm_lib.c72 SCM scm_attr, scm_value; in radscm_avp_to_cons() local
82 scm_value = scm_makfrom0str(pair->avp_strvalue); in radscm_avp_to_cons()
85 scm_value = scm_from_long(pair->avp_lvalue); in radscm_avp_to_cons()
88 scm_value = scm_from_ulong(pair->avp_lvalue); in radscm_avp_to_cons()
94 return scm_cons(scm_attr, scm_value); in radscm_avp_to_cons()
/dports/finance/gnucash/gnucash-4.9/libgnucash/app-utils/
H A Doption-util.c2275 SCM scm_value; in gnc_option_db_set_number_option() local
2284 scm_value = gnc_option_valid_value (option, scm_value); in gnc_option_db_set_number_option()
2285 if (scm_value == SCM_UNDEFINED) in gnc_option_db_set_number_option()
2292 scm_call_1 (setter, scm_value); in gnc_option_db_set_number_option()
2315 SCM scm_value; in gnc_option_db_set_boolean_option() local
2322 scm_value = SCM_BOOL(value); in gnc_option_db_set_boolean_option()
2324 scm_value = gnc_option_valid_value (option, scm_value); in gnc_option_db_set_boolean_option()
2325 if (scm_value == SCM_UNDEFINED) in gnc_option_db_set_boolean_option()
2355 SCM scm_value; in gnc_option_db_set_string_option() local
2365 scm_value = SCM_BOOL_F; in gnc_option_db_set_string_option()
[all …]
/dports/mail/mailutils/mailutils-3.13/libmu_scm/
H A Dmu_message.c553 SCM scm_name, scm_value, scm_new; variable
571 scm_value = scm_from_locale_string (value);
573 scm_new = scm_cons (scm_cons (scm_name, scm_value), SCM_EOL);
/dports/print/lilypond/lilypond-2.22.1/Documentation/en/contributor/
H A Dprogramming-work.itexi2142 scm_string_p (scm_value) == SCM_BOOL_T
2162 scm_is_string (scm_value)
2169 (scm_is_true (scm_list_p (scm_value)) && scm_value != SCM_EOL)
2175 scm_is_pair (scm_value)
/dports/print/lilypond-devel/lilypond-2.23.5/Documentation/en/contributor/
H A Dprogramming-work.itexi2260 scm_string_p (scm_value) == SCM_BOOL_T
2280 scm_is_string (scm_value)
2287 (scm_is_true (scm_list_p (scm_value)) && scm_value != SCM_EOL)
2293 scm_is_pair (scm_value)