Data Fields | |
char | filename [MAX_OSPATH] |
char * | buffer |
char * | script_p |
char * | end_p |
int | line |
Definition at line 36 of file scriplib.c.
char* script_t::buffer |
Definition at line 38 of file scriplib.c.
Referenced by AddScriptToStack(), EndOfScript(), and ParseFromMemory().
char* script_t::end_p |
Definition at line 40 of file scriplib.c.
Referenced by AddScriptToStack(), GetToken(), ParseFromMemory(), and TokenAvailable().
char script_t::filename[MAX_OSPATH] |
Definition at line 37 of file scriplib.c.
Referenced by AddScriptToStack(), EndOfScript(), and ParseFromMemory().
int script_t::line |
Definition at line 41 of file scriplib.c.
Referenced by AddScriptToStack(), EndOfScript(), GetScriptLine(), GetToken(), and ParseFromMemory().
char* script_t::script_p |
Definition at line 39 of file scriplib.c.
Referenced by AddScriptToStack(), GetToken(), ParseFromMemory(), and TokenAvailable().