Home
last modified time | relevance | path

Searched refs:MAXDEPTH (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_006_pos.ksh82 typeset -i MAXDEPTH=3
86 while (( depth < MAXDEPTH )); do
103 (( depth == MAXDEPTH )) && \
116 (( depth == MAXDEPTH )) && \
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dpath.h48 #define MAXDEPTH (sizeof(char*)==2?64:1024) /* maximum recursion depth*/ macro
/illumos-gate/usr/src/cmd/find/
H A Dfind.c90 IREGEX, LINKS, LOCAL, LPAREN, LS, MAXDEPTH, MINDEPTH, MMIN, MOUNT, enumerator
137 "-maxdepth", MAXDEPTH, Num,
463 if (((argp->action == MAXDEPTH) || in compile()
470 (argp->action == MAXDEPTH) ? in compile()
755 case MAXDEPTH: in compile()
1154 case MAXDEPTH: in execute()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dmisc.c49 #define DOTMAX MAXDEPTH /* maximum level of . nesting */
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c3420 if(shp->fn_depth++ > MAXDEPTH) in sh_funscope()