Go to the source code of this file.
Data Structures | |
| struct | TextBuffer |
| struct | TXTBUFFER |
Defines | |
| #define | RINGBUFF |
| #define | LINBUFF |
| #define | NOOVERWRITE |
| #define | OVERWRITE |
| #define | NOWRAPAROUND |
| #define | WRAPAROUND |
| #define | TXT_BFR_NOOVERFLOW |
| #define | TXT_BFR_OVERFLOW |
| #define | BUFFER_EMPTY |
| #define | BUFFER_OCCUPIED |
| #define | STX |
| #define | SPC |
Typedefs | |
| typedef TextBuffer | TextBuffer |
Functions | |
| INT32 | txtNewBufferEntry (struct TXTBUFFER *buffer, char *file, INT32 line, char *txtMessage) |
| INT32 | txtAddBufferEntry (struct TXTBUFFER *buffer, char *file, INT32 line, char *txtMessage) |
| INT32 | txtMarkBufferRead (struct TXTBUFFER *buffer) |
|
|
Definition at line 56 of file txtBuffer.h. |
|
|
Definition at line 57 of file txtBuffer.h. |
|
|
Definition at line 48 of file txtBuffer.h. |
|
|
Definition at line 49 of file txtBuffer.h. |
|
|
Definition at line 51 of file txtBuffer.h. |
|
|
Definition at line 50 of file txtBuffer.h. |
|
|
Definition at line 47 of file txtBuffer.h. |
|
|
Definition at line 64 of file txtBuffer.h. |
|
|
Definition at line 63 of file txtBuffer.h. |
|
|
Definition at line 53 of file txtBuffer.h. |
|
|
Definition at line 54 of file txtBuffer.h. |
|
|
Definition at line 52 of file txtBuffer.h. |
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
||||||||||||||||||||
|
|
1.3-rc3