summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/handle_commands.h
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/handle_commands.h
Initial commit
Diffstat (limited to 'macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/handle_commands.h')
-rw-r--r--macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/handle_commands.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/handle_commands.h b/macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/handle_commands.h
new file mode 100644
index 0000000000..01847d1887
--- /dev/null
+++ b/macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/handle_commands.h
@@ -0,0 +1,14 @@
+/* handle_commands.h - declarations for handle_commands.c */
+
+ELEMENT *handle_other_command (ELEMENT *current, char **line_inout,
+ enum command_id cmd_id, int *status);
+ELEMENT *handle_line_command (ELEMENT *current, char **line_inout,
+ enum command_id cmd_id, int *status);
+ELEMENT *handle_block_command (ELEMENT *current, char **line_inout,
+ enum command_id cmd_id, int *new_line);
+ELEMENT *handle_brace_command (ELEMENT *current, char **line_inout,
+ enum command_id cmd_id);
+int check_no_text (ELEMENT *current);
+
+void clear_expanded_formats (void);
+void add_expanded_format (char *format);