QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
gib_parse.h File Reference
This graph shows which files directly or indirectly include this file:

Functions

qboolean GIB_Escaped (const char *str, int i)
 
gib_tree_tGIB_Parse_Embedded (gib_tree_t *token)
 
void GIB_Parse_Error (const char *msg, unsigned int pos)
 
const char * GIB_Parse_ErrorMsg (void)
 
unsigned int GIB_Parse_ErrorPos (void)
 
gib_tree_tGIB_Parse_Lines (const char *program, unsigned int pofs)
 
char GIB_Parse_Match_Backtick (const char *str, unsigned int *i)
 
char GIB_Parse_Match_Brace (const char *str, unsigned int *i)
 
char GIB_Parse_Match_Index (const char *str, unsigned int *i)
 
char GIB_Parse_Match_Paren (const char *str, unsigned int *i)
 
char GIB_Parse_Match_Var (const char *str, unsigned int *i)
 

Variables

qboolean gib_parse_error
 

Function Documentation

qboolean GIB_Escaped ( const char *  str,
int  i 
)
inline
gib_tree_t* GIB_Parse_Embedded ( gib_tree_t token)
void GIB_Parse_Error ( const char *  msg,
unsigned int  pos 
)
const char* GIB_Parse_ErrorMsg ( void  )
unsigned int GIB_Parse_ErrorPos ( void  )
gib_tree_t* GIB_Parse_Lines ( const char *  program,
unsigned int  pofs 
)
char GIB_Parse_Match_Backtick ( const char *  str,
unsigned int i 
)
char GIB_Parse_Match_Brace ( const char *  str,
unsigned int i 
)
char GIB_Parse_Match_Index ( const char *  str,
unsigned int i 
)
char GIB_Parse_Match_Paren ( const char *  str,
unsigned int i 
)
char GIB_Parse_Match_Var ( const char *  str,
unsigned int i 
)

Variable Documentation

qboolean gib_parse_error