22#define GRAPH_EOF_TOKEN '@'
38#define YY_INPUT(buf,result,max_size) \
39 if ((result = fread(buf, 1, max_size, Ifile)) < 0) \
40 YY_FATAL_ERROR( "input in flex scanner failed" )
static size_t agxblen(const agxbuf *xb)
return number of characters currently stored
static char * agxbdisown(agxbuf *xb)
Memory allocation wrappers that exit on failure.
static void addstr(const char *src)
void initgmlscan(FILE *ifile)
static agxbuf Sbuf
buffer for arbitrary length strings
static void beginstr(void)
65L_REAL [-+]?{DIGIT}*\.{DIGIT}*{MANTISSA}?
66L_ID [a-zA-Z_][_a-zA-Z0-9]*
69{GRAPH_EOF_TOKEN} return(EOF);
74"graph" return (
GRAPH);
85"label" return (
LABEL);
93"width" return (
WIDTH);
94"style" return (
STYLE);
96"point" return (
POINT);
100"color" return (
COLOR);
static char * gv_strdup(const char *original)
128#ifndef YY_CALL_ONLY_ARG
129# define YY_CALL_ONLY_ARG void
void gmlerror(const char *str)
void agwarningf(const char *fmt,...)
textitem scanner parser str