Home
last modified time | relevance | path

Searched refs:c_ext (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dfile_manager.d68 const sc = FileName.forceExt(filename, c_ext); in lookForSourceFile()
H A Dglobals.d297 enum c_ext = "c"; // for C source files variable
H A Ddmodule.d459 !FileName.equalsExt(srcfilename, c_ext) && in this()
956 if (FileName.equalsExt(arg, c_ext) || FileName.equalsExt(arg, i_ext)) in parseModule()