Home
last modified time | relevance | path

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

/dports/japanese/skkinput3/skkinput-3.0.6/lib/lisp/
H A Dstsimple.c417 register TLispEntity* pEntKRYP ; in lispMachine_killRegion() local
434 pEntKRYP = lispMgr_GetReservedEntity (pLispMgr, LISPMGR_INDEX_KILL_RING_YANK_POINTER) ; in lispMachine_killRegion()
486 lispMachine_SetCurrentSymbolValue (pLM, pEntKRYP, pEntKilledText) ; in lispMachine_killRegion()
508 register TLispEntity* pEntKRYP ; in lispMachine_currentKill() local
514 pEntKRYP= lispMgr_GetReservedEntity (pLispMgr, LISPMGR_INDEX_KILL_RING_YANK_POINTER) ; in lispMachine_currentKill()
515 assert (pEntKR != NULL && pEntKRYP != NULL) ; in lispMachine_currentKill()
516 lispMachine_GetCurrentSymbolValue (pLM, pEntKRYP, &pValKRYP) ; in lispMachine_currentKill()
537 lispMachine_SetCurrentSymbolValue (pLM, pEntKRYP, pValKR) ; in lispMachine_currentKill()