Graphviz  2.29.20120524.0446
Defines | Functions
lib/common/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.

Defines

#define HTMLLEX_H

Functions

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

Define Documentation

#define HTMLLEX_H

Definition at line 19 of file htmllex.h.


Function Documentation

int clearHTMLlexer ( void  )

Definition at line 749 of file htmllex.c.

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

Referenced by parseHTML().

void htmlerror ( const char *  )

Definition at line 63 of file htmllex.c.

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

Referenced by htmlparse().

int htmllex ( void  )
int htmllineno ( void  )

Definition at line 828 of file htmllex.c.

Referenced by htmlerror(), and htmllex().

int initHTMLlexer ( char *  ,
agxbuf ,
int   
)