Searched refs:vmList (Results 1 – 2 of 2) sorted by relevance
171 ficlFreeVM(pSys->vmList); in ficlInitSystemEx()256 pVM->link = pSys->vmList; in ficlNewVM()261 pSys->vmList = pVM; in ficlNewVM()276 FICL_VM *pList = pSys->vmList; in ficlFreeVM()280 if (pSys->vmList == pVM) in ficlFreeVM()282 pSys->vmList = pSys->vmList->link; in ficlFreeVM()672 while (pSys->vmList != NULL) in ficlTermSystem()674 FICL_VM *pVM = pSys->vmList; in ficlTermSystem()675 pSys->vmList = pSys->vmList->link; in ficlTermSystem()
845 FICL_VM *vmList; member