Home
last modified time | relevance | path

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

/dports/japanese/skkinput3/skkinput-3.0.6/lib/lisp/
H A Dlispmgr.c128 pLispMgr->m_apEntReserved [i] = NULL ; in TLispMgr_Create()
258 pLispMgr->m_apEntReserved [i] = pEntity ; in lispMgr_initialize()
276 pEntity = pLispMgr->m_apEntReserved [rnDefaultBufferSymbols [i]] ; in lispMgr_initialize()
H A Dlentity-inl.h93 assert (pLispMgr->m_apEntReserved [nIndex] != NULL) ; in lispMgr_GetReservedEntity()
94 return pLispMgr->m_apEntReserved [nIndex] ; in lispMgr_GetReservedEntity()
104 *ppEntReturn = pLispMgr->m_apEntReserved [LISPMGR_INDEX_NIL] ; in lispMgr_CreateNil()
115 *ppEntReturn = pLispMgr->m_apEntReserved [LISPMGR_INDEX_T] ; in lispMgr_CreateT()
H A Dlmcode.c325 pEntNil = pLispMgr->m_apEntReserved [LISPMGR_INDEX_NIL] ; in lispMachineCode_ResetException()
407 pEntNil = pLispMgr->m_apEntReserved [LISPMGR_INDEX_NIL] ; in lispMachineCode_ResetSignal()
H A Dlispmgrp.h144 struct tagTLispEntity* m_apEntReserved [LISPMGR_SIZE_RESERVED] ; member