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

Go to the source code of this file.

Classes

struct  yy_buffer_state
 
struct  yy_trans_info
 

Macros

#define YY_INT_ALIGNED   short int
 
#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 yy_flex_debug   webidl__flex_debug
 
#define yyin   webidl_in
 
#define yyleng   webidl_leng
 
#define yylex   webidl_lex
 
#define yylineno   webidl_lineno
 
#define yyout   webidl_out
 
#define yyrestart   webidl_restart
 
#define yytext   webidl_text
 
#define yywrap   webidl_wrap
 
#define yyalloc   webidl_alloc
 
#define yyrealloc   webidl_realloc
 
#define yyfree   webidl_free
 
#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 webidl__create_buffer_ALREADY_DEFINED
 
#define webidl__delete_buffer_ALREADY_DEFINED
 
#define webidl__scan_buffer_ALREADY_DEFINED
 
#define webidl__scan_string_ALREADY_DEFINED
 
#define webidl__scan_bytes_ALREADY_DEFINED
 
#define webidl__init_buffer_ALREADY_DEFINED
 
#define webidl__flush_buffer_ALREADY_DEFINED
 
#define webidl__load_buffer_state_ALREADY_DEFINED
 
#define webidl__switch_to_buffer_ALREADY_DEFINED
 
#define webidl_push_buffer_state_ALREADY_DEFINED
 
#define webidl_pop_buffer_state_ALREADY_DEFINED
 
#define webidl_ensure_buffer_stack_ALREADY_DEFINED
 
#define webidl_lex_ALREADY_DEFINED
 
#define webidl_restart_ALREADY_DEFINED
 
#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 webidl_wrap_ALREADY_DEFINED
 
#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 webidl_alloc_ALREADY_DEFINED
 
#define webidl_realloc_ALREADY_DEFINED
 
#define webidl_free_ALREADY_DEFINED
 
#define webidl_text_ALREADY_DEFINED
 
#define webidl_leng_ALREADY_DEFINED
 
#define webidl_in_ALREADY_DEFINED
 
#define webidl_out_ALREADY_DEFINED
 
#define webidl__flex_debug_ALREADY_DEFINED
 
#define webidl_lineno_ALREADY_DEFINED
 
#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_NULL   0
 
#define YY_SC_TO_UI(c)   ((YY_CHAR) (c))
 
#define BEGIN   (yy_start) = 1 + 2 *
 
#define YY_START   (((yy_start) - 1) / 2)
 
#define YYSTATE   YY_START
 
#define YY_STATE_EOF(state)   (YY_END_OF_BUFFER + state + 1)
 
#define YY_NEW_FILE   yyrestart( yyin )
 
#define YY_END_OF_BUFFER_CHAR   0
 
#define YY_BUF_SIZE   16384
 
#define YY_STATE_BUF_SIZE   ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
 
#define YY_TYPEDEF_YY_BUFFER_STATE
 
#define YY_TYPEDEF_YY_SIZE_T
 
#define EOB_ACT_CONTINUE_SCAN   0
 
#define EOB_ACT_END_OF_FILE   1
 
#define EOB_ACT_LAST_MATCH   2
 
#define YY_LESS_LINENO(n)
 
#define YY_LINENO_REWIND_TO(dst)
 
#define yyless(n)
 
#define unput(c)   yyunput( c, (yytext_ptr) )
 
#define YY_STRUCT_YY_BUFFER_STATE
 
#define YY_BUFFER_NEW   0
 
#define YY_BUFFER_NORMAL   1
 
#define YY_BUFFER_EOF_PENDING   2
 
#define YY_CURRENT_BUFFER
 
#define YY_CURRENT_BUFFER_LVALUE   (yy_buffer_stack)[(yy_buffer_stack_top)]
 
#define YY_FLUSH_BUFFER   yy_flush_buffer( YY_CURRENT_BUFFER )
 
#define yy_new_buffer   yy_create_buffer
 
#define yy_set_interactive(is_interactive)
 
