#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>
Include dependency graph for dmllex.h:
Go to the source code of this file.
Data Structures | |
struct | yy_buffer_state |
Defines | |
#define | yyHEADER_H 1 |
#define | yyIN_HEADER 1 |
#define | YY_INT_ALIGNED short int |
#define | FLEX_SCANNER |
#define | YY_FLEX_MAJOR_VERSION 2 |
#define | YY_FLEX_MINOR_VERSION 5 |
#define | YY_FLEX_SUBMINOR_VERSION 33 |
#define | FLEX_BETA |
#define | INT8_MIN (-128) |
#define | INT16_MIN (-32767-1) |
#define | INT32_MIN (-2147483647-1) |
#define | INT8_MAX (127) |
#define | INT16_MAX (32767) |
#define | INT32_MAX (2147483647) |
#define | UINT8_MAX (255U) |
#define | UINT16_MAX (65535U) |
#define | UINT32_MAX (4294967295U) |
#define | yyconst |
#define | YY_EXTRA_TYPE void * |
#define | YY_READ_BUF_SIZE 8192 |
#define | YY_START_STACK_INCR 25 |
#define | YY_DECL_IS_OURS 1 |
#define | YY_DECL int yylex (void) |
Typedefs | |
typedef signed char | flex_int8_t |
typedef short int | flex_int16_t |
typedef int | flex_int32_t |
typedef unsigned char | flex_uint8_t |
typedef unsigned short int | flex_uint16_t |
typedef unsigned int | flex_uint32_t |
typedef yy_buffer_state * | YY_BUFFER_STATE |
typedef unsigned int | yy_size_t |
Functions | |
void | yyrestart (FILE *input_file) |
void | yy_switch_to_buffer (YY_BUFFER_STATE new_buffer) |
YY_BUFFER_STATE | yy_create_buffer (FILE *file, int size) |
void | yy_delete_buffer (YY_BUFFER_STATE b) |
void | yy_flush_buffer (YY_BUFFER_STATE b) |
void | yypush_buffer_state (YY_BUFFER_STATE new_buffer) |
void | yypop_buffer_state (void) |
YY_BUFFER_STATE | yy_scan_buffer (char *base, yy_size_t size) |
YY_BUFFER_STATE | yy_scan_string (yyconst char *yy_str) |
YY_BUFFER_STATE | yy_scan_bytes (yyconst char *bytes, int len) |
void * | yyalloc (yy_size_t) |
void * | yyrealloc (void *, yy_size_t) |
void | yyfree (void *) |
int | yywrap (void) |
static void | yy_flex_strncpy (char *, yyconst char *, int) |
int | yylex (void) |
Variables | |
int | yyleng |
FILE * | yyin |
FILE * | yyout |
int | yylineno |
char | yytext [] |
typedef short int flex_int16_t |
typedef int flex_int32_t |
typedef signed char flex_int8_t |
typedef unsigned short int flex_uint16_t |
typedef unsigned int flex_uint32_t |
typedef unsigned char flex_uint8_t |
typedef struct yy_buffer_state* YY_BUFFER_STATE |
YY_BUFFER_STATE yy_create_buffer | ( | FILE * | file, | |
int | size | |||
) |
void yy_delete_buffer | ( | YY_BUFFER_STATE | b | ) |
static void yy_flex_strncpy | ( | char * | , | |
yyconst char * | , | |||
int | ||||
) | [static] |
void yy_flush_buffer | ( | YY_BUFFER_STATE | b | ) |
YY_BUFFER_STATE yy_scan_buffer | ( | char * | base, | |
yy_size_t | size | |||
) |
YY_BUFFER_STATE yy_scan_bytes | ( | yyconst char * | bytes, | |
int | len | |||
) |
YY_BUFFER_STATE yy_scan_string | ( | yyconst char * | yy_str | ) |
void yy_switch_to_buffer | ( | YY_BUFFER_STATE | new_buffer | ) |
void* yyalloc | ( | yy_size_t | ) |
void yyfree | ( | void * | ) |
int yylex | ( | void | ) |
void yypop_buffer_state | ( | void | ) |
void yypush_buffer_state | ( | YY_BUFFER_STATE | new_buffer | ) |
void* yyrealloc | ( | void * | , | |
yy_size_t | ||||
) |
void yyrestart | ( | FILE * | input_file | ) |
int yywrap | ( | void | ) |
FILE* yyin |
int yyleng |
Definition at line 216 of file dmllex.cxx.
int yylineno |
FILE * yyout |
Definition at line 265 of file dmllex.cxx.
char yytext |