Home
last modified time | relevance | path

Searched refs:rlang_is_quosure (Results 1 – 9 of 9) sorted by relevance

/dports/devel/R-cran-rlang/rlang/src/internal/
H A Dquo.c16 bool rlang_is_quosure(sexp* x) { in rlang_is_quosure() function
21 if (!rlang_is_quosure(quo)) { in check_quosure()
H A Dquo.h6 bool rlang_is_quosure(sexp* x);
H A Dexpr-interp.h71 if (rlang_is_quosure(x)) { in forward_quosure()
H A Darg.c47 if (rlang_is_quosure(expr)) { in rlang_ensym()
H A Deval-tidy.c399 if (!rlang_is_quosure(tilde)) { in rlang_tilde_eval()
498 if (rlang_is_quosure(expr)) { in rlang_eval_tidy()
H A Denv-binding.c268 if (rlang_is_quosure(expr)) { in env_poke_lazy()
H A Dexpr-interp.c346 if (rlang_is_quosure(subscript)) { in call_interp_impl()
H A Ddots.c169 if (rlang_is_quosure(lhs)) { in def_unquote_name()
/dports/devel/R-cran-rlang/rlang/src/export/
H A Dinit.c13 extern bool rlang_is_quosure(sexp*);
368 r_register_c_callable("rlang", "rlang_is_quosure", (r_fn_ptr) &rlang_is_quosure); in R_init_rlang()