Lines Matching defs:RUST_NO_RECURSION_LIMIT
81 #define RUST_NO_RECURSION_LIMIT ((unsigned int) -1)
680 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
798 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
891 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
1065 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
1085 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
1124 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
1168 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
1242 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
1386 rdm.recursion = (options & DMGL_NO_RECURSE_LIMIT) ? RUST_NO_RECURSION_LIMIT : 0;