Home
last modified time | relevance | path

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

/dports/math/calc/calc-2.14.0.14/
H A Dvalue.c121 protecttodepth(VALUE *vp, int sts, int depth) in protecttodepth() function
150 protecttodepth(vq++, sts, depth - 1); in protecttodepth()
154 protecttodepth(&ep->e_value, sts, depth - 1); in protecttodepth()
160 protecttodepth(vq++, sts, depth - 1); in protecttodepth()
165 protecttodepth(assocfindex(ap, i), sts, depth - 1); in protecttodepth()
H A Dvalue.h252 E_FUNC void protecttodepth(VALUE *, int, int);
H A Dfunc.c6191 protecttodepth(v1, i, depth); in f_protect()