Graphviz  2.41.20171026.1811
Macros | Functions
htmllex.h File Reference
#include <agxbuf.h>
Include dependency graph for htmllex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define HTMLLEX_H
 

Functions

int initHTMLlexer (char *, agxbuf *, htmlenv_t *)
 
int htmllex (void)
 
int htmllineno (void)
 
int clearHTMLlexer (void)
 
void htmlerror (const char *)
 

Macro Definition Documentation

#define HTMLLEX_H

Definition at line 19 of file htmllex.h.

Function Documentation

int clearHTMLlexer ( void  )

Definition at line 798 of file htmllex.c.

References agxbfree(), lexstate_t::error, lexstate_t::lb, and lexstate_t::warn.

Referenced by parseHTML().

void htmlerror ( const char *  )

Definition at line 64 of file htmllex.c.

References agerr(), AGERR, lexstate_t::error, and htmllineno().

Referenced by if(), and switch().

int htmllex ( void  )
int htmllineno ( void  )

Definition at line 876 of file htmllex.c.

Referenced by htmlerror(), and htmllex().

int initHTMLlexer ( char *  ,
agxbuf ,
htmlenv_t  
)