Home
last modified time | relevance | path

Searched refs:MAX_REC_DEPTH (Results 1 – 4 of 4) sorted by relevance

/dports/games/ldmud/ldmud-3.3.720/mud/sticklib/src/
H A Dinterpret.c.diff11 +#define MAX_REC_DEPTH 8
15 + static char *rec_stack[MAX_REC_DEPTH];
82 + rec_count < MAX_REC_DEPTH) {
/dports/math/palp/palp-2.20/
H A DSubpoly.h26 #define MAX_REC_DEPTH 16383 /* present "dirty fix" workes till 128^2-1 */ macro
H A DSubadd.c361 assert(L->rd <= MAX_REC_DEPTH); in Write_Bin_File()
H A DSubdb.c484 assert(rd <= MAX_REC_DEPTH); printf("rd=%d: ",rd); in Check_NF_Order()