#define yy_set_bol(at_bol)
 
#define YY_AT_BOL()   (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
 
#define webidl_wrap()   (/*CONSTCOND*/1)
 
#define YY_SKIP_YYWRAP
 
#define yytext_ptr   yytext
 
#define YY_DO_BEFORE_ACTION
 
#define YY_NUM_RULES   64
 
#define YY_END_OF_BUFFER   65
 
#define REJECT   reject_used_but_not_detected
 
#define yymore()   yymore_used_but_not_detected
 
#define YY_MORE_ADJ   0
 
#define YY_RESTORE_YY_MORE_OFFSET
 
#define YY_USER_ACTION
 
#define YYSTYPE   WEBIDL_STYPE
 
#define YYLTYPE   WEBIDL_LTYPE
 
#define INITIAL   0
 
#define incl   1
 
#define YY_EXTRA_TYPE   void *
 
#define YY_READ_BUF_SIZE   8192
 
#define ECHO   do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
 
#define YY_INPUT(buf, result, max_size)
 
#define yyterminate()   return YY_NULL
 
#define YY_START_STACK_INCR   25
 
#define YY_FATAL_ERROR(msg)   yy_fatal_error( msg )
 
#define YY_DECL_IS_OURS   1
 
#define YY_DECL
 
#define YY_BREAK   /*LINTED*/break;
 
#define YY_RULE_SETUP
 
#define YY_EXIT_FAILURE   2
 
#define yyless(n)
 
#define YYTABLES_NAME   "yytables"
 

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
 
typedef flex_uint8_t YY_CHAR
 
typedef int yy_state_type
 

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)
 
 if (!(yy_init))
 

Variables

int yyleng
 
FILE * yyin = NULL
 
FILE * yyout = NULL
 
int yylineno = 1
 
char * yytext
 
int yy_flex_debug = 0
 
 YY_DECL
 
char * yy_cp
 
char * yy_bp
 
int yy_act
 
YYSTYPEyylval = yylval_param
 
YYLTYPEyylloc = yylloc_param
 

Macro Definition Documentation

◆ BEGIN

#define BEGIN   (yy_start) = 1 + 2 *

Definition at line 401 of file webidl-lexer.c.

◆ ECHO

#define ECHO   do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)

Definition at line 1221 of file webidl-lexer.c.

◆ EOB_ACT_CONTINUE_SCAN

#define EOB_ACT_CONTINUE_SCAN   0

Definition at line 445 of file webidl-lexer.c.

◆ EOB_ACT_END_OF_FILE

#define EOB_ACT_END_OF_FILE   1

Definition at line 446 of file webidl-lexer.c.

◆ EOB_ACT_LAST_MATCH

#define EOB_ACT_LAST_MATCH   2

Definition at line 447 of file webidl-lexer.c.

◆ FLEX_BETA

#define FLEX_BETA

Definition at line 39 of file webidl-lexer.c.

◆ FLEX_SCANNER

#define FLEX_SCANNER

Definition at line 34 of file webidl-lexer.c.

◆ FLEXINT_H

#define FLEXINT_H

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

◆ incl

#define incl   1

Definition at line 1120 of file webidl-lexer.c.

◆ INITIAL

#define INITIAL   0

Definition at line 1119 of file webidl-lexer.c.

◆ INT16_MAX

#define INT16_MAX   (32767)

Definition at line 355 of file webidl-lexer.c.

◆ INT16_MIN

#define INT16_MIN   (-32767-1)

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

◆ INT32_MAX

#define INT32_MAX   (2147483647)

Definition at line 358 of file webidl-lexer.c.

◆ INT32_MIN

#define INT32_MIN   (-2147483647-1)

Definition at line 349 of file webidl-lexer.c.

◆ INT8_MAX

#define INT8_MAX   (127)

Definition at line 352 of file webidl-lexer.c.

◆ INT8_MIN

#define INT8_MIN   (-128)

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

◆ REJECT

#define REJECT   reject_used_but_not_detected

