FORM 4.3
|
#include <structs.h>
Public Member Functions | |
PADPOSITION (6, 3, 9, 0, 4) | |
Data Fields | |
off_t | fileposition |
off_t | linenumber |
off_t | prevline |
UBYTE * | buffer |
UBYTE * | pointer |
UBYTE * | top |
UBYTE * | FoldName |
UBYTE * | name |
UBYTE * | pname |
LONG | buffersize |
LONG | bufferposition |
LONG | inbuffer |
int | previous |
int | handle |
int | type |
int | prevars |
int | previousNoShowInput |
int | eqnum |
int | afterwards |
int | olddelay |
int | oldnoshowinput |
UBYTE | isnextchar |
UBYTE | nextchar [2] |
UBYTE | reserved |
Input is read from 'streams' which are represented by objects of type STREAM. A stream can be a file, a do-loop, a procedure, the string value of a preprocessor variable ..... When a new stream is opened we have to keep information about where to fall back in the parent stream to allow this to happen even in the middle of reading names etc as would be the case with a`i'b
UBYTE* pname |