XMMS2
|
#include <s4.h>
#include <stdio.h>
#include <readline/readline.h>
#include "cli.h"
#include "main.tab.h"
Macros | |
#define | YY_USER_ACTION |
#define | HEX_TO_INT(c) (((c) & 0xf) + (((c) & 0x40) >> 6) * 9) |
Functions | |
int | yylex (void) |
void | init_lexer (char *lines[], int line_count) |
int | yywrap () |
Variables | |
YY_BUFFER_STATE | buffer_lines [128] |
int | cur_line |
int | cur_col |
int | buffer_line_count |
#define HEX_TO_INT | ( | c | ) | (((c) & 0xf) + (((c) & 0x40) >> 6) * 9) |
#define YY_USER_ACTION |
void init_lexer | ( | char * | lines[], |
int | line_count ) |
int yylex | ( | void | ) |
int yywrap | ( | ) |
int buffer_line_count |
Referenced by init_lexer(), and yywrap().
YY_BUFFER_STATE buffer_lines[128] |
Referenced by init_lexer(), and yywrap().
int cur_col |
Referenced by init_lexer(), and yywrap().
int cur_line |
Referenced by init_lexer(), and yywrap().