nsgenbind
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Macros | Typedefs | Functions | Variables
webidl-lexer.h File Reference
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>

Go to the source code of this file.

Classes

struct  yy_buffer_state
 

Macros

#define webidl_IN_HEADER   1
 
#define YY_INT_ALIGNED   short int
 
#define FLEX_SCANNER
 
#define YY_FLEX_MAJOR_VERSION   2
 
#define YY_FLEX_MINOR_VERSION   6
 
#define YY_FLEX_SUBMINOR_VERSION   4
 
#define FLEX_BETA
 
#define yy_create_buffer   webidl__create_buffer
 
#define yy_delete_buffer   webidl__delete_buffer
 
#define yy_scan_buffer   webidl__scan_buffer
 
#define yy_scan_string   webidl__scan_string
 
#define yy_scan_bytes   webidl__scan_bytes
 
#define yy_init_buffer   webidl__init_buffer
 
#define yy_flush_buffer   webidl__flush_buffer
 
#define yy_load_buffer_state   webidl__load_buffer_state
 
#define yy_switch_to_buffer   webidl__switch_to_buffer
 
#define yypush_buffer_state   webidl_push_buffer_state
 
#define yypop_buffer_state   webidl_pop_buffer_state
 
#define yyensure_buffer_stack   webidl_ensure_buffer_stack
 
#define yylex   webidl_lex
 
#define yyrestart   webidl_restart
 
#define yylex_init   webidl_lex_init
 
#define yylex_init_extra   webidl_lex_init_extra
 
#define yylex_destroy   webidl_lex_destroy
 
#define yyget_debug   webidl_get_debug
 
#define yyset_debug   webidl_set_debug
 
#define yyget_extra   webidl_get_extra
 
#define yyset_extra   webidl_set_extra
 
#define yyget_in   webidl_get_in
 
#define yyset_in   webidl_set_in
 
#define yyget_out   webidl_get_out
 
#define yyset_out   webidl_set_out
 
#define yyget_leng   webidl_get_leng
 
#define yyget_text   webidl_get_text
 
#define yyget_lineno   webidl_get_lineno
 
#define yyset_lineno   webidl_set_lineno
 
#define yywrap   webidl_wrap
 
#define yyget_lval   webidl_get_lval
 
#define yyset_lval   webidl_set_lval
 
#define yyget_lloc   webidl_get_lloc
 
#define yyset_lloc   webidl_set_lloc
 
#define yyalloc   webidl_alloc
 
#define yyrealloc   webidl_realloc
 
#define yyfree   webidl_free
 
#define yytext   webidl_text
 
#define yyleng   webidl_leng
 
#define yyin   webidl_in
 
#define yyout   webidl_out
 
#define yy_flex_debug   webidl__flex_debug
 
#define yylineno   webidl_lineno
 
#define FLEXINT_H
 
#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 SIZE_MAX   (~(size_t)0)
 
#define yyconst   const
 
#define yynoreturn
 
#define YY_BUF_SIZE   16384
 
#define YY_TYPEDEF_YY_BUFFER_STATE
 
#define YY_TYPEDEF_YY_SIZE_T
 
#define YY_STRUCT_YY_BUFFER_STATE
 
#define webidl_wrap()   (/*CONSTCOND*/1)
 
#define YY_SKIP_YYWRAP
 
#define yytext_ptr   yytext
 
#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
 

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 struct yy_buffer_stateYY_BUFFER_STATE
 
typedef size_t 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)
 
YY_BUFFER_STATE yy_scan_buffer (char *base, yy_size_t size)
 
YY_BUFFER_STATE yy_scan_string (const char *yy_str)
 
YY_BUFFER_STATE yy_scan_bytes (const char *bytes, int len)
 
void * yyalloc (yy_size_t)
 
void * yyrealloc (void *, yy_size_t)
 
void yyfree (void *)
 
void yyset_debug (int debug_flag)
 
void yyset_extra (YY_EXTRA_TYPE user_defined)
 
void yyset_in (FILE *_in_str)
 
void yyset_out (FILE *_out_str)
 
void yyset_lineno (int _line_number)
 
void yyset_lval (YYSTYPE *yylval_param)
 
void yyset_lloc (YYLTYPE *yylloc_param)
 
int yylex (YYSTYPE *yylval_param, YYLTYPE *yylloc_param)
 

Variables

int yyleng
 
FILE * yyin
 
FILE * yyout
 
int yylineno
 
char * yytext
 

Macro Definition Documentation

