Home
last modified time | relevance | path

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

/dports/lang/gauche/Gauche-0.9.10/src/
H A Dread.c281 static void ref_push(ScmReadContext *ctx, ScmObj obj, ScmObj finisher) in ref_push() function
963 if (has_ref) ref_push(ctx, r, SCM_FALSE); in read_list()
976 if (has_ref) ref_push(ctx, r, SCM_FALSE); in read_vector()
995 if (SCM_READ_REFERENCE_P(item)) ref_push(ctx, SCM_CDR(r), SCM_FALSE); in read_quoted()
1615 if (has_ref) ref_push(ctx, r, SCM_CDR(e)); in process_sharp_comma()
/dports/japanese/libslang/slang-1.4.5jp2/src/
H A Dsltypes.c536 static int ref_push (unsigned char type, VOID_STAR ptr) in ref_push() function
936 cl->cl_push = ref_push; in _SLregister_types()
/dports/devel/libslang2/slang-2.3.2/src/
H A Dsltypes.c585 static int ref_push (SLtype type, VOID_STAR ptr) in ref_push() function
1054 cl->cl_push = ref_push; in _pSLregister_types()