Home
last modified time | relevance | path

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

/dports/lang/gauche/Gauche-0.9.10/src/
H A Dlibalpha.scm143 [(SCM_MVBOXP b) (return (Scm_ValuesFromArray (SCM_MVBOX_VALUES b)
161 (set! (aref (SCM_MVBOX_VALUES b) i) (SCM_CAR vs))))]
179 (return (aref (SCM_MVBOX_VALUES b) i))]
191 (set! (aref (SCM_MVBOX_VALUES b) i) val)]
H A Dbox.c109 ScmObj *vs = SCM_MVBOX_VALUES(obj); in mvbox_print()
H A Dlibalpha.c1318 SCM_MVBOXP(b)){{SCM_RESULT=(Scm_ValuesFromArray(SCM_MVBOX_VALUES(b), in libalphaunbox()
1359 (SCM_MVBOX_VALUES(b))[i]=(SCM_CAR(vs));}}} else { in libalphaset_boxX()
1423 {SCM_RESULT=((SCM_MVBOX_VALUES(b))[i]);goto SCM_STUB_RETURN;}} else { in libalphaunbox_value()
1463 (SCM_MVBOX_VALUES(b))[i]=(val);} else { in libalphaset_box_valueX()
H A Dgauche.h711 #define SCM_MVBOX_VALUES(obj) (SCM_MVBOX(obj)->values) macro