Searched refs:cxxt (Results 1 – 1 of 1) sorted by relevance
1329 static char *cxxt[] = { "cc", "cp", "cxx", "cpp", "CPP", "c++", "C" }; variable1334 for (i = 0; i < sizeof(cxxt)/sizeof(cxxt[0]); i++) in cxxsuf()1335 if (strcmp(s, cxxt[i]) == 0) in cxxsuf()