Home
last modified time | relevance | path

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

/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Dhtmlparse.c2178 int htmlsyntax_error_status; in htmlparse() local
2179 htmlsyntax_error_status = YYSYNTAX_ERROR; in htmlparse()
2180 if (htmlsyntax_error_status == 0) in htmlparse()
2182 else if (htmlsyntax_error_status == 1) in htmlparse()
2191 htmlsyntax_error_status = 2; in htmlparse()
2195 htmlsyntax_error_status = YYSYNTAX_ERROR; in htmlparse()
2200 if (htmlsyntax_error_status == 2) in htmlparse()