LMMS
Loading...
Searching...
No Matches
nseel-yylex.c File Reference
#include "ns-eel-int.h"
#include <stdlib.h>
#include <string.h>
#include "y.tab.c"

Macros

#define YYMALLOC   malloc
#define YYFREE   free

Functions

int nseellex (void *yylval_param, void *yylloc_param, void *yyscanner)
void nseelerror (void *pos, compileContext *ctx, const char *str)
static void WDL_STATICFUNC_UNUSED yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, YYLTYPE *yylocationp, compileContext *context)

Macro Definition Documentation

◆ YYFREE

#define YYFREE   free

◆ YYMALLOC

#define YYMALLOC   malloc

Function Documentation

◆ nseelerror()

void nseelerror ( void * pos,
compileContext * ctx,
const char * str )

◆ nseellex()

int nseellex ( void * yylval_param,
void * yylloc_param,
void * yyscanner )

◆ yydestruct()

void WDL_STATICFUNC_UNUSED yydestruct ( const char * yymsg,
int yytype,
YYSTYPE * yyvaluep,
YYLTYPE * yylocationp,
compileContext * context )
static