Searched refs:BufferType (Results 1 – 11 of 11) sorted by relevance
234 if (HMainEditor.BufferImage->BufferType != FileTypeFileBuffer) { in HMainCommandSaveBuffer()277 HMainEditor.BufferImage->BufferType in HMainCommandSaveBuffer()786 HMainEditor.BufferImage->BufferType in HMainCommandExit()826 EDIT_FILE_TYPE BufferType; in HMainCommandOpenFile() local828 BufferType = HMainEditor.BufferImage->BufferType; in HMainCommandOpenFile()901 HMainEditor.BufferImage->BufferType in HMainCommandOpenFile()908 …Editor.BufferImage->BufferType == FileTypeFileBuffer?HMainEditor.BufferImage->FileImage->FileName:… in HMainCommandOpenFile()909 HMainEditor.BufferImage->BufferType, in HMainCommandOpenFile()914 …nEditor.BufferImage->BufferType == FileTypeDiskBuffer?HMainEditor.BufferImage->DiskImage->Offset:H… in HMainCommandOpenFile()915 …nEditor.BufferImage->BufferType == FileTypeDiskBuffer?HMainEditor.BufferImage->DiskImage->Size :H… in HMainCommandOpenFile()[all …]
108 IN EDIT_FILE_TYPE BufferType,133 IN EDIT_FILE_TYPE BufferType
209 HBufferImage.BufferType = FileTypeFileBuffer; in HFileImageRead()277 BufferTypeBackup = HBufferImage.BufferType; in HFileImageSave()278 HBufferImage.BufferType = FileTypeFileBuffer; in HFileImageSave()
157 HBufferImageBackupVar.BufferType = HBufferImage.BufferType; in HBufferImageBackup()167 switch (HBufferImage.BufferType) { in HBufferImageBackup()917 IN EDIT_FILE_TYPE BufferType, in HBufferImageRead() argument928 HBufferImage.BufferType = BufferType; in HBufferImageRead()936 BufferTypeBackup = HBufferImage.BufferType; in HBufferImageRead()938 switch (BufferType) { in HBufferImageRead()957 HBufferImage.BufferType = BufferTypeBackup; in HBufferImageRead()984 IN EDIT_FILE_TYPE BufferType in HBufferImageSave() argument994 BufferTypeBackup = HBufferImage.BufferType; in HBufferImageSave()996 switch (HBufferImage.BufferType) { in HBufferImageSave()[all …]
193 HBufferImage.BufferType = FileTypeMemBuffer; in HMemImageRead()308 HBufferImage.BufferType = FileTypeMemBuffer; in HMemImageSave()
104 EDIT_FILE_TYPE BufferType; member
185 HBufferImage.BufferType = FileTypeDiskBuffer; in HDiskImageRead()359 HBufferImage.BufferType = FileTypeDiskBuffer; in HDiskImageSave()
36 BufferType = buffer variable
5856 - BufferTypeBackup = HBufferImage.BufferType;5857 HBufferImage.BufferType = MEM_BUFFER;5873 - BufferTypeBackup = HBufferImage.BufferType;5874 HBufferImage.BufferType = MEM_BUFFER;6043 switch (HMainEditor.BufferImage->BufferType) {6093 - BufferTypeBackup = HBufferImage.BufferType;6094 HBufferImage.BufferType = DISK_BUFFER;6130 - BufferTypeBackup = HBufferImage.BufferType;6131 HBufferImage.BufferType = DISK_BUFFER;
2164 switch (HMainEditor.BufferImage->BufferType) {