Home
last modified time | relevance | path

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

/dports/devel/R-cran-rlang/rlang/src/lib/
H A Dcnd.h29 enum r_condition_type { enum
37 enum r_condition_type r_cnd_type(sexp* cnd);
H A Dcnd.c186 enum r_condition_type r_cnd_type(sexp* cnd) { in r_cnd_type()
/dports/devel/R-cran-rlang/rlang/src/export/
H A Dexported.c21 enum r_condition_type type = r_cnd_type(cnd); in rlang_cnd_type()