1#!/bin/sh
2
3FILE=$1
4
5SYMBOLS="
6xo_buffer_s
7xo_buffer_t
8xo_stack_s
9xo_stack_t
10xo_handle_s
11xo_handle_t
12xo_default_handle
13xo_default_inited
14xo_realloc
15xo_free
16xo_write_to_file
17xo_close_file
18xo_buf_init
19xo_init_handle
20xo_default_init
21xo_buf_has_room
22xo_printf
23xo_escape_xml
24xo_escape_json
25xo_buf_append
26xo_buf_escape
27xo_data_append
28xo_data_escape
29xo_default
30xo_indent
31xo_warn
32xo_create
33xo_create_to_file
34xo_destroy
35xo_set_style
36xo_set_flags
37xo_set_info
38xo_set_formatter
39xo_clear_flags
40xo_buf_indent
41xo_line_ensure_open
42xo_line_close
43xo_info_compare
44xo_info_find
45xo_format_data
46xo_buf_append_div
47xo_format_text
48xo_format_label
49xo_format_title
50xo_format_prep
51xo_format_value
52xo_format_decoration
53xo_format_padding
54xo_do_emit
55xo_emit_hv
56xo_emit_h
57xo_emit
58xo_attr_hv
59xo_attr_h
60xo_attr
61xo_depth_change
62xo_open_container_h
63xo_open_container
64xo_close_container_h
65xo_close_container
66xo_open_list_h
67xo_open_list
68xo_close_list_h
69xo_close_list
70xo_open_instance_h
71xo_open_instance
72xo_close_instance_h
73xo_close_instance
74xo_set_writer
75xo_set_allocator
76"
77