Home
last modified time | relevance | path

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

/dports/math/gap/gap-4.11.0/src/
H A Dmodules.c89 static Int NrImportedGVars; variable
720 if (NrImportedGVars == 1024) { in ImportGVarFromLibrary()
724 ImportedGVars[NrImportedGVars].name = name; in ImportGVarFromLibrary()
725 ImportedGVars[NrImportedGVars].address = address; in ImportGVarFromLibrary()
726 NrImportedGVars++; in ImportGVarFromLibrary()
767 for (i = 0; i < NrImportedGVars; i++) { in FuncExportToKernelFinished()
918 NrImportedGVars = 0; in ModulesSetup()