Searched refs:nBufferTop (Results 1 – 3 of 3) sorted by relevance
/dports/japanese/skkinput3/skkinput-3.0.6/lib/lisp/ |
H A D | stsimple.c | 65 int nBufferTop, nBufferEnd ; in lispMachineState_SetMark() local 76 lispBuffer_PointBufferTop (pLispMgr, pEntBuffer, &nBufferTop) ; in lispMachineState_SetMark() 78 if (nPOS < nBufferTop) in lispMachineState_SetMark() 79 nPOS = nBufferTop ; in lispMachineState_SetMark() 146 int nBufferTop, nBufferEnd, nLength ; in lispMachineState_CountLines() local 168 lispBuffer_PointBufferTop (pLispMgr, pEntCurBuffer, &nBufferTop) ; in lispMachineState_CountLines() 170 if (nEnd < nBufferTop || nStart> nEnd || nStart > nBufferEnd) { in lispMachineState_CountLines() 175 TBufStringMarker_Forward (&mk, nStart - nBufferTop) ; in lispMachineState_CountLines()
|
H A D | lbuffer.c | 496 int nBufferTop, nBufferEnd ; in lispBuffer_SetPrompt() local 506 lispBuffer_PointBufferTop (pLispMgr, pEntBuffer, &nBufferTop) ; in lispBuffer_SetPrompt() 510 if (TFAILED (TBufString_SolveMarker (&pBuffer->m_Text, nBufferTop - 1, &mk))) { in lispBuffer_SetPrompt() 523 lispBuffer_MoveMarkerWithInsertion (pLispMgr, pEntBuffer, nBufferTop - 1, nString) ; in lispBuffer_SetPrompt() 728 int nBufferTop, nBufferLast ; in lispBuffer_Narrow() local 739 if (TFAILED (lispBuffer_getMarkerPosition (pLispMgr, pEntBuffer, MARKER_BTOP, &nBufferTop)) || in lispBuffer_Narrow() 743 if (nStartPos < nBufferTop || nEndPos > nBufferLast) in lispBuffer_Narrow() 761 int nBufferTop, nBufferLast ; in lispBuffer_Widen() local 768 if (TFAILED (lispBuffer_getMarkerPosition (pLispMgr, pEntBuffer, MARKER_BTOP, &nBufferTop)) || in lispBuffer_Widen() 774 …r_SetBufferPosition (pLispMgr, pBuffer->m_apMustMarkers [MARKER_ETOP], pEntBuffer, nBufferTop)) || in lispBuffer_Widen()
|
H A D | stbuffer.c | 950 int nBufferTop, nBufferEnd ; in lispMachineState_Widen() local 959 lispBuffer_PointBufferTop (pLispMgr, pEntBuffer, &nBufferTop) ; in lispMachineState_Widen() 961 if (TFAILED (lispBuffer_Narrow (pLispMgr, pEntBuffer, nBufferTop, nBufferEnd))) { in lispMachineState_Widen()
|