Home
last modified time | relevance | path

Searched refs:checkingInProgress (Results 1 – 2 of 2) sorted by relevance

/dports/math/R/R-4.1.2/src/main/
H A Deval.c7993 static Rboolean checkingInProgress = FALSE; in R_checkConstants() local
7996 if (checkingInProgress) in R_checkConstants()
8005 cntxt.cenddata = &checkingInProgress; in R_checkConstants()
8007 checkingInProgress = TRUE; in R_checkConstants()
8024 checkingInProgress = FALSE; in R_checkConstants()
/dports/math/libRmath/R-4.1.1/src/main/
H A Deval.c7993 static Rboolean checkingInProgress = FALSE; in R_checkConstants() local
7996 if (checkingInProgress) in R_checkConstants()
8005 cntxt.cenddata = &checkingInProgress; in R_checkConstants()
8007 checkingInProgress = TRUE; in R_checkConstants()
8024 checkingInProgress = FALSE; in R_checkConstants()