Searched refs:MAXDEPTH (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dlockf.h111 #define MAXDEPTH 50 macro
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/include/
H A Dpath.h48 #define MAXDEPTH (sizeof(char*)==2?64:1024) /* maximum recursion depth*/ macro
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dhashtable.c524 #define MAXDEPTH 7 macro
531 int chainlen[MAXDEPTH + 1];
546 if (tmpcount >= MAXDEPTH)
547 chainlen[MAXDEPTH]++;
553 for (i = 0; i < MAXDEPTH; i++)
555 printf("number of hash values with chain of length %d+ : %4d\n", MAXDEPTH, chainlen[MAXDEPTH]);
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/bltins/
H A Dmisc.c49 #define DOTMAX MAXDEPTH /* maximum level of . nesting */
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmupad.vim37 syn keyword mupadSpecial MAXLEVEL MAXDEPTH ORDER
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_lockf.c85 static int maxlockdepth = MAXDEPTH;
498 * involve us. MAXDEPTH is set just to make sure we
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dxec.c3197 if(shp->fn_depth++ > MAXDEPTH)

Completed in 259 milliseconds