Home
last modified time | relevance | path

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

/dports/japanese/skkinput3/skkinput-3.0.6/lib/lisp/
H A Dlmachine-inl.h40 ((pLM->m_fCalledInteractively)? 2 : 0)) ; in lispMachineCode_PushState()
63 pLM->m_fCalledInteractively = (valInteractive.m_lValue & 2)? True : False ; in lispMachineCode_PopState()
183 pLM->m_fInteractive = pLM->m_fCalledInteractively ; in lispMachineCode_SetInteractive()
184 pLM->m_fCalledInteractively = fInteractive ; in lispMachineCode_SetInteractive()
208 pLM->m_fCalledInteractively = pLM->m_fInteractive ; in lispMachineCode_UnsetInteractive()
H A Dlmachinep.h108 Boolean m_fCalledInteractively ; member