summaryrefslogtreecommitdiff
path: root/libfsm/xmltags.gperf
blob: 1ca544f703d4ac071f4dad122c8c1a280e6352f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
/*
 * Copyright 2005 Adrian Thurston <thurston@colm.net>
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to
 * deal in the Software without restriction, including without limitation the
 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 * sell copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */


%{
#include <string.h>
#include "xmlparse.h"
%}
%compare-strncmp
struct XMLTagHashPair;
%%
ragel, TAG_ragel
ragel_def, TAG_ragel_def
host, TAG_host
state_list, TAG_state_list
state, TAG_state
trans_list, TAG_trans_list
t, TAG_t
machine, TAG_machine
start_state, TAG_start_state
error_state, TAG_error_state
action_list, TAG_action_list
action, TAG_action
action_table_list, TAG_action_table_list
action_table, TAG_action_table
alphtype, TAG_alphtype
getkey, TAG_getkey
state_actions, TAG_state_actions
entry_points, TAG_entry_points
text, TAG_text
goto, TAG_goto
call, TAG_call
next, TAG_next
goto_expr, TAG_goto_expr
call_expr, TAG_call_expr
next_expr, TAG_next_expr
ret, TAG_ret
pchar, TAG_pchar
char, TAG_char
hold, TAG_hold
exec, TAG_exec
curs, TAG_curs
targs, TAG_targs
entry, TAG_entry
data, TAG_data
lm_switch, TAG_lm_switch
sub_action, TAG_sub_action
init_act, TAG_init_act
set_act, TAG_set_act
get_tokend, TAG_get_tokend
set_tokend, TAG_set_tokend
init_tokstart, TAG_init_tokstart
set_tokstart, TAG_set_tokstart
write, TAG_write
access, TAG_access
break, TAG_break
arg, TAG_arg
cond_space_list, TAG_cond_space_list
cond_space, TAG_cond_space
cond_list, TAG_cond_list
c, TAG_c
exports, TAG_exports
ex, TAG_ex
p_expr, TAG_p_expr
pe_expr, TAG_pe_expr
eof_expr, TAG_eof_expr
cs_expr, TAG_cs_expr
top_expr, TAG_top_expr
stack_expr, TAG_stack_expr
act_expr, TAG_act_expr
tokstart_expr, TAG_tokstart_expr
tokend_expr, TAG_tokend_expr
data_expr, TAG_data_expr
prepush, TAG_prepush
postpop, TAG_postpop
eof_t, TAG_eof_t