Home
last modified time | relevance | path

Searched refs:sioInGetByte (Results 1 – 25 of 41) sorted by relevance

12

/dports/editors/ted/Ted-2.23/appUtil/
H A DsioEndian.c187 b1= sioInGetByte( sis ); in sioEndianGetLeInt16()
188 b0= sioInGetByte( sis ); in sioEndianGetLeInt16()
207 b0= sioInGetByte( sis ); in sioEndianGetBeInt16()
208 b1= sioInGetByte( sis ); in sioEndianGetBeInt16()
227 b1= sioInGetByte( sis ); in sioEndianGetLeUint16()
228 b0= sioInGetByte( sis ); in sioEndianGetLeUint16()
241 b0= sioInGetByte( sis ); in sioEndianGetBeUint16()
242 b1= sioInGetByte( sis ); in sioEndianGetBeUint16()
255 b3= sioInGetByte( sis ); in sioEndianGetLeInt32()
256 b2= sioInGetByte( sis ); in sioEndianGetLeInt32()
[all …]
H A DutilProperties.c65 c= sioInGetByte( sis ); in utilPropertiesReadFile()
67 { c= sioInGetByte( sis ); } in utilPropertiesReadFile()
74 c= sioInGetByte( sis ); in utilPropertiesReadFile()
81 c= sioInGetByte( sis ); in utilPropertiesReadFile()
87 c= sioInGetByte( sis ); in utilPropertiesReadFile()
119 c= sioInGetByte( sis ); in utilPropertiesReadFile()
123 { c= sioInGetByte( sis ); } in utilPropertiesReadFile()
130 c= sioInGetByte( sis ); in utilPropertiesReadFile()
132 { c= sioInGetByte( sis ); } in utilPropertiesReadFile()
158 c= sioInGetByte( sis ); in utilPropertiesReadFile()
[all …]
H A DsioMsLz77.c130 byte1= sioInGetByte( mis->misSisMsLz77 ); in sioInMsGetPacketBytes()
133 byte2= sioInGetByte( mis->misSisMsLz77 ); in sioInMsGetPacketBytes()
153 byte1= sioInGetByte( mis->misSisMsLz77 ); in sioInMsGetPacketBytes()
214 mis->misFlagByte= sioInGetByte( mis->misSisMsLz77 ); in sioInMsLz77ReadBytes()
273 magic3= sioInGetByte( sisMsLz77 ); in sioInMsLz77Open()
277 fileFix= sioInGetByte( sisMsLz77 ); in sioInMsLz77Open()
281 skip= sioInGetByte( sisMsLz77 ); in sioInMsLz77Open()
284 skip= sioInGetByte( sisMsLz77 ); in sioInMsLz77Open()
H A DsioBase85.c59 d[n]= sioInGetByte( bis->bisSisBase85 ); in sioInBase85ReadBytes()
66 { d[n]= sioInGetByte( bis->bisSisBase85 ); } in sioInBase85ReadBytes()
73 int c= sioInGetByte( bis->bisSisBase85 ); in sioInBase85ReadBytes()
146 c= sioInGetByte( bis->bisSisBase85 ); in sioInBase85Close()
149 { c= sioInGetByte( bis->bisSisBase85 ); } in sioInBase85Close()
153 int c2= sioInGetByte( bis->bisSisBase85 ); in sioInBase85Close()
H A DsioPfb.c74 c= sioInGetByte( sisPfb ); in sioInPfbReadBytes()
78 bfs->bfsKindOfBlock= sioInGetByte( sisPfb ); in sioInPfbReadBytes()
137 c= sioInGetByte( sisPfb ); in sioInPfbReadBytes()
150 c= sioInGetByte( sisPfb ); in sioInPfbReadBytes()
H A DsioHex.c48 c= sioInGetByte( sis ); in sioInHexReadBytes()
51 { c= sioInGetByte( sis ); } in sioInHexReadBytes()
61 c= sioInGetByte( sis ); in sioInHexReadBytes()
66 { c= sioInGetByte( sis ); } in sioInHexReadBytes()
H A DsioIn.c97 c= sioInGetByte( sis ); in sioInGetString()
108 c= sioInGetByte( sis ); in sioInGetString()
129 c= sioInGetByte( sis ); in sioInReadBytes()
H A DsioQuotedPrintable.c56 c= sioInGetByte( qis->qisSisQuoted ); in sioInQuotedReadBytes()
68 c= sioInGetByte( qis->qisSisQuoted ); in sioInQuotedReadBytes()
84 x1= sioInGetByte( qis->qisSisQuoted ); in sioInQuotedReadBytes()
92 x2= sioInGetByte( qis->qisSisQuoted ); in sioInQuotedReadBytes()
H A DsioBase64.c64 d[n]= sioInGetByte( bis->bisSisBase64 ); in sioInBase64ReadBytes()
68 { d[n]= sioInGetByte( bis->bisSisBase64 ); } in sioInBase64ReadBytes()
136 c= sioInGetByte( bis->bisSisBase64 ); in sioInBase64Close()
139 { c= sioInGetByte( bis->bisSisBase64 ); } in sioInBase64Close()
/dports/editors/ted/Ted-2.23/bitmap/
H A Dbmbmp.c95 (void) sioInGetByte( sis ); in bmBmpRead4ColorTable()
381 to[2]= sioInGetByte( sis ); in bmBmpReadUncompressed()
382 to[1]= sioInGetByte( sis ); in bmBmpReadUncompressed()
383 to[0]= sioInGetByte( sis ); in bmBmpReadUncompressed()
384 to[3]= sioInGetByte( sis ); in bmBmpReadUncompressed()
401 to[2]= sioInGetByte( sis ); in bmBmpReadUncompressed()
402 to[1]= sioInGetByte( sis ); in bmBmpReadUncompressed()
403 to[0]= sioInGetByte( sis ); in bmBmpReadUncompressed()
763 c= sioInGetByte( sis ); bRead++; in bmBmpReadImageBytes()
774 c= sioInGetByte( sis ); bRead++; in bmBmpReadImageBytes()
[all …]
H A DbmJpegToPs.c124 c= sioInGetByte( sis ); in bmEpsTestJpegEmbeddable()
127 marker= sioInGetByte( sis ); in bmEpsTestJpegEmbeddable()
155 bitsPerComponent= sioInGetByte( sis ); in bmEpsTestJpegEmbeddable()
158 componentCount= sioInGetByte( sis ); in bmEpsTestJpegEmbeddable()
169 bitsPerComponent= sioInGetByte( sis ); in bmEpsTestJpegEmbeddable()
172 componentCount= sioInGetByte( sis ); in bmEpsTestJpegEmbeddable()
209 c= sioInGetByte( sis ); in bmEpsTestJpegEmbeddable()
216 c= sioInGetByte( sis ); in bmEpsTestJpegEmbeddable()
219 marker= sioInGetByte( sis ); in bmEpsTestJpegEmbeddable()
H A Dbm_dgif_lib.c64 rgb8->rgb8Red= sioInGetByte( gft->gftSis ); in bmGifReadColorMap()
65 rgb8->rgb8Green= sioInGetByte( gft->gftSis ); in bmGifReadColorMap()
66 rgb8->rgb8Blue= sioInGetByte( gft->gftSis ); in bmGifReadColorMap()
107 gsd->gsdPackedFields= sioInGetByte( gft->gftSis ); in bmGifReadScreenDescriptor()
108 gsd->gsdScreenBackgroundColor= sioInGetByte( gft->gftSis ); in bmGifReadScreenDescriptor()
109 gsd->gsdScreenAspectRatio= sioInGetByte( gft->gftSis ); in bmGifReadScreenDescriptor()
140 codeSize= sioInGetByte( gft->gftSis ); in DGifSetupDecompress()
253 c= sioInGetByte( gft->gftSis ); in bmGifGetRecordType()
312 Buf[0]= sioInGetByte( gft->gftSis ); in DGifGetImageDesc()
412 Buf= sioInGetByte( gft->gftSis ); in DGifGetExtension()
[all …]
H A Dbmpgm.c22 int c= sioInGetByte( sis ); in bmPbmGetNumber()
27 { c= sioInGetByte( sis ); continue; } in bmPbmGetNumber()
36 c= sioInGetByte( sis ); in bmPbmGetNumber()
40 { c= sioInGetByte( sis ); break; } in bmPbmGetNumber()
50 { num= 10* num+ c- '0'; c= sioInGetByte( sis ); } in bmPbmGetNumber()
78 c= sioInGetByte( sis ); in bmReadPbmFile()
82 c= sioInGetByte( sis ); in bmReadPbmFile()
162 c= sioInGetByte( sis ); in bmReadPbmFile()
179 c= sioInGetByte( sis ); in bmReadPbmFile()
248 c= sioInGetByte( sis ); in bmReadPbmFile()
H A DbmMacPictRaster.c86 else{ byteCount= sioInGetByte( sis ); bytesRead++; } in bmMacPictReadPacBitsRow()
97 int c0= sioInGetByte( sis ); in bmMacPictReadPacBitsRow()
109 int c1= sioInGetByte( sis ); in bmMacPictReadPacBitsRow()
142 { *(to++)= sioInGetByte( sis ); use--; len--; } in bmMacPictReadPacBitsRow()
144 { (void) sioInGetByte( sis ); len--; } in bmMacPictReadPacBitsRow()
437 { (void) sioInGetByte( sis ); bytesRead++; } in bmMacPictGetImage()
458 unsigned char b0= sioInGetByte( sis ); in bmMacPictGetImage()
459 unsigned char b1= sioInGetByte( sis ); in bmMacPictGetImage()
479 { *(to++)= sioInGetByte( sis ); bytesRead++; } in bmMacPictGetImage()
481 { (void)sioInGetByte( sis ); bytesRead++; } in bmMacPictGetImage()
H A DbmWmfIo.c81 rgb8->rgb8Red= sioInGetByte( sis ); done++; in bmWmfGetColor()
82 rgb8->rgb8Green= sioInGetByte( sis ); done++; in bmWmfGetColor()
83 rgb8->rgb8Blue= sioInGetByte( sis ); done++; in bmWmfGetColor()
85 (void) sioInGetByte( sis ); done++; in bmWmfGetColor()
H A Dbmxwd.c71 if ( sioInGetByte( sis ) == EOF ) in bmReadXwdFile()
137 colors[cp].flags= sioInGetByte( sis ); in bmReadX11wd()
138 colors[cp].pad= sioInGetByte( sis ); in bmReadX11wd()
301 { sioInGetByte( sis ); } in bmReadX11wd()
333 { sioInGetByte( sis ); got++; } in bmReadX11wd()
358 { sioInGetByte( sis ); } in bmReadX11wd()
390 { sioInGetByte( sis ); got++; } in bmReadX11wd()
H A DbmEmfIo.c90 rgb8->rgb8Red= sioInGetByte( sis ); done += 1; in bmEmfReadRgb8Color()
91 rgb8->rgb8Green= sioInGetByte( sis ); done += 1; in bmEmfReadRgb8Color()
92 rgb8->rgb8Blue= sioInGetByte( sis ); done += 1; in bmEmfReadRgb8Color()
93 rgb8->rgb8Alpha= sioInGetByte( sis ); done += 1; in bmEmfReadRgb8Color()
H A Dbmico.c30 ide->ideWidth= sioInGetByte( sis ); in bmpReadIcoDirectoryEntry()
31 ide->ideHeight= sioInGetByte( sis ); in bmpReadIcoDirectoryEntry()
32 ide->ideColorCount= sioInGetByte( sis ); in bmpReadIcoDirectoryEntry()
33 ide->ideReserved= sioInGetByte( sis ); in bmpReadIcoDirectoryEntry()
111 if ( sioInGetByte( sis ) < 0 ) in bmReadIcoFile()
/dports/editors/ted/Ted-2.23/drawMeta/
H A DdrawPlayMacPict.c232 c= sioInGetByte( sis ); in appMacPictGetShortLine()
237 c= sioInGetByte( sis ); in appMacPictGetShortLine()
269 c= sioInGetByte( sis ); in appMacPictGetShortLineFrom()
274 c= sioInGetByte( sis ); in appMacPictGetShortLineFrom()
478 { (void)sioInGetByte( sis ); } in appMacPictGetTxFace()
559 int c= sioInGetByte( sis ); in appMacPictGetString()
821 { (void)sioInGetByte( sis ); } in appMacPictGetLongComment()
1203 opcode= sioInGetByte( sis ); in appMacPictPlayPict()
2186 c= sioInGetByte( sis ); in appMacPictGetDeviceHeader()
2190 c= sioInGetByte( sis ); in appMacPictGetDeviceHeader()
[all …]
H A DdrawPlayEmf.c647 (void)sioInGetByte( sis ); done += 1; in appEmfReadLogFontPanose()
648 (void)sioInGetByte( sis ); done += 1; in appEmfReadLogFontPanose()
858 { (void)sioInGetByte( sis ); done++; } in appEmfReadTextObject()
864 { (void)sioInGetByte( sis ); step++; } in appEmfReadTextObject()
868 { (void)sioInGetByte( sis ); done++; } in appEmfReadTextObject()
929 { (void)sioInGetByte( sis ); step++; } in appWmfReadSmallTextObject()
937 { (void)sioInGetByte( sis ); step++; } in appWmfReadSmallTextObject()
1956 { (void) sioInGetByte( sis ); done++; } in appMetaPlayEmf()
2143 { (void) sioInGetByte( sis ); done++; } in appMetaPlayEmf()
2155 { (void) sioInGetByte( sis ); done++; } in appMetaPlayEmf()
[all …]
H A DdrawPlayWmf.c246 lf->lfItalic= sioInGetByte( sis ); bytesDone++; in appWmfCreateFontIndirect()
247 lf->lfUnderline= sioInGetByte( sis ); bytesDone++; in appWmfCreateFontIndirect()
248 lf->lfStrikeOut= sioInGetByte( sis ); bytesDone++; in appWmfCreateFontIndirect()
249 lf->lfCharSet= sioInGetByte( sis ); bytesDone++; in appWmfCreateFontIndirect()
250 lf->lfOutPrecision= sioInGetByte( sis ); bytesDone++; in appWmfCreateFontIndirect()
252 lf->lfQuality= sioInGetByte( sis ); bytesDone++; in appWmfCreateFontIndirect()
261 int c= sioInGetByte( sis ); bytesDone++; in appWmfCreateFontIndirect()
276 if ( sioInGetByte( sis ) < 0 ) in appWmfCreateFontIndirect()
371 if ( sioInGetByte( sis ) < 0 ) in appWmfTextOut()
447 if ( sioInGetByte( sis ) < 0 ) in appWmfCreatePatternBrush()
[all …]
/dports/editors/ted/Ted-2.23/docRtf/
H A DdocRtfReadRtf.c40 c= sioInGetByte( sis ); in docRtfReadControlWord()
45 c= sioInGetByte( sis ); in docRtfReadControlWord()
51 c= sioInGetByte( sis ); in docRtfReadControlWord()
84 c= sioInGetByte( sis ); in docRtfReadControlWord()
100 c= sioInGetByte( sis ); in docRtfReadControlWord()
197 c= sioInGetByte( sis ); in docRtfFindControl()
240 b[0]= sioInGetByte( sis ); in docRtfFindControl()
241 b[1]= sioInGetByte( sis ); in docRtfFindControl()
260 c= sioInGetByte( sis ); in docRtfFindControl()
265 c= sioInGetByte( sis ); in docRtfFindControl()
[all …]
/dports/editors/ted/Ted-2.23/ind/
H A DindScanStream.c46 while( ( c= sioInGetByte( sis ) ) != EOF ) in indScanStream()
64 while( ( c= sioInGetByte( sis ) ) != EOF ) in indScanStream()
/dports/editors/ted/Ted-2.23/textEncoding/
H A DsioUtf8.c31 c= sioInGetByte( sis ); in sioInGetUtf8()
42 c= sioInGetByte( sis ); in sioInGetUtf8()
H A DsioUtf8_16.c57 int b0= sioInGetByte( sisUtf16 ); in sioInUtf16ReadBytes()
58 int b1= sioInGetByte( sisUtf16 ); in sioInUtf16ReadBytes()
123 int b0= sioInGetByte( sisUtf16 ); in sioInUtf16ReadBytes()
124 int b1= sioInGetByte( sisUtf16 ); in sioInUtf16ReadBytes()

12