◆ FLEX_BETA

#define FLEX_BETA

Definition at line 18 of file webidl-lexer.h.

◆ FLEX_SCANNER

#define FLEX_SCANNER

Definition at line 13 of file webidl-lexer.h.

◆ FLEXINT_H

#define FLEXINT_H

Definition at line 292 of file webidl-lexer.h.

◆ INT16_MAX

#define INT16_MAX   (32767)

Definition at line 334 of file webidl-lexer.h.

◆ INT16_MIN

#define INT16_MIN   (-32767-1)

Definition at line 325 of file webidl-lexer.h.

◆ INT32_MAX

#define INT32_MAX   (2147483647)

Definition at line 337 of file webidl-lexer.h.

◆ INT32_MIN

#define INT32_MIN   (-2147483647-1)

Definition at line 328 of file webidl-lexer.h.

◆ INT8_MAX

#define INT8_MAX   (127)

Definition at line 331 of file webidl-lexer.h.

◆ INT8_MIN

#define INT8_MIN   (-128)

Definition at line 322 of file webidl-lexer.h.

◆ SIZE_MAX

#define SIZE_MAX   (~(size_t)0)

Definition at line 350 of file webidl-lexer.h.

◆ UINT16_MAX

#define UINT16_MAX   (65535U)

Definition at line 343 of file webidl-lexer.h.

◆ UINT32_MAX

#define UINT32_MAX   (4294967295U)

Definition at line 346 of file webidl-lexer.h.

◆ UINT8_MAX

#define UINT8_MAX   (255U)

Definition at line 340 of file webidl-lexer.h.

◆ webidl_IN_HEADER

#define webidl_IN_HEADER   1

Definition at line 3 of file webidl-lexer.h.

◆ webidl_wrap

#define webidl_wrap ( )    (/*CONSTCOND*/1)

Definition at line 464 of file webidl-lexer.h.

◆ YY_BUF_SIZE

#define YY_BUF_SIZE   16384

Definition at line 377 of file webidl-lexer.h.

◆ yy_create_buffer

#define yy_create_buffer   webidl__create_buffer

Definition at line 24 of file webidl-lexer.h.

◆ YY_DECL

#define YY_DECL
Value:
int yylex \
(YYSTYPE * yylval_param, YYLTYPE * yylloc_param )
#define YYSTYPE
#define yylex
Definition: webidl-lexer.h:96

Definition at line 578 of file webidl-lexer.h.

◆ YY_DECL_IS_OURS

#define YY_DECL_IS_OURS   1

Definition at line 573 of file webidl-lexer.h.

◆ yy_delete_buffer

#define yy_delete_buffer   webidl__delete_buffer

Definition at line 30 of file webidl-lexer.h.

◆ YY_EXTRA_TYPE

#define YY_EXTRA_TYPE   void *

Definition at line 490 of file webidl-lexer.h.

◆ yy_flex_debug

#define yy_flex_debug   webidl__flex_debug

Definition at line 270 of file webidl-lexer.h.

◆ YY_FLEX_MAJOR_VERSION

#define YY_FLEX_MAJOR_VERSION   2

Definition at line 14 of file webidl-lexer.h.

◆ YY_FLEX_MINOR_VERSION

#define YY_FLEX_MINOR_VERSION   6

Definition at line 15 of file webidl-lexer.h.

◆ YY_FLEX_SUBMINOR_VERSION

#define YY_FLEX_SUBMINOR_VERSION   4

Definition at line 16 of file webidl-lexer.h.

◆ yy_flush_buffer

#define yy_flush_buffer   webidl__flush_buffer

Definition at line 60 of file webidl-lexer.h.

◆ yy_init_buffer

#define yy_init_buffer   webidl__init_buffer

Definition at line 54 of file webidl-lexer.h.

◆ YY_INT_ALIGNED

#define YY_INT_ALIGNED   short int

Definition at line 9 of file webidl-lexer.h.

◆ yy_load_buffer_state

#define yy_load_buffer_state   webidl__load_buffer_state

Definition at line 66 of file webidl-lexer.h.

◆ YY_READ_BUF_SIZE

#define YY_READ_BUF_SIZE   8192

Definition at line 560 of file webidl-lexer.h.

◆ yy_scan_buffer

#define yy_scan_buffer   webidl__scan_buffer

Definition at line 36 of file webidl-lexer.h.

◆ yy_scan_bytes

#define yy_scan_bytes   webidl__scan_bytes

Definition at line 48 of file webidl-lexer.h.

