Home
last modified time | relevance | path

Searched refs:elt_tail (Results 1 – 3 of 3) sorted by relevance

/dports/lang/ypsilon/ypsilon-0.9.6-update3/src/
H A Dsubr_list.cpp31 scm_obj_t elt_tail = elt; in do_transpose() local
34 CDR(elt_tail) = make_pair(heap, CAR(argv[n]), scm_nil); in do_transpose()
35 elt_tail = CDR(elt_tail); in do_transpose()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dpair.c451 SgObject elt = SG_NIL, elt_tail = SG_NIL; in do_transpose() local
453 SG_APPEND1(elt, elt_tail, SG_CAR(args[0])); in do_transpose()
456 SG_APPEND1(elt, elt_tail, SG_CAR(rest[n])); in do_transpose()
/dports/lang/mosh/mosh-0.2.7/src/
H A DListProcedures.cpp55 Object elt_tail = elt; in do_transpose() local
58 elt_tail.cdr() = Object::cons(argv[n].car(), Object::Nil); in do_transpose()
59 elt_tail = elt_tail.cdr(); in do_transpose()