Home
last modified time | relevance | path

Searched refs:STY_NAME_COM (Results 1 – 7 of 7) sorted by relevance

/dports/textproc/highlight/highlight-4.1/src/core/
H A Dodtgenerator.cpp63 << getAttributes ( STY_NAME_COM, docStyle.getCommentStyle() ) in getStyleDefinition()
175 openTags.push_back ( getOpenTag ( STY_NAME_COM ) ); in initOutputTags()
H A Dtexgenerator.cpp62 openTags.push_back ( "{\\hl"+STY_NAME_COM+" " ); in initOutputTags()
290 os << getAttributes ( STY_NAME_COM, docStyle.getCommentStyle() ); in getStyleDefinition()
H A Dlatexgenerator.cpp179 openTags.push_back ( "\\hl"+STY_NAME_COM+"{" ); in initOutputTags()
340 os << getAttributes ( STY_NAME_COM, docStyle.getCommentStyle() ); in getStyleDefinition()
H A Dsvggenerator.cpp55 openTags.push_back ( getOpenTag ( STY_NAME_COM ) ); in initOutputTags()
93 << getAttributes ( tspan+STY_NAME_COM, docStyle.getCommentStyle() ) in getStyleDefinition()
H A Dhtmlgenerator.cpp167 openTags.push_back ( getOpenTag ( STY_NAME_COM ) ); in initOutputTags()
282 << getAttributes ( STY_NAME_COM, docStyle.getCommentStyle() ) in getStyleDefinition()
H A Dcodegenerator.cpp64 const string CodeGenerator::STY_NAME_COM="com"; member in highlight::CodeGenerator
2081 return STY_NAME_COM; in getTestcaseName()
2163 else if (line.find(STY_NAME_COM, typeDescPos)==typeDescPos) in runSyntaxTestcases()
/dports/textproc/highlight/highlight-4.1/src/include/
H A Dcodegenerator.h520 static const string STY_NAME_COM; variable