Searched refs:vmList (Results 1 – 2 of 2) sorted by relevance
172 ficlFreeVM(pSys->vmList); in ficlInitSystemEx()257 pVM->link = pSys->vmList; in ficlNewVM()262 pSys->vmList = pVM; in ficlNewVM()277 FICL_VM *pList = pSys->vmList; in ficlFreeVM()281 if (pSys->vmList == pVM) in ficlFreeVM()283 pSys->vmList = pSys->vmList->link; in ficlFreeVM()673 while (pSys->vmList != NULL) in ficlTermSystem()675 FICL_VM *pVM = pSys->vmList; in ficlTermSystem()676 pSys->vmList = pSys->vmList->link; in ficlTermSystem()
846 FICL_VM *vmList; member