element_types.c 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. char *element_type_names[] = {
  2. 0,
  3. "command_as_argument",
  4. "index_entry_command",
  5. "following_arg",
  6. "space_command_arg",
  7. "definfoenclose_command",
  8. "empty_line",
  9. "raw",
  10. "last_raw_newline",
  11. "empty_line_after_command",
  12. "empty_spaces_after_command",
  13. "spaces_at_end",
  14. "empty_space_at_end_def_bracketed",
  15. "space_at_end_block_command",
  16. "empty_spaces_before_argument",
  17. "empty_spaces_after_close_brace",
  18. "empty_spaces_before_paragraph",
  19. "preamble_text",
  20. "space_at_end_menu_node",
  21. "after_description_line",
  22. "spaces",
  23. "text_root",
  24. "document_root",
  25. "root_line",
  26. "preamble",
  27. "preamble_before_setfilename",
  28. "paragraph",
  29. "preformatted",
  30. "rawpreformatted",
  31. "brace_command_arg",
  32. "brace_command_context",
  33. "block_line_arg",
  34. "misc_line_arg",
  35. "misc_arg",
  36. "menu_entry",
  37. "menu_entry_leading_text",
  38. "menu_entry_name",
  39. "menu_entry_separator",
  40. "menu_entry_node",
  41. "menu_entry_description",
  42. "menu_comment",
  43. "menu_star",
  44. "macro_name",
  45. "macro_arg",
  46. "before_item",
  47. "table_entry",
  48. "table_term",
  49. "table_item",
  50. "inter_item",
  51. "def_line",
  52. "def_item",
  53. "inter_def_item",
  54. "multitable_head",
  55. "multitable_body",
  56. "row",
  57. "bracketed",
  58. "bracketed_def_content",
  59. "bracketed_multitable_prototype",
  60. "row_prototype",
  61. "elided",
  62. "elided_block",
  63. "delimiter",
  64. "untranslated",
  65. };