Home
last modified time | relevance | path

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

/dports/misc/kcd/kcd-7.15.0/
H A Dkhdoc.cc163 void ThrowErrorTag2(const string &tag1, const string &tag2, const string &msg, char *buffer, size_t… in ThrowErrorTag2() function
173 ThrowErrorTag2(tag1, tag2, _("%$ tag inside %$ tag at line %$\n"), buffer, from, length); in ThrowErrorTagInside()
183 ThrowErrorTag2(tag1, tag2, _("%$ without %$ at line %$\n"), buffer, from, length); in ThrowErrorTagWithout()
188 ThrowErrorTag2(tag1, tag2, _("%$ needed %$ at line %$\n"), buffer, from, length); in ThrowErrorSymbolNeeded()
H A DChangeLog2768 * khdoc.cc (ThrowErrorMessage, ThrowErrorTag1, ThrowErrorTag2):
3287 * khdoc.cc (ThrowErrorMessage, ThrowErrorTag1, ThrowErrorTag2,
3931 * khdoc.cc (ThrowErrorMessage, ThrowErrorTag1, ThrowErrorTag2):
3954 (ThrowErrorTag1, ThrowErrorTag2): Use dump_bytes.
3995 ThrowErrorEndOfFile, ThrowErrorTag1, ThrowErrorTag2): New functions.