Definition at line 1046 of file webidl-lexer.c.

◆ SIZE_MAX

#define SIZE_MAX   (~(size_t)0)

Definition at line 371 of file webidl-lexer.c.

◆ UINT16_MAX

#define UINT16_MAX   (65535U)

Definition at line 364 of file webidl-lexer.c.

◆ UINT32_MAX

#define UINT32_MAX   (4294967295U)

Definition at line 367 of file webidl-lexer.c.

◆ UINT8_MAX

#define UINT8_MAX   (255U)

Definition at line 361 of file webidl-lexer.c.

◆ unput

#define unput (   c)    yyunput( c, (yytext_ptr) )

Definition at line 484 of file webidl-lexer.c.

◆ webidl__create_buffer_ALREADY_DEFINED

#define webidl__create_buffer_ALREADY_DEFINED

Definition at line 43 of file webidl-lexer.c.

◆ webidl__delete_buffer_ALREADY_DEFINED

#define webidl__delete_buffer_ALREADY_DEFINED

Definition at line 49 of file webidl-lexer.c.

◆ webidl__flex_debug_ALREADY_DEFINED

#define webidl__flex_debug_ALREADY_DEFINED

Definition at line 289 of file webidl-lexer.c.

◆ webidl__flush_buffer_ALREADY_DEFINED

#define webidl__flush_buffer_ALREADY_DEFINED

Definition at line 79 of file webidl-lexer.c.

◆ webidl__init_buffer_ALREADY_DEFINED

#define webidl__init_buffer_ALREADY_DEFINED

Definition at line 73 of file webidl-lexer.c.

◆ webidl__load_buffer_state_ALREADY_DEFINED

#define webidl__load_buffer_state_ALREADY_DEFINED

Definition at line 85 of file webidl-lexer.c.

◆ webidl__scan_buffer_ALREADY_DEFINED

#define webidl__scan_buffer_ALREADY_DEFINED

Definition at line 55 of file webidl-lexer.c.

◆ webidl__scan_bytes_ALREADY_DEFINED

#define webidl__scan_bytes_ALREADY_DEFINED

Definition at line 67 of file webidl-lexer.c.

◆ webidl__scan_string_ALREADY_DEFINED

#define webidl__scan_string_ALREADY_DEFINED

Definition at line 61 of file webidl-lexer.c.

◆ webidl__switch_to_buffer_ALREADY_DEFINED

#define webidl__switch_to_buffer_ALREADY_DEFINED

Definition at line 91 of file webidl-lexer.c.

◆ webidl_alloc_ALREADY_DEFINED

#define webidl_alloc_ALREADY_DEFINED

Definition at line 247 of file webidl-lexer.c.

◆ webidl_ensure_buffer_stack_ALREADY_DEFINED

#define webidl_ensure_buffer_stack_ALREADY_DEFINED

Definition at line 109 of file webidl-lexer.c.

◆ webidl_free_ALREADY_DEFINED

#define webidl_free_ALREADY_DEFINED

Definition at line 259 of file webidl-lexer.c.

◆ webidl_in_ALREADY_DEFINED

#define webidl_in_ALREADY_DEFINED

Definition at line 277 of file webidl-lexer.c.

◆ webidl_leng_ALREADY_DEFINED

#define webidl_leng_ALREADY_DEFINED

Definition at line 271 of file webidl-lexer.c.

◆ webidl_lex_ALREADY_DEFINED

#define webidl_lex_ALREADY_DEFINED

Definition at line 115 of file webidl-lexer.c.

◆ webidl_lineno_ALREADY_DEFINED

#define webidl_lineno_ALREADY_DEFINED

Definition at line 295 of file webidl-lexer.c.

◆ webidl_out_ALREADY_DEFINED

#define webidl_out_ALREADY_DEFINED

Definition at line 283 of file webidl-lexer.c.

◆ webidl_pop_buffer_state_ALREADY_DEFINED

#define webidl_pop_buffer_state_ALREADY_DEFINED

