Home
last modified time | relevance | path

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

/dports/misc/kcd/kcd-7.15.0/
H A Dkhdoc.h223 void DrawAHrefBegin(WINDOW *pad, const char *s);
224 void DrawAHrefBegin(WINDOW *pad, const string &s);
H A Dkhdoc.cc2101 void HyperDocument::DrawAHrefBegin(WINDOW *pad, const char *s) in DrawAHrefBegin() function in HyperDocument
2120 void HyperDocument::DrawAHrefBegin(WINDOW *pad, const string &s) in DrawAHrefBegin() function in HyperDocument
H A Dgentree.cc160 html.DrawAHrefBegin(pad, s); in GenerateSymLinkHTML()