Home
last modified time | relevance | path

Searched refs:cDefs (Results 1 – 5 of 5) sorted by relevance

/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/test/java/org/opengrok/indexer/analysis/
H A DCtagsParserTest.java58 Definitions cDefs = lctags.testCtagsParser(ctags_c); in ctags_vs_universal_ctags() local
60 assertEquals(13, cDefs.getTags().size()); in ctags_vs_universal_ctags()
115 cDefs = lctags.testCtagsParser(c_cxx); in ctags_vs_universal_ctags()
117 assertEquals(37, cDefs.getTags().size()); in ctags_vs_universal_ctags()
146 cDefs = lctags.testCtagsParser(c_java); in ctags_vs_universal_ctags()
148 assertEquals(12, cDefs.getTags().size()); in ctags_vs_universal_ctags()
/dports/lang/nx/nsf2.3.0/generic/
H A DgentclAPI.tcl179 upvar $cDefsVar cDefs $ifDefVar ifDef $arglistVar arglist $preVar pre $postVar post \
337 set cDefs [join $c "\n "]
341 proc genStub {stub intro obj idx cDefs pre call post cleanup} {
347 if {$cDefs ne ""} {
362 $cDefs
374 proc genSimpleStub {stub intro idx cDefs pre call post cleanup} {
380 $cDefs
406 cDefs ifDef arglist pre post intro nn cleanup
431 append cDefs "\n int returnCode;"
456 append fns [genSimpleStub $d(stub) $intro $d(idx) $cDefs $pre $call $post $cleanup]
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmExtraEclipseCDT4Generator.cxx796 cmValue cDefs = in CreateCProjectFile() local
798 if (this->CEnabled && cDefs) { in CreateCProjectFile()
800 std::vector<std::string> defs = cmExpandedList(*cDefs, true); in CreateCProjectFile()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmExtraEclipseCDT4Generator.cxx796 cmValue cDefs = in CreateCProjectFile() local
798 if (this->CEnabled && cDefs) { in CreateCProjectFile()
800 std::vector<std::string> defs = cmExpandedList(*cDefs, true); in CreateCProjectFile()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmExtraEclipseCDT4Generator.cxx796 cmValue cDefs = in CreateCProjectFile() local
798 if (this->CEnabled && cDefs) { in CreateCProjectFile()
800 std::vector<std::string> defs = cmExpandedList(*cDefs, true); in CreateCProjectFile()