Definition at line 103 of file webidl-lexer.c.

◆ webidl_push_buffer_state_ALREADY_DEFINED

#define webidl_push_buffer_state_ALREADY_DEFINED

Definition at line 97 of file webidl-lexer.c.

◆ webidl_realloc_ALREADY_DEFINED

#define webidl_realloc_ALREADY_DEFINED

Definition at line 253 of file webidl-lexer.c.

◆ webidl_restart_ALREADY_DEFINED

#define webidl_restart_ALREADY_DEFINED

Definition at line 121 of file webidl-lexer.c.

◆ webidl_text_ALREADY_DEFINED

#define webidl_text_ALREADY_DEFINED

Definition at line 265 of file webidl-lexer.c.

◆ webidl_wrap

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

Definition at line 629 of file webidl-lexer.c.

◆ webidl_wrap_ALREADY_DEFINED

#define webidl_wrap_ALREADY_DEFINED

Definition at line 217 of file webidl-lexer.c.

◆ YY_AT_BOL

#define YY_AT_BOL ( )    (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)

Definition at line 625 of file webidl-lexer.c.

◆ YY_BREAK

#define YY_BREAK   /*LINTED*/break;

Definition at line 1302 of file webidl-lexer.c.

◆ YY_BUF_SIZE

#define YY_BUF_SIZE   16384

Definition at line 423 of file webidl-lexer.c.

◆ YY_BUFFER_EOF_PENDING

#define YY_BUFFER_EOF_PENDING   2

Definition at line 546 of file webidl-lexer.c.

◆ YY_BUFFER_NEW

#define YY_BUFFER_NEW   0

Definition at line 534 of file webidl-lexer.c.

◆ YY_BUFFER_NORMAL

#define YY_BUFFER_NORMAL   1

Definition at line 535 of file webidl-lexer.c.

◆ yy_create_buffer

#define yy_create_buffer   webidl__create_buffer

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

◆ YY_CURRENT_BUFFER

#define YY_CURRENT_BUFFER
Value:
( (yy_buffer_stack) \
? (yy_buffer_stack)[(yy_buffer_stack_top)] \
: NULL)

Definition at line 562 of file webidl-lexer.c.

◆ YY_CURRENT_BUFFER_LVALUE

#define YY_CURRENT_BUFFER_LVALUE   (yy_buffer_stack)[(yy_buffer_stack_top)]

Definition at line 568 of file webidl-lexer.c.

◆ YY_DECL

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

Definition at line 1289 of file webidl-lexer.c.

◆ YY_DECL_IS_OURS

#define YY_DECL_IS_OURS   1

Definition at line 1284 of file webidl-lexer.c.

◆ yy_delete_buffer

#define yy_delete_buffer   webidl__delete_buffer

Definition at line 10 of file webidl-lexer.c.

◆ YY_DO_BEFORE_ACTION

#define YY_DO_BEFORE_ACTION
Value:
yyleng = (int) (yy_cp - yy_bp); \
(yy_hold_char) = *yy_cp; \
*yy_cp = '\0'; \
(yy_c_buf_p) = yy_cp;
char * yy_cp
#define yytext_ptr
Definition: webidl-lexer.c:644
char * yy_bp

Definition at line 654 of file webidl-lexer.c.

◆ YY_END_OF_BUFFER

#define YY_END_OF_BUFFER   65

Definition at line 661 of file webidl-lexer.c.

◆ YY_END_OF_BUFFER_CHAR

#define YY_END_OF_BUFFER_CHAR   0

Definition at line 412 of file webidl-lexer.c.

◆ YY_EXIT_FAILURE

#define YY_EXIT_FAILURE   2

◆ YY_EXTRA_TYPE

#define YY_EXTRA_TYPE   void *

Definition at line 1131 of file webidl-lexer.c.

◆ YY_FATAL_ERROR

#define YY_FATAL_ERROR (   msg)    yy_fatal_error( msg )

