Home
last modified time | relevance | path

Searched refs:MARKUP_HR (Results 1 – 9 of 9) sorted by relevance

/dports/textproc/htmldoc/htmldoc-1.9.13/htmldoc/
H A Dtesthtml.cxx82 printf("MARKUP_HR=%d\n", MARKUP_HR); in main()
H A Dhtml.h100 MARKUP_HR, enumerator
H A Dhtml.cxx655 case MARKUP_HR : in write_node()
694 t->markup == MARKUP_HR) in write_node()
785 case MARKUP_HR : in write_nodeclose()
H A Dhtmlsep.cxx661 case MARKUP_HR : in write_node()
700 t->markup == MARKUP_HR) in write_node()
791 case MARKUP_HR : in write_nodeclose()
H A Depub.cxx716 case MARKUP_HR : in write_node()
730 if (strcasecmp((char *)t->vars[i].name, "BREAK") == 0 && t->markup == MARKUP_HR) in write_node()
787 case MARKUP_HR : in write_nodeclose()
H A Dmarkdown.cxx164 htmlAddTree(html, MARKUP_HR, NULL); in add_block()
H A Dhtmllib.cxx257 (x) == MARKUP_HR || (x) == MARKUP_TABLE)
1065 case MARKUP_HR : in htmlReadFile()
1650 case MARKUP_HR : in write_file()
1730 case MARKUP_HR : in write_file()
2035 case MARKUP_HR : in htmlNewTree()
H A Dps-pdf.cxx4390 case MARKUP_HR : in parse_doc()
9267 case MARKUP_HR : in get_cell_size()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dwikiformat.c212 #define MARKUP_HR 30 macro
331 { "hr", MARKUP_HR, MUTYPE_SINGLE,
1797 if( markup.iCode==MARKUP_HR in wiki_render()
2300 || eTag==MARKUP_HR in htmlTidy()
2321 if( eTag==MARKUP_BR || eTag==MARKUP_HR ){ in htmlTidy()