Home
last modified time | relevance | path

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

/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/bltins/
H A Dhist.c34 #define HIST_RECURSE 5 macro
269 if(shp->hist_depth++ > HIST_RECURSE) in b_hist()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/bltins/
H A Dhist.c34 #define HIST_RECURSE 5 macro
247 if(shp->hist_depth++ > HIST_RECURSE) in b_hist()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/bltins/
H A Dhist.c34 #define HIST_RECURSE 5 macro
269 if(shp->hist_depth++ > HIST_RECURSE) in b_hist()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/bltins/
H A Dhist.c47 #define HIST_RECURSE 5 macro
286 if (shp->hist_depth++ > HIST_RECURSE) { in b_hist()