Definition at line 1275 of file webidl-lexer.c.

◆ yy_flex_debug

#define yy_flex_debug   webidl__flex_debug

Definition at line 21 of file webidl-lexer.c.

◆ YY_FLEX_MAJOR_VERSION

#define YY_FLEX_MAJOR_VERSION   2

Definition at line 35 of file webidl-lexer.c.

◆ YY_FLEX_MINOR_VERSION

#define YY_FLEX_MINOR_VERSION   6

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

◆ YY_FLEX_SUBMINOR_VERSION

#define YY_FLEX_SUBMINOR_VERSION   4

Definition at line 37 of file webidl-lexer.c.

◆ yy_flush_buffer

#define yy_flush_buffer   webidl__flush_buffer

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

◆ YY_FLUSH_BUFFER

#define YY_FLUSH_BUFFER   yy_flush_buffer( YY_CURRENT_BUFFER )

Definition at line 596 of file webidl-lexer.c.

◆ yy_init_buffer

#define yy_init_buffer   webidl__init_buffer

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

◆ YY_INPUT

#define YY_INPUT (   buf,
  result,
  max_size 
)
Value:
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
{ \
int c = '*'; \
int n; \
for ( n = 0; n < max_size && \
(c = getc( yyin )) != EOF && c != '\n'; ++n ) \
buf[n] = (char) c; \
if ( c == '\n' ) \
buf[n++] = (char) c; \
if ( c == EOF && ferror( yyin ) ) \
YY_FATAL_ERROR( "input in flex scanner failed" ); \
result = n; \
} \
else \
{ \
errno=0; \
while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
{ \
if( errno != EINTR) \
{ \
YY_FATAL_ERROR( "input in flex scanner failed" ); \
break; \
} \
errno=0; \
clearerr(yyin); \
} \
}\
\
size_t yy_size_t
#define YY_CURRENT_BUFFER_LVALUE
Definition: webidl-lexer.c:568
#define yyin
Definition: webidl-lexer.c:22

Definition at line 1228 of file webidl-lexer.c.

◆ YY_INT_ALIGNED

#define YY_INT_ALIGNED   short int

Definition at line 5 of file webidl-lexer.c.

◆ YY_LESS_LINENO

#define YY_LESS_LINENO (   n)
Value:
do { \
int yyl;\
for ( yyl = n; yyl < yyleng; ++yyl )\
if ( yytext[yyl] == '\n' )\
}while(0)
#define yytext
Definition: webidl-lexer.c:28
#define yylineno
Definition: webidl-lexer.c:25
#define yyleng
Definition: webidl-lexer.c:23

Definition at line 456 of file webidl-lexer.c.

◆ YY_LINENO_REWIND_TO

#define YY_LINENO_REWIND_TO (   dst)
Value:
do {\
const char *p;\
for ( p = yy_cp-1; p >= (dst); --p)\
if ( *p == '\n' )\
}while(0)

Definition at line 463 of file webidl-lexer.c.

◆ yy_load_buffer_state

#define yy_load_buffer_state (   void)    webidl__load_buffer_state

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

◆ YY_MORE_ADJ

#define YY_MORE_ADJ   0

Definition at line 1048 of file webidl-lexer.c.

◆ yy_new_buffer

#define yy_new_buffer   yy_create_buffer

Definition at line 606 of file webidl-lexer.c.

◆ YY_NEW_FILE

#define YY_NEW_FILE   yyrestart( yyin )

Definition at line 411 of file webidl-lexer.c.

◆ YY_NULL

#define YY_NULL   0

Definition at line 390 of file webidl-lexer.c.

◆ YY_NUM_RULES

#define YY_NUM_RULES   64

Definition at line 660 of file webidl-lexer.c.

◆ YY_READ_BUF_SIZE

#define YY_READ_BUF_SIZE   8192

Definition at line 1212 of file webidl-lexer.c.

◆ YY_RESTORE_YY_MORE_OFFSET

#define YY_RESTORE_YY_MORE_OFFSET

