Burp
Functions
syntax_analyse.h File Reference
#include <gmodule.h>
#include <glib.h>
#include <glib/gprintf.h>
#include "syntax_tree.h"
Include dependency graph for syntax_analyse.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Tree init_file_tree (char *pathname)
 
char * message_error ()
 
void freeSyntaxAnalyseContest ()
 
void freeTree (Tree t)
 

Function Documentation

◆ freeSyntaxAnalyseContest()

void freeSyntaxAnalyseContest ( )

Free the context of the syntax analyse, excepted syntax tree Todo after last syntax analyse

◆ freeTree()

void freeTree ( Tree  t)

free a syntax tree

◆ init_file_tree()

Tree init_file_tree ( char *  pathname)

Do the syntax analyse of the file [ pathname ] and return it return NULL if an error occured, if message_error is also at NULL then the bug is a file opening error

◆ message_error()

char* message_error ( )

if an error occured return it if not, return NULL