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

/ast/src/cmd/ksh93/include/
H A Dpath.h48 #define MAXDEPTH (sizeof(char*)==2?64:1024) /* maximum recursion depth*/ macro
/ast/src/cmd/cs/vcs_src/
H A Dvcs_search.c103 char* elist[MAXDEPTH+1];
104 rdirent_t* tbl[MAXDEPTH+1];
122 elist[num=chop(s, elist, MAXDEPTH, ';')] = NULL;
H A Dvcs_rscs.h31 #define MAXDEPTH 50 macro
/ast/src/cmd/tw/
H A Dfind.c133 DAYSTART, MAXDEPTH, MINDEPTH, NOLEAF, EMPTY, enumerator in enum:Command
351 "maxdepth", MAXDEPTH, Num, 0, "level", 0,
1311 case MAXDEPTH:
/ast/src/cmd/ksh93/bltins/
H A Dmisc.c49 #define DOTMAX MAXDEPTH /* maximum level of . nesting */
/ast/src/cmd/ksh93/sh/
H A Dxec.c3401 if(shp->fn_depth++ > MAXDEPTH)

Completed in 28 milliseconds