◆ yy_scan_string

#define yy_scan_string   webidl__scan_string

Definition at line 42 of file webidl-lexer.h.

◆ YY_SKIP_YYWRAP

#define YY_SKIP_YYWRAP

Definition at line 465 of file webidl-lexer.h.

◆ YY_START_STACK_INCR

#define YY_START_STACK_INCR   25

Definition at line 566 of file webidl-lexer.h.

◆ YY_STRUCT_YY_BUFFER_STATE

#define YY_STRUCT_YY_BUFFER_STATE

Definition at line 396 of file webidl-lexer.h.

◆ yy_switch_to_buffer

#define yy_switch_to_buffer   webidl__switch_to_buffer

Definition at line 72 of file webidl-lexer.h.

◆ YY_TYPEDEF_YY_BUFFER_STATE

#define YY_TYPEDEF_YY_BUFFER_STATE

Definition at line 382 of file webidl-lexer.h.

◆ YY_TYPEDEF_YY_SIZE_T

#define YY_TYPEDEF_YY_SIZE_T

Definition at line 387 of file webidl-lexer.h.

◆ yyalloc

#define yyalloc   webidl_alloc

Definition at line 228 of file webidl-lexer.h.

◆ yyconst

#define yyconst   const

Definition at line 360 of file webidl-lexer.h.

◆ yyensure_buffer_stack

#define yyensure_buffer_stack   webidl_ensure_buffer_stack

Definition at line 90 of file webidl-lexer.h.

◆ yyfree

#define yyfree   webidl_free

Definition at line 240 of file webidl-lexer.h.

◆ yyget_debug

#define yyget_debug (   void)    webidl_get_debug

Definition at line 126 of file webidl-lexer.h.

◆ yyget_extra

#define yyget_extra (   void)    webidl_get_extra

Definition at line 138 of file webidl-lexer.h.

◆ yyget_in

#define yyget_in (   void)    webidl_get_in

Definition at line 150 of file webidl-lexer.h.

◆ yyget_leng

#define yyget_leng (   void)    webidl_get_leng

Definition at line 174 of file webidl-lexer.h.

◆ yyget_lineno

#define yyget_lineno (   void)    webidl_get_lineno

Definition at line 186 of file webidl-lexer.h.

◆ yyget_lloc

#define yyget_lloc (   void)    webidl_get_lloc

Definition at line 216 of file webidl-lexer.h.

◆ yyget_lval

#define yyget_lval (   void)    webidl_get_lval

Definition at line 204 of file webidl-lexer.h.

◆ yyget_out

#define yyget_out (   void)    webidl_get_out

Definition at line 162 of file webidl-lexer.h.

◆ yyget_text

#define yyget_text (   void)    webidl_get_text

Definition at line 180 of file webidl-lexer.h.

◆ yyin

#define yyin   webidl_in

Definition at line 258 of file webidl-lexer.h.

◆ yyleng

#define yyleng   webidl_leng

Definition at line 252 of file webidl-lexer.h.

◆ yylex

#define yylex   webidl_lex

Definition at line 96 of file webidl-lexer.h.

◆ yylex_destroy

#define yylex_destroy (   void)    webidl_lex_destroy

Definition at line 120 of file webidl-lexer.h.

◆ yylex_init

#define yylex_init   webidl_lex_init

Definition at line 108 of file webidl-lexer.h.

◆ yylex_init_extra

#define yylex_init_extra   webidl_lex_init_extra

Definition at line 114 of file webidl-lexer.h.

◆ yylineno

#define yylineno   webidl_lineno

Definition at line 276 of file webidl-lexer.h.

◆ yynoreturn

#define yynoreturn

Definition at line 365 of file webidl-lexer.h.

◆ yyout

#define yyout   webidl_out

Definition at line 264 of file webidl-lexer.h.

◆ yypop_buffer_state

#define yypop_buffer_state (   void)    webidl_pop_buffer_state

Definition at line 84 of file webidl-lexer.h.

◆ yypush_buffer_state

#define yypush_buffer_state   webidl_push_buffer_state

Definition at line 78 of file webidl-lexer.h.

◆ yyrealloc

#define yyrealloc   webidl_realloc

Definition at line 234 of file webidl-lexer.h.

◆ yyrestart

#define yyrestart   webidl_restart

Definition at line 102 of file webidl-lexer.h.

◆ yyset_debug

#define yyset_debug   webidl_set_debug

Definition at line 132 of file webidl-lexer.h.

