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

Go to the source code of this file.

Macros

#define YY_USER_ACTION
 

Functions

int yylex (YYSTYPE *yylval_param, YYLTYPE *yylloc_param)
 

Macro Definition Documentation

◆ YY_USER_ACTION

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

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

Function Documentation

◆ yylex()

int yylex ( YYSTYPE yylval_param,
YYLTYPE yylloc_param 
)

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