
|
a.lex File Reference#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include "a.h"
#include "a.tab.h"
#include "Parser.h"
Include dependency graph for a.lex:
Go to the source code of this file.
Define Documentation
#define C THIS -> m_the_str[THIS -> m_the_ptr] |
|
#define C_INCR THIS -> m_the_str[THIS -> m_the_ptr++] |
|
#define YY_DECL int yylex(void *yylval,void *parser) |
|
#define YY_INPUT |
( |
buf, |
|
|
result, |
|
|
max_size |
|
) |
|
|
|
Value: { \
if ( THIS -> m_the_str) \
*buf = C_INCR; \
result = ( THIS -> m_the_str && *buf) ? 1 : YY_NULL; \
}
|
#define YYLVAL ((YYSTYPE *)yylval) |
|
Variable Documentation
|