summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/element_types.c
blob: d76fcb481a7705c8b5f40d4a7ac158aa38c76300 (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
char *element_type_names[] = {
0,
"command_as_argument",
"command_as_argument_inserted",
"index_entry_command",
"following_arg",
"space_command_arg",
"definfoenclose_command",
"empty_line",
"raw",
"last_raw_newline",
"empty_line_after_command",
"empty_spaces_after_command",
"spaces_at_end",
"empty_space_at_end_def_bracketed",
"space_at_end_block_command",
"empty_spaces_before_argument",
"empty_spaces_after_close_brace",
"empty_spaces_before_paragraph",
"preamble_text",
"space_at_end_menu_node",
"after_description_line",
"spaces",
"spaces_inserted",
"text_root",
"document_root",
"root_line",
"preamble",
"preamble_before_setfilename",
"paragraph",
"preformatted",
"rawpreformatted",
"brace_command_arg",
"brace_command_context",
"block_line_arg",
"line_arg",
"misc_arg",
"menu_entry",
"menu_entry_leading_text",
"menu_entry_name",
"menu_entry_separator",
"menu_entry_node",
"menu_entry_description",
"menu_comment",
"menu_star",
"macro_name",
"macro_arg",
"before_item",
"table_entry",
"table_term",
"table_item",
"inter_item",
"def_line",
"def_item",
"inter_def_item",
"multitable_head",
"multitable_body",
"row",
"bracketed",
"bracketed_def_content",
"def_aggregate",
"bracketed_inserted",
"bracketed_multitable_prototype",
"row_prototype",
"elided",
"elided_block",
"delimiter",
"untranslated",

};