Home
last modified time | relevance | path

Searched defs:xsh_ck_replace (Results 1 – 2 of 2) sorted by relevance

/dports/devel/p5-autovivification/autovivification-0.18/xsh/
H A Dops.h57 # define xsh_ck_replace(T, NC, OCP) wrap_op_checker((T), (NC), (OCP)) macro
61 static void xsh_ck_replace(pTHX_ OPCODE type, xsh_check_t new_ck, xsh_check_t *old_ck_p) { in xsh_ck_replace() function
62 #define xsh_ck_replace(T, NC, OCP) xsh_ck_replace(aTHX_ (T), (NC), (OCP)) in xsh_ck_replace() macro
/dports/devel/p5-indirect/indirect-0.39/xsh/
H A Dops.h57 # define xsh_ck_replace(T, NC, OCP) wrap_op_checker((T), (NC), (OCP)) macro
61 static void xsh_ck_replace(pTHX_ OPCODE type, xsh_check_t new_ck, xsh_check_t *old_ck_p) { in xsh_ck_replace() function
62 #define xsh_ck_replace(T, NC, OCP) xsh_ck_replace(aTHX_ (T), (NC), (OCP)) in xsh_ck_replace() macro