Home
last modified time | relevance | path

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

/dports/science/latte/LATTE-1.2.2/src/
H A Dmofit_plato.F9041 REAL(LATTEPREC) :: DOTMAX, DOT, MYNORM, DOTSUM local
228 DOTMAX = -1000.0D0
241 …IF (DOT .GT. DOTMAX .AND. EVALS(I)*DFTMO(J) .GT. ZERO) THEN ! We want the one with the max dot pro…
242 DOTMAX = DOT
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/bltins/
H A Dsource.c40 #define DOTMAX MAXDEPTH // maximum level of . nesting -- same as path recursion max macro
92 if (shp->dot_depth + 1 > DOTMAX) { in b_source()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/bltins/
H A Dmisc.c49 #define DOTMAX MAXDEPTH /* maximum level of . nesting */ macro
234 if(shp->dot_depth+1 > DOTMAX) in b_dot_cmd()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/bltins/
H A Dmisc.c49 #define DOTMAX MAXDEPTH /* maximum level of . nesting */ macro
234 if(shp->dot_depth+1 > DOTMAX) in b_dot_cmd()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/bltins/
H A Dmisc.c49 #define DOTMAX MAXDEPTH /* maximum level of . nesting */ macro
234 if(shp->dot_depth+1 > DOTMAX) in b_dot_cmd()