Go to the source code of this file.
◆ gperf_offsetof
#define gperf_offsetof |
( |
|
s, |
|
|
|
n |
|
) |
| (short)offsetof(struct s##_t, s##_str##n) |
Definition at line 31 of file lex.c.
◆ MAX_HASH_VALUE
#define MAX_HASH_VALUE 50 |
Definition at line 46 of file lex.c.
◆ MAX_WORD_LENGTH
#define MAX_WORD_LENGTH 12 |
Definition at line 44 of file lex.c.
◆ MIN_HASH_VALUE
Definition at line 45 of file lex.c.
◆ MIN_WORD_LENGTH
#define MIN_WORD_LENGTH 2 |
Definition at line 43 of file lex.c.
◆ rb_reserved_word
#define rb_reserved_word |
( |
|
str, |
|
|
|
len |
|
) |
| reserved_word(str, len) |
Definition at line 38 of file lex.c.
◆ stringpool
#define stringpool ((const char *) &stringpool_contents) |
◆ TOTAL_KEYWORDS
#define TOTAL_KEYWORDS 41 |
Definition at line 42 of file lex.c.
◆ rb_reserved_word() [1/2]
◆ rb_reserved_word() [2/2]
const struct kwtable * rb_reserved_word |
( |
register const char * |
str, |
|
|
register size_t |
len |
|
) |
| |