C:/Users/Dennis/src/lang/russell.orig/src/pass1/stt/sttdefs.h File Reference

Go to the source code of this file.

Data Structures

struct  Sttentry
struct  sttblock

Defines

#define STTENTRYSZ(strlen)   ( sizeof(sttrelptr) + sizeof(char) * strlen )
#define STT_NO_NEXT_ENTRY   -1
#define STTBDATASZ   512
#define STTBLKNO(rpt)   ( ((unsigned) (rpt)) >> 9 )
#define STTOFFSET(rpt)   ( ((unsigned) (rpt)) & (STTBDATASZ - 1) )

Typedefs

typedef unsigned sttrelptr

Variables

int sttnstrings


Define Documentation

#define STT_NO_NEXT_ENTRY   -1

Definition at line 19 of file sttdefs.h.

Referenced by build_Idtable(), and stt_enter().

#define STTBDATASZ   512

Definition at line 43 of file sttdefs.h.

#define STTBLKNO ( rpt   )     ( ((unsigned) (rpt)) >> 9 )

Definition at line 48 of file sttdefs.h.

Referenced by stt_abs(), and stt_alloc().

#define STTENTRYSZ ( strlen   )     ( sizeof(sttrelptr) + sizeof(char) * strlen )

Definition at line 18 of file sttdefs.h.

Referenced by stt_enter().

#define STTOFFSET ( rpt   )     ( ((unsigned) (rpt)) & (STTBDATASZ - 1) )

Definition at line 49 of file sttdefs.h.

Referenced by stt_abs(), and stt_alloc().


Typedef Documentation

typedef unsigned sttrelptr

Definition at line 17 of file sttdefs.h.


Variable Documentation

int sttnstrings

Definition at line 27 of file sttdefs.h.

Referenced by build_Idtable(), retrieve(), and stt_enter().


Generated on Fri Jan 25 10:39:49 2008 for russell by  doxygen 1.5.4