Definition at line 1049 of file webidl-lexer.c.

◆ YY_RULE_SETUP

#define YY_RULE_SETUP
Value:
if ( yyleng > 0 ) \
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \
(yytext[yyleng - 1] == '\n'); \
YY_USER_ACTION

Definition at line 1305 of file webidl-lexer.c.

◆ YY_SC_TO_UI

#define YY_SC_TO_UI (   c)    ((YY_CHAR) (c))

Definition at line 395 of file webidl-lexer.c.

◆ yy_scan_buffer

#define yy_scan_buffer   webidl__scan_buffer

Definition at line 11 of file webidl-lexer.c.

◆ yy_scan_bytes

#define yy_scan_bytes   webidl__scan_bytes

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

◆ yy_scan_string

#define yy_scan_string   webidl__scan_string

Definition at line 12 of file webidl-lexer.c.

◆ yy_set_bol

#define yy_set_bol (   at_bol)
Value:
{ \
if ( ! YY_CURRENT_BUFFER ){\
yyensure_buffer_stack (); \
YY_CURRENT_BUFFER_LVALUE = \
yy_create_buffer( yyin, YY_BUF_SIZE ); \
} \
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
}
#define YY_CURRENT_BUFFER
Definition: webidl-lexer.c:562
#define YY_BUF_SIZE
Definition: webidl-lexer.c:423

Definition at line 616 of file webidl-lexer.c.

◆ yy_set_interactive

#define yy_set_interactive (   is_interactive)
Value:
{ \
if ( ! YY_CURRENT_BUFFER ){ \
yyensure_buffer_stack (); \
YY_CURRENT_BUFFER_LVALUE = \
yy_create_buffer( yyin, YY_BUF_SIZE ); \
} \
YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
}

Definition at line 607 of file webidl-lexer.c.

◆ YY_SKIP_YYWRAP

#define YY_SKIP_YYWRAP

Definition at line 630 of file webidl-lexer.c.

◆ YY_START

#define YY_START   (((yy_start) - 1) / 2)

Definition at line 406 of file webidl-lexer.c.

◆ YY_START_STACK_INCR

#define YY_START_STACK_INCR   25

Definition at line 1270 of file webidl-lexer.c.

◆ YY_STATE_BUF_SIZE

#define YY_STATE_BUF_SIZE   ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))

Definition at line 429 of file webidl-lexer.c.

◆ YY_STATE_EOF

#define YY_STATE_EOF (   state)    (YY_END_OF_BUFFER + state + 1)

Definition at line 409 of file webidl-lexer.c.

◆ YY_STRUCT_YY_BUFFER_STATE

#define YY_STRUCT_YY_BUFFER_STATE

Definition at line 487 of file webidl-lexer.c.

◆ yy_switch_to_buffer

#define yy_switch_to_buffer   webidl__switch_to_buffer

Definition at line 17 of file webidl-lexer.c.

◆ YY_TYPEDEF_YY_BUFFER_STATE

#define YY_TYPEDEF_YY_BUFFER_STATE

Definition at line 432 of file webidl-lexer.c.

◆ YY_TYPEDEF_YY_SIZE_T

#define YY_TYPEDEF_YY_SIZE_T

Definition at line 437 of file webidl-lexer.c.

◆ YY_USER_ACTION

#define YY_USER_ACTION
Value:
yylloc->first_column = yylloc->last_column + 1; \
yylloc->last_column += yyleng;
YYLTYPE * yylloc

Definition at line 1077 of file webidl-lexer.c.

◆ yyalloc

#define yyalloc   webidl_alloc

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

◆ yyconst

#define yyconst   const

Definition at line 381 of file webidl-lexer.c.

◆ yyensure_buffer_stack

#define yyensure_buffer_stack (   void)    webidl_ensure_buffer_stack

Definition at line 20 of file webidl-lexer.c.

◆ yyfree

#define yyfree   webidl_free

Definition at line 32 of file webidl-lexer.c.

