Home
last modified time | relevance | path

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

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dhtml.h171 void Html_addLine(Html*,const char *line); /* Add a line to html object */
H A Dcomment.c306 Html_addLine(h,L->text); in Comment_buildHtml()
313 Html_addLine(h,msgLookup("comment.empty")); in Comment_buildHtml()
442 Html_addLine(h,l->text); in Comment_PSWrite()
H A Dframe.c268 Html_addLine(h, g->u.frame.text); in Frame_buildHtml()
338 Html_addLine(h,g->u.frame.text); in Frame_PSWrite()
H A Dhtml.c727 void Html_addLine(Html *h,const char *line) in Html_addLine() function