Home
last modified time | relevance | path

Searched refs:r_poke_names (Results 1 – 14 of 14) sorted by relevance

/dports/devel/R-cran-rlang/rlang/src/internal/
H A Denv-binding.c61 r_poke_names(out, nms); in rlang_env_get_list()
104 r_poke_names(out, nms); in rlang_env_has()
209 r_poke_names(old, names); in rlang_env_bind()
H A Dutils.c10 r_poke_names(empty_list, nms); in new_preserved_empty_list()
H A Ddots.c748 r_poke_names(dots, nms); in dots_finalise()
/dports/devel/R-cran-vctrs/vctrs/src/
H A Dbind.c30 r_poke_names(xs, R_NilValue); in vctrs_rbind()
274 r_poke_names(out, names); in as_df_row_impl()
300 r_poke_names(x, nms); in as_df_row_impl()
329 r_poke_names(tmp, tmp_nms); in cbind_names_to()
556 r_poke_names(out, R_NilValue); in shaped_as_df_col()
H A Dtype-data-frame.c241 r_poke_names(x, names); in df_list()
250 r_poke_names(x, names); in df_list()
286 r_poke_names(out, out_names); in df_list_drop_null()
384 r_poke_names(out, out_names); in df_list_splice()
900 r_poke_names(out, out_names); in df_flatten()
938 r_poke_names(x, repaired); in df_repair_names()
H A Dsubscript-loc.c230 r_poke_names(out, nms); in lgl_as_location()
265 r_poke_names(out, recycled_nms); in lgl_as_location()
300 r_poke_names(matched, PROTECT(r_names(subscript))); UNPROTECT(1); in chr_as_location()
H A Dtype-date-time.c283 r_poke_names(out, names); in new_date()
317 r_poke_names(out, names); in new_datetime()
H A Drep.c357 r_poke_names(out, names); in new_unrep_data_frame()
H A Dsubscript.c100 r_poke_names(subscript, orig_names); in vec_as_subscript_opts()
H A Dslice-chop.c196 r_poke_names(elt, elt_names); in chop()
H A Dutils.h320 static inline SEXP r_poke_names(SEXP x, SEXP names) { in r_poke_names() function
/dports/devel/R-cran-rlang/rlang/src/lib/
H A Dattrs.h70 void r_poke_names(sexp* x, sexp* nms) { in r_poke_names() function
H A Dcnd.c134 r_poke_names(cnd, KEEP(new_condition_names(data))); in r_new_condition()
H A Dsquash.c189 r_poke_names(out, nms); in squash()