◆ yyget_debug

#define yyget_debug (   void)    webidl_get_debug

Definition at line 147 of file webidl-lexer.c.

◆ yyget_extra

#define yyget_extra (   void)    webidl_get_extra

Definition at line 159 of file webidl-lexer.c.

◆ yyget_in

#define yyget_in (   void)    webidl_get_in

Definition at line 171 of file webidl-lexer.c.

◆ yyget_leng

#define yyget_leng (   void)    webidl_get_leng

Definition at line 195 of file webidl-lexer.c.

◆ yyget_lineno

#define yyget_lineno (   void)    webidl_get_lineno

Definition at line 207 of file webidl-lexer.c.

◆ yyget_lloc

#define yyget_lloc (   void)    webidl_get_lloc

Definition at line 237 of file webidl-lexer.c.

◆ yyget_lval

#define yyget_lval (   void)    webidl_get_lval

Definition at line 225 of file webidl-lexer.c.

◆ yyget_out

#define yyget_out (   void)    webidl_get_out

Definition at line 183 of file webidl-lexer.c.

◆ yyget_text

#define yyget_text (   void)    webidl_get_text

Definition at line 201 of file webidl-lexer.c.

◆ yyin

#define yyin   webidl_in

Definition at line 22 of file webidl-lexer.c.

◆ yyleng

#define yyleng   webidl_leng

Definition at line 23 of file webidl-lexer.c.

◆ yyless [1/2]

