Main Page | Data Structures | File List | Data Fields | Globals

source_state Struct Reference

Collaboration diagram for source_state:

Collaboration graph
[legend]

Data Fields

source_statenext
u8 * old_start
u8 * old_pc
u8 * old_end
char * old_iname
unsigned int old_lineno
bool pause_before_pop
bool sav_rep_multlin
void(* resump_func )()
_PTR resump_param

Detailed Description

Definition at line 339 of file scanner.c.


Field Documentation

struct source_state* source_state::next
 

Definition at line 341 of file scanner.c.

Referenced by drop_source(), and push_source().

u8* source_state::old_end
 

Definition at line 344 of file scanner.c.

Referenced by pop_source(), and push_source().

char* source_state::old_iname
 

Definition at line 345 of file scanner.c.

Referenced by pop_source(), and push_source().

unsigned int source_state::old_lineno
 

Definition at line 346 of file scanner.c.

Referenced by create_word(), pop_source(), and push_source().

u8* source_state::old_pc
 

Definition at line 343 of file scanner.c.

Referenced by base_val(), pop_source(), and push_source().

u8* source_state::old_start
 

Definition at line 342 of file scanner.c.

Referenced by pop_source(), and push_source().

bool source_state::pause_before_pop
 

Definition at line 347 of file scanner.c.

Referenced by pop_source(), and push_source().

void(* source_state::resump_func)()
 

Referenced by pop_source(), and push_source().

_PTR source_state::resump_param
 

Definition at line 350 of file scanner.c.

Referenced by pop_source(), and push_source().

bool source_state::sav_rep_multlin
 

Definition at line 348 of file scanner.c.

Referenced by pop_source(), and push_source().


The documentation for this struct was generated from the following file:
Generated on Fri Aug 18 14:05:25 2006 for Toke1.0 by  doxygen 1.4.4