| 293 | } |
| 294 | |
| 295 | const char * SCI_METHOD DescribeWordListSets() { |
| 296 | return osSQL.DescribeWordListSets(); |
| 297 | } |
| 298 | |
| 299 | int SCI_METHOD WordListSet(int n, const char *wl); |
| 300 | void SCI_METHOD Lex (unsigned int startPos, int lengthDoc, int initStyle, IDocument *pAccess); |
nothing calls this directly
no outgoing calls
no test coverage detected