#define yyless (   n)
Value:
do \
{ \
/* Undo effects of setting up yytext. */ \
int yyless_macro_arg = (n); \
YY_LESS_LINENO(yyless_macro_arg);\
*yy_cp = (yy_hold_char); \
YY_RESTORE_YY_MORE_OFFSET \
(yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
YY_DO_BEFORE_ACTION; /* set up yytext again */ \
} \
while ( 0 )
#define YY_MORE_ADJ

Definition at line 472 of file webidl-lexer.c.

◆ yyless [2/2]

#define yyless (   n)
Value:
do \
{ \
/* Undo effects of setting up yytext. */ \
int yyless_macro_arg = (n); \
YY_LESS_LINENO(yyless_macro_arg);\
yytext[yyleng] = (yy_hold_char); \
(yy_c_buf_p) = yytext + yyless_macro_arg; \
(yy_hold_char) = *(yy_c_buf_p); \
*(yy_c_buf_p) = '\0'; \
yyleng = yyless_macro_arg; \
} \
while ( 0 )

Definition at line 472 of file webidl-lexer.c.

◆ yylex

#define yylex   webidl_lex

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

◆ yylex_destroy

#define yylex_destroy (   void)    webidl_lex_destroy

Definition at line 141 of file webidl-lexer.c.

◆ yylex_init

#define yylex_init   webidl_lex_init

Definition at line 129 of file webidl-lexer.c.

◆ yylex_init_extra

#define yylex_init_extra   webidl_lex_init_extra

Definition at line 135 of file webidl-lexer.c.

◆ yylineno

#define yylineno   webidl_lineno

Definition at line 25 of file webidl-lexer.c.

◆ YYLTYPE

#define YYLTYPE   WEBIDL_LTYPE

Definition at line 1087 of file webidl-lexer.c.

◆ yymore

#define yymore ( )    yymore_used_but_not_detected

Definition at line 1047 of file webidl-lexer.c.

◆ yynoreturn

#define yynoreturn

Definition at line 386 of file webidl-lexer.c.

◆ yyout

#define yyout   webidl_out

Definition at line 26 of file webidl-lexer.c.

◆ yypop_buffer_state

#define yypop_buffer_state (   void)    webidl_pop_buffer_state

Definition at line 19 of file webidl-lexer.c.

◆ yypush_buffer_state

#define yypush_buffer_state   webidl_push_buffer_state

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

◆ yyrealloc

#define yyrealloc   webidl_realloc

Definition at line 31 of file webidl-lexer.c.

◆ yyrestart

#define yyrestart   webidl_restart

Definition at line 27 of file webidl-lexer.c.

◆ yyset_debug

#define yyset_debug   webidl_set_debug

Definition at line 153 of file webidl-lexer.c.

◆ yyset_extra

#define yyset_extra   webidl_set_extra

Definition at line 165 of file webidl-lexer.c.

◆ yyset_in

#define yyset_in   webidl_set_in

Definition at line 177 of file webidl-lexer.c.

◆ yyset_lineno

#define yyset_lineno   webidl_set_lineno

Definition at line 213 of file webidl-lexer.c.

◆ yyset_lloc

#define yyset_lloc   webidl_set_lloc

Definition at line 243 of file webidl-lexer.c.

◆ yyset_lval

#define yyset_lval   webidl_set_lval

Definition at line 231 of file webidl-lexer.c.

◆ yyset_out

#define yyset_out   webidl_set_out

Definition at line 189 of file webidl-lexer.c.

◆ YYSTATE

#define YYSTATE   YY_START

Definition at line 407 of file webidl-lexer.c.

◆ YYSTYPE

#define YYSTYPE   WEBIDL_STYPE

Definition at line 1083 of file webidl-lexer.c.

◆ YYTABLES_NAME

#define YYTABLES_NAME   "yytables"

◆ yyterminate

#define yyterminate ( )    return YY_NULL

Definition at line 1265 of file webidl-lexer.c.

◆ yytext

#define yytext   webidl_text

Definition at line 28 of file webidl-lexer.c.

◆ yytext_ptr

#define yytext_ptr   yytext

Definition at line 644 of file webidl-lexer.c.

◆ yywrap

#define yywrap   webidl_wrap

Definition at line 29 of file webidl-lexer.c.

Typedef Documentation

◆ flex_int16_t

typedef short int flex_int16_t

Definition at line 335 of file webidl-lexer.c.

◆ flex_int32_t

Definition at line 336 of file webidl-lexer.c.

◆ flex_int8_t

typedef signed char flex_int8_t

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

◆ flex_uint16_t

typedef unsigned short int flex_uint16_t

Definition at line 338 of file webidl-lexer.c.

◆ flex_uint32_t

typedef unsigned int flex_uint32_t

Definition at line 339 of file webidl-lexer.c.

◆ flex_uint8_t

typedef unsigned char flex_uint8_t

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

◆ YY_BUFFER_STATE

Definition at line 433 of file webidl-lexer.c.

◆ YY_CHAR

Definition at line 631 of file webidl-lexer.c.

◆ yy_size_t

Definition at line 438 of file webidl-lexer.c.

◆ yy_state_type

Definition at line 635 of file webidl-lexer.c.

Function Documentation

◆ if()

if ( yy_init)

Definition at line 1327 of file webidl-lexer.c.

◆ 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

◆ yy_act

int yy_act

Definition at line 1317 of file webidl-lexer.c.

◆ yy_bp

char * yy_bp

Definition at line 1316 of file webidl-lexer.c.

◆ yy_cp

char* yy_cp

Definition at line 1316 of file webidl-lexer.c.

◆ YY_DECL

YY_DECL
Initial value:
{
yy_state_type yy_current_state
int yy_state_type

The main scanner function which does all the work.

Definition at line 1313 of file webidl-lexer.c.

◆ yy_flex_debug

int yy_flex_debug = 0

Definition at line 1041 of file webidl-lexer.c.

◆ yyin

FILE* yyin = NULL

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

◆ yyleng

int yyleng

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

◆ yylineno

int yylineno = 1

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

◆ yylloc

yylloc = yylloc_param

Definition at line 1321 of file webidl-lexer.c.

◆ yylval

yylval = yylval_param

Definition at line 1319 of file webidl-lexer.c.

◆ yyout

FILE * yyout = NULL

Definition at line 443 of file webidl-lexer.c.

◆ yytext

char* yytext

Definition at line 1050 of file webidl-lexer.c.