◆ yyset_extra

#define yyset_extra   webidl_set_extra

Definition at line 144 of file webidl-lexer.h.

◆ yyset_in

#define yyset_in   webidl_set_in

Definition at line 156 of file webidl-lexer.h.

◆ yyset_lineno

#define yyset_lineno   webidl_set_lineno

Definition at line 192 of file webidl-lexer.h.

◆ yyset_lloc

#define yyset_lloc   webidl_set_lloc

Definition at line 222 of file webidl-lexer.h.

◆ yyset_lval

#define yyset_lval   webidl_set_lval

Definition at line 210 of file webidl-lexer.h.

◆ yyset_out

#define yyset_out   webidl_set_out

Definition at line 168 of file webidl-lexer.h.

◆ yytext

#define yytext   webidl_text

Definition at line 246 of file webidl-lexer.h.

◆ yytext_ptr

#define yytext_ptr   yytext

Definition at line 473 of file webidl-lexer.h.

◆ yywrap

#define yywrap   webidl_wrap

Definition at line 198 of file webidl-lexer.h.

Typedef Documentation

◆ flex_int16_t

typedef short int flex_int16_t

Definition at line 314 of file webidl-lexer.h.

◆ flex_int32_t

Definition at line 315 of file webidl-lexer.h.

◆ flex_int8_t

typedef signed char flex_int8_t

Definition at line 313 of file webidl-lexer.h.

◆ flex_uint16_t

typedef unsigned short int flex_uint16_t

Definition at line 317 of file webidl-lexer.h.

◆ flex_uint32_t

typedef unsigned int flex_uint32_t

Definition at line 318 of file webidl-lexer.h.

◆ flex_uint8_t

typedef unsigned char flex_uint8_t

Definition at line 316 of file webidl-lexer.h.

◆ YY_BUFFER_STATE

Definition at line 383 of file webidl-lexer.h.

◆ yy_size_t

Definition at line 388 of file webidl-lexer.h.

Function Documentation

◆ yy_create_buffer()

YY_BUFFER_STATE yy_create_buffer ( FILE *  file,
int  size 
)

◆ yy_delete_buffer()

void yy_delete_buffer ( YY_BUFFER_STATE  b)

◆ yy_flush_buffer()

void yy_flush_buffer ( YY_BUFFER_STATE  b)

◆ yy_scan_buffer()

YY_BUFFER_STATE yy_scan_buffer ( char *  base,
yy_size_t  size 
)

◆ yy_scan_bytes()

YY_BUFFER_STATE yy_scan_bytes ( const char *  bytes,
int  len 
)

◆ yy_scan_string()

YY_BUFFER_STATE yy_scan_string ( const char *  yy_str)

◆ yy_switch_to_buffer()

void yy_switch_to_buffer ( YY_BUFFER_STATE  new_buffer)

◆ yyalloc()

void * yyalloc ( yy_size_t  )

◆ yyfree()

void yyfree ( void *  )

◆ yylex()

int yylex ( YYSTYPE yylval_param,
YYLTYPE yylloc_param 
)

Definition at line 121 of file nsgenbind-lexer.l.

◆ yypush_buffer_state()

void yypush_buffer_state ( YY_BUFFER_STATE  new_buffer)

◆ yyrealloc()

void * yyrealloc ( void *  ,
yy_size_t   
)

◆ yyrestart()

void yyrestart ( FILE *  input_file)

◆ yyset_debug()

void yyset_debug ( int  debug_flag)

◆ yyset_extra()

void yyset_extra ( YY_EXTRA_TYPE  user_defined)

◆ yyset_in()

void yyset_in ( FILE *  _in_str)

◆ yyset_lineno()

void yyset_lineno ( int  _line_number)

◆ yyset_lloc()

void yyset_lloc ( YYLTYPE yylloc_param)

◆ yyset_lval()

void yyset_lval ( YYSTYPE yylval_param)

◆ yyset_out()

void yyset_out ( FILE *  _out_str)

Variable Documentation

◆ yyin

FILE* yyin
extern

Definition at line 633 of file nsgenbind-lexer.c.

◆ yyleng

int yyleng
extern

Definition at line 573 of file nsgenbind-lexer.c.

◆ yylineno

int yylineno
extern

Definition at line 638 of file nsgenbind-lexer.c.

◆ yyout

FILE * yyout

Definition at line 393 of file webidl-lexer.h.

◆ yytext

char* yytext
extern

Definition at line 903 of file nsgenbind-lexer.c.