Searched refs:FPos (Results 1 – 4 of 4) sorted by relevance
1275 UINTN FPos; in HBufferImageDoBackspace() local1290 …FPos = (HBufferImage.BufferPosition.Row - 1) * 0x10 + HBufferImage.BufferPosition.Column - … in HBufferImageDoBackspace()1300 HBufferImageDeleteCharacterFromBuffer (FPos - 1, 1, NULL); in HBufferImageDoBackspace()2132 UINTN FPos; in HBufferImageDoDelete() local2134 …FPos = (HBufferImage.BufferPosition.Row - 1) * 0x10 + HBufferImage.BufferPosition.Column - … in HBufferImageDoDelete()2152 HBufferImageDeleteCharacterFromBuffer (FPos, 1, NULL); in HBufferImageDoDelete()
676 UINTN FPos; in HMainCommandPaste() local699 …FPos = 0x10 * (HMainEditor.BufferImage->BufferPosition.Row - 1) + HMainEditor.BufferImage->BufferP… in HMainCommandPaste()701 HBufferImageAddCharacterToBuffer (FPos, Count, Buffer); in HMainCommandPaste()
1300 FILE_POSITION FPos; in SFPGetGuid() local1313 GetFilePosition (&FPos); in SFPGetGuid()1429 SetFilePosition (&FPos); in SFPGetGuid()
1281 FILE_POSITION FPos; in SFPGetGuid() local1294 GetFilePosition (&FPos); in SFPGetGuid()1410 SetFilePosition (&FPos); in SFPGetGuid()