Searched refs:cspell (Results 1 – 1 of 1) sorted by relevance
2338 const char *cspell; in inspect_cursor_at() local2345 cspell = clang_getCString(Spelling); in inspect_cursor_at()2346 if (cspell && strlen(cspell) != 0) { in inspect_cursor_at()2348 printf(" Spelling=%s (", cspell); in inspect_cursor_at()