Home
last modified time | relevance | path

Searched refs:changedtype (Results 1 – 7 of 7) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/f2c/
H A Dproc.c59 changedtype(q) in changedtype() function
62 changedtype(Namep q)
873 changedtype(np);
952 changedtype(q); in dobss()
1490 changedtype(v);
H A Ddefs.h795 void changedtype Argdcl((Namep));
H A Dformat.c1512 changedtype(var);
/dports/lang/f2c/f2c-20200916/src/
H A Dproc.c59 changedtype(q) in changedtype() function
62 changedtype(Namep q)
878 changedtype(np);
957 changedtype(q); in dobss()
1495 changedtype(v);
H A Ddefs.h807 void changedtype Argdcl((Namep));
H A Dformat.c1511 changedtype(var);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/builder/
H A DBaseApiAnalyzer.java652 for (String changedtype : changedtypes) { in checkCompatibility()
653 if (changedtype == null) { in checkCompatibility()
656 checkCompatibility(changedtype, reference, component, localMonitor.split(1)); in checkCompatibility()