Home
last modified time | relevance | path

Searched defs:NEW_LIST (Results 1 – 10 of 10) sorted by relevance

/dports/irc/anope/anope-2.0.9/cmake/
H A DAnope.cmake105 set(NEW_LIST) variable
164 set(NEW_LIST) variable
/dports/games/heroes/heroes-0.21/src/
H A Dgeneric_list.h133 #define NEW_LIST(PREFIX,TYPE,EQUAL_P,DESTRUCTOR) \ macro
/dports/math/R-cran-gmp/gmp/src/
H A Dapply.cc5 #define NEW_LIST(n) allocVector(VECSXP,n) macro
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/chartdldr_pi/src/
H A Dchartdldr_pi.h69 #define NEW_LIST macro
H A Dchartdldrgui.h42 #define NEW_LIST macro
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/
H A DDocPaths.java149 public static final DocPath NEW_LIST = DocPath.create("new-list.html"); field in DocPaths
/dports/math/R/R-4.1.2/src/include/
H A DRdefines.h98 #define NEW_LIST(n) Rf_allocVector(VECSXP,n) macro
/dports/math/libRmath/R-4.1.1/src/include/
H A DRdefines.h98 #define NEW_LIST(n) Rf_allocVector(VECSXP,n) macro
/dports/lang/ruby26/ruby-2.6.9/
H A Dnode.h295 #define NEW_LIST(a,loc) NEW_ARRAY(a,loc) macro
/dports/editors/vim/vim-8.2.3745/src/
H A Dif_py_both.h2254 #define NEW_LIST(list) ListNew(&ListType, list) macro