Home
last modified time | relevance | path

Searched refs:Sg_Append (Results 1 – 4 of 4) sorted by relevance

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/sagittarius/
H A Dlists.h87 SG_EXTERN SgObject Sg_Append(SgObject args);
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dpair.c257 SgObject Sg_Append(SgObject args) in Sg_Append() function
H A Dlib_core.stub480 (define-c-proc append (:rest lst) :no-side-effect (inline APPEND) Sg_Append)
H A Dlib_core.c4114 SG_RESULT=(Sg_Append(lst)); in core_append()