Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Go to the source code of this file.
Macros | |
#define | WS_IS_DECIMAL_DIGIT(ch) ('0' <= (ch) && (ch) <= '9') |
#define | WS_DECIMAL_TO_INT(ch) ((ch) - '0') |
#define | WS_IS_NON_ZERO_DIGIT(ch) ('1' <= (ch) && (ch) <= '9') |
#define | WS_IS_OCTAL_DIGIT(ch) ('0' <= (ch) && (ch) <= '7') |
#define | WS_OCTAL_TO_INT(ch) ((ch) - '0') |
#define | WS_IS_HEX_DIGIT(ch) |
#define | WS_HEX_TO_INT(ch) |
#define | WS_IS_IDENTIFIER_LETTER(ch) |
#define | N(n) n, sizeof(n) - 1 |
Functions | |
int | ws_yy_lex (YYSTYPE *yylval, YYLTYPE *yylloc, WsCompiler *compiler) |
static WsBool | lookup_keyword (char *id, size_t len, int *token_return) |
static WsUInt32 | buffer_to_int (WsCompilerPtr compiler, WsBuffer *buffer) |
static WsBool | read_float_from_point (WsCompiler *compiler, WsBuffer *buffer, WsFloat *result) |
static WsBool | read_float_from_exp (WsCompiler *compiler, WsBuffer *buffer, WsFloat *result) |
Variables | |
struct { | |
char * name | |
size_t name_len | |
int token | |
} | keywords [] |
static int | num_keywords = sizeof(keywords) / sizeof(keywords[0]) |
#define WS_HEX_TO_INT | ( | ch | ) |
Definition at line 99 of file wslexer.c.
Referenced by ws_yy_lex().
#define WS_IS_DECIMAL_DIGIT | ( | ch | ) | ('0' <= (ch) && (ch) <= '9') |
Definition at line 78 of file wslexer.c.
Referenced by read_float_from_exp(), read_float_from_point(), and ws_yy_lex().
#define WS_IS_HEX_DIGIT | ( | ch | ) |
Definition at line 94 of file wslexer.c.
Referenced by ws_yy_lex().
#define WS_IS_IDENTIFIER_LETTER | ( | ch | ) |
Definition at line 108 of file wslexer.c.
Referenced by ws_yy_lex().
#define WS_IS_NON_ZERO_DIGIT | ( | ch | ) | ('1' <= (ch) && (ch) <= '9') |
Definition at line 85 of file wslexer.c.
Referenced by ws_yy_lex().
#define WS_IS_OCTAL_DIGIT | ( | ch | ) | ('0' <= (ch) && (ch) <= '7') |
Definition at line 88 of file wslexer.c.
Referenced by ws_yy_lex().
#define WS_OCTAL_TO_INT | ( | ch | ) | ((ch) - '0') |
Definition at line 91 of file wslexer.c.
Referenced by ws_yy_lex().
|
static |
Definition at line 910 of file wslexer.c.
References ws_buffer_append_space(), ws_buffer_ptr(), ws_error_memory(), WS_INT32_MAX, and ws_src_error().
Referenced by ws_yy_lex().
|
static |
Definition at line 877 of file wslexer.c.
References keywords, name, name_len, num_keywords, WS_FALSE, and WS_TRUE.
Referenced by ws_yy_lex().
|
static |
Definition at line 960 of file wslexer.c.
References WsCompilerRec::input, ws_buffer_append_space(), ws_buffer_ptr(), ws_error_memory(), WS_FALSE, ws_ieee754_encode_single(), WS_IEEE754_OK, WS_IS_DECIMAL_DIGIT, ws_src_error(), ws_stream_getc(), ws_stream_ungetc(), and WS_TRUE.
Referenced by read_float_from_point(), and ws_yy_lex().
|
static |
Definition at line 937 of file wslexer.c.
References WsCompilerRec::input, read_float_from_exp(), ws_buffer_append_space(), ws_error_memory(), WS_FALSE, WS_IS_DECIMAL_DIGIT, ws_stream_getc(), and ws_stream_ungetc().
Referenced by ws_yy_lex().
int ws_yy_lex | ( | YYSTYPE * | yylval, |
YYLTYPE * | yylloc, | ||
WsCompiler * | compiler | ||
) |
Definition at line 223 of file wslexer.c.
References buffer_to_int(), COMPILER_MAGIC, YYLTYPE::first_line, gw_assert(), YYSTYPE::identifier, WsCompilerRec::input, YYSTYPE::integer, WsCompilerRec::linenum, lookup_keyword(), WsCompilerRec::magic, read_float_from_exp(), read_float_from_point(), YYSTYPE::string, tADDA, tAND, tANDA, tDIVA, tEQ, tFLOAT, tGE, tIDENTIFIER, tIDIV, tIDIVA, tINTEGER, tLE, tLSHIFT, tLSHIFTA, tMINUSMINUS, tMULA, tNE, token, tOR, tORA, tPLUSPLUS, tREMA, tRSSHIFT, tRSSHIFTA, tRSZSHIFT, tRSZSHIFTA, tSTRING, tSUBA, tXORA, type, YYSTYPE::vfloat, ws_buffer_append_space(), ws_buffer_init(), ws_buffer_len(), ws_buffer_uninit(), ws_error_memory(), ws_free(), WS_HEX_TO_INT, WS_IS_DECIMAL_DIGIT, WS_IS_HEX_DIGIT, WS_IS_IDENTIFIER_LETTER, WS_IS_NON_ZERO_DIGIT, WS_IS_OCTAL_DIGIT, ws_lexer_register_block(), ws_lexer_register_utf8(), ws_malloc(), WS_OCTAL_TO_INT, ws_realloc(), ws_src_error(), ws_stream_getc(), ws_stream_ungetc(), ws_utf8_alloc(), ws_utf8_append_char(), and ws_utf8_free().
struct { ... } keywords[] |
Referenced by lookup_keyword(), soap_create_map(), soap_parse_dlr(), soap_parse_mo(), and soap_parse_response().
char* name |
Definition at line 157 of file wslexer.c.
Referenced by lookup_keyword().
size_t name_len |
Definition at line 158 of file wslexer.c.
Referenced by http_header_find_first_real(), lookup_keyword(), ws_bc_add_pragma_user_agent_property(), ws_bc_add_pragma_user_agent_property_and_scheme(), and ws_bc_encode().
Definition at line 219 of file wslexer.c.
Referenced by lookup_keyword().
int token |
Definition at line 159 of file wslexer.c.
Referenced by attr_dict_construct(), flag_date_length(), hash_create(), is_token(), parse_ota_syncsettings(), parse_url_value(), soap_format_xml(), wml_init(), and ws_yy_lex().