Searched refs:c_ext (Results 1 – 3 of 3) sorted by relevance
68 const sc = FileName.forceExt(filename, c_ext); in lookForSourceFile()
297 enum c_ext = "c"; // for C source files variable
459 !FileName.equalsExt(srcfilename, c_ext) && in this()956 if (FileName.equalsExt(arg, c_ext) || FileName.equalsExt(arg, i_ext)) in parseModule()