Home
last modified time | relevance | path

Searched refs:syms_x (Results 1 – 17 of 17) sorted by relevance

/dports/devel/R-cran-vctrs/vctrs/src/
H A Dtype-date-time.c490 return vctrs_dispatch1(syms_as_date, fns_as_date, syms_x, x); in r_as_date()
497 return vctrs_dispatch2(syms_as_posixct, fns_as_posixct, syms_x, x, syms_tz, tzone); in r_as_posixct()
504 return vctrs_dispatch2(syms_as_posixlt, fns_as_posixlt, syms_x, x, syms_tz, tzone); in r_as_posixlt()
511 return vctrs_dispatch1(syms_date_as_character, fns_date_as_character, syms_x, x); in r_date_as_character()
518 …return vctrs_dispatch2(syms_chr_date_as_posixct, fns_chr_date_as_posixct, syms_x, x, syms_tzone, t… in r_chr_date_as_posixct()
525 …return vctrs_dispatch2(syms_chr_date_as_posixlt, fns_chr_date_as_posixlt, syms_x, x, syms_tzone, t… in r_chr_date_as_posixlt()
H A Dorder-transform.c46 SEXP call = PROTECT(Rf_lang2(syms_chr_transform, syms_x)); in chr_apply_transform()
50 Rf_defineVar(syms_x, x, mask); in chr_apply_transform()
H A Dconditions.c26 syms_x, in stop_incompatible_type()
54 syms_x, in stop_incompatible_size()
H A Dslice.c219 syms_x, x, in vec_slice_fallback()
224 syms_x, x, in vec_slice_fallback()
233 syms_x, x, in vec_slice_dispatch()
238 syms_x, x, in vec_slice_dispatch()
H A Dptype2-dispatch.c61 syms_x, x, in vec_ptype2_default()
136 syms_x, x, in vec_ptype2_dispatch_s3()
H A Dproxy.c132 return vctrs_dispatch1(syms_vec_proxy, method, syms_x, x); in vec_proxy_invoke()
176 return vctrs_dispatch1(vec_proxy_sym, method, syms_x, x); in vec_proxy_invoke_impl()
H A Dslice-chop.c318 Rf_defineVar(syms_x, x, env); in chop_fallback()
326 call = PROTECT(Rf_lang3(syms_vec_slice_dispatch_integer64, syms_x, syms_i)); in chop_fallback()
329 call = PROTECT(Rf_lang3(syms_bracket, syms_x, syms_i)); in chop_fallback()
H A Dtype.c107 return vctrs_dispatch1(syms_vec_ptype, method, syms_x, x); in vec_ptype_invoke()
203 syms_x, x in vec_ptype_finalise_dispatch()
H A Dcast.c140 syms_x, x, in vec_cast_default()
191 syms_x, x, in vec_cast_dispatch_s3()
H A Dnames.c115 return vctrs_dispatch1(syms_names, fns_names, syms_x, x); in vec_names_impl()
683 syms_x, x, in set_rownames_fallback()
693 syms_x, x, in set_names_fallback()
H A Dproxy-restore.c116 syms_x, x, in vec_restore_dispatch()
H A Dutils.c942 syms_x, x); in colnames()
1538 return vctrs_dispatch1(syms_as_data_frame2, fns_as_data_frame2, syms_x, x); in r_as_data_frame()
1790 SEXP syms_x = NULL; variable
2064 syms_x = Rf_install("x"); in vctrs_init_utils()
H A Dslice-assign.c380 syms_x, x, in vec_assign_fallback()
H A Dbind.c493 syms_x, in vec_cbind_frame_ptype()
H A Dutils.h587 extern SEXP syms_x;
H A Dtype-data-frame.c747 syms_x, x, in df_cast_match()
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Deval3.cpp293 { LispObject syms_x, vals_x, specenv_x, w; in progv_fn() local
298 syms_x = vals_x = specenv_x = nil; in progv_fn()
299 syms_x = car(args_x); in progv_fn()
301 RealSave save(args_x, env_x, syms_x, vals_x, specenv_x); in progv_fn()