Home
last modified time | relevance | path

Searched refs:scm_cdddr (Results 1 – 19 of 19) sorted by relevance

/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dcairo.cc570 exps = scm_cdddr (exps); in path()
576 exps = scm_cdddr (exps); in path()
582 exps = scm_cdddr (exps); in path()
588 exps = scm_cdddr (exps); in path()
597 from_scm<Real> (scm_cadddr (scm_cdddr (exps)))); in path()
598 exps = scm_cddddr (scm_cdddr (exps)); in path()
607 from_scm<Real> (scm_cadddr (scm_cdddr (exps)))); in path()
608 exps = scm_cddddr (scm_cdddr (exps)); in path()
H A Dstencil-integral.cc391 expr = scm_cdddr (expr); in all_commands_to_absolute_and_group()
399 expr = scm_cdddr (expr); in all_commands_to_absolute_and_group()
411 expr = scm_cdddr (expr); in all_commands_to_absolute_and_group()
423 expr = scm_cdddr (expr); in all_commands_to_absolute_and_group()
716 SCM orig = scm_car (scm_cdddr (expr)); in interpret_stencil_for_skyline()
H A Dgrob.cc188 scm_is_pair (scm_cdddr (color)) in get_print_stencil()
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dgh_list.c158 return scm_cdddr (x); in gh_cdddr()
H A Dpairs.h126 #define scm_cdddr(x) scm_i_chase_pairs ((x), SCM_I_DDD_PAT) macro
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dstencil-integral.cc382 expr = scm_cdddr (expr); in all_commands_to_absolute_and_group()
390 expr = scm_cdddr (expr); in all_commands_to_absolute_and_group()
402 expr = scm_cdddr (expr); in all_commands_to_absolute_and_group()
414 expr = scm_cdddr (expr); in all_commands_to_absolute_and_group()
707 SCM orig = scm_car (scm_cdddr (expr)); in interpret_stencil_for_skyline()
/dports/lang/qscheme/qscheme-0.5.1/
H A Dlist.c116 SOBJ scm_cdddr(SOBJ l) { return(internal_cxr(l, "Xddd")); } in scm_cdddr() function
532 scm_add_cprim("cdddr" , scm_cdddr , 1); in scm_init_list()
H A Dsproto.h200 SOBJ scm_cdddr (SOBJ l );
/dports/lang/guile/guile-3.0.7/libguile/
H A Dpairs.c163 SCM_DEFINE (scm_cdddr, "cdddr", 1, 0, 0, (SCM x), "")
H A Dpairs.h235 SCM_API SCM scm_cdddr (SCM x);
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dpairs.c163 SCM_DEFINE (scm_cdddr, "cdddr", 1, 0, 0, (SCM x), "")
H A Dpairs.h212 SCM_API SCM scm_cdddr (SCM x);
H A Dread.c515 for (tl = scm_cdddr (ans); ; tl = scm_cddr (tl)) in scm_read_sexp()
/dports/lang/guile1/guile-1.8.8/doc/ref/
H A Dapi-compound.texi162 @deffnx {C Function} scm_cdddr (pair)
/dports/lang/guile2/guile-2.2.7/doc/ref/
H A Dguile.info-24344 -- C Function: scm_cdddr (pair)
H A Dapi-data.texi5695 @deffnx {C Function} scm_cdddr (pair)
/dports/lang/guile/guile-3.0.7/doc/ref/
H A Dguile.info-24357 -- C Function: scm_cdddr (pair)
H A Dapi-data.texi5712 @deffnx {C Function} scm_cdddr (pair)
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog17262 scm_cdadr, scm_cddar, scm_cdddr, scm_caaaar, scm_caaadr, scm_caadar,