Home
last modified time | relevance | path

Searched refs:base_header_level (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/multimarkdown/MultiMarkdown-6-6.6.0/src/
H A Dbeamer.c89 level += scratch->base_header_level - 1;
111 t_level += scratch->base_header_level - 1;
258 switch (temp_short + scratch->base_header_level - 1) {
H A Dopml.c279 level += scratch->base_header_level - 1; in mmd_outline_add_opml()
356 t_level += scratch->base_header_level - 1; in mmd_outline_add_opml()
H A Dhtml.c701 printf("<h%1d>", temp_short + scratch->base_header_level - 1); in mmd_export_token_html()
704 printf("<h%1d id=\"%s\">", temp_short + scratch->base_header_level - 1, temp_char); in mmd_export_token_html()
711 printf("</h%1d>", temp_short + scratch->base_header_level - 1); in mmd_export_token_html()
869 printf("<h%1d>", temp_short + scratch->base_header_level - 1); in mmd_export_token_html()
872 printf("<h%1d id=\"%s\">", temp_short + scratch->base_header_level - 1, temp_char); in mmd_export_token_html()
877 printf("</h%1d>", temp_short + scratch->base_header_level - 1); in mmd_export_token_html()
886 printf("<h%1d>", temp_short + scratch->base_header_level - 1); in mmd_export_token_html()
889 printf("<h%1d id=\"%s\">", temp_short + scratch->base_header_level - 1, temp_char); in mmd_export_token_html()
894 printf("</h%1d>", temp_short + scratch->base_header_level - 1); in mmd_export_token_html()
H A Ditmz.c301 level += scratch->base_header_level - 1; in mmd_outline_add_itmz()
378 t_level += scratch->base_header_level - 1; in mmd_outline_add_itmz()
H A Dwriter.h121 short base_header_level; member
H A Dwriter.c163 p->base_header_level = 1; in scratch_pad_new()
1768 scratch->base_header_level = header_level; in process_metadata_stack()
H A Dopendocument-content.c902 printf("<text:h text:outline-level=\"%d\">", temp_short + scratch->base_header_level - 1); in mmd_export_token_opendocument()
H A Dlatex.c671 switch (temp_short + scratch->base_header_level - 1) { in mmd_export_token_latex()