Home
last modified time | relevance | path

Searched defs:LIST_CLEAR (Results 1 – 7 of 7) sorted by relevance

/dports/irc/miau/miau-0.6.6/src/
H A Dlist.h39 #define LIST_CLEAR(_list_) \ macro
/dports/games/gnuchess/gnuchess-6.2.9/src/engine/
H A Dlist.h38 #define LIST_CLEAR(list) ((list)->size=0) macro
/dports/games/scid/scid/engines/togaII1.2.1a/src/
H A Dlist.h18 #define LIST_CLEAR(list) ((list)->size=0) macro
/dports/misc/visp/visp-3.4.0/modules/java/generator/src/cpp/
H A Dvisp_java.hpp26 #define LIST_CLEAR(ENV, LIST) ENV->GetMethodID(LIST, "clear", "()V") macro
/dports/graphics/opencv/opencv-4.5.3/modules/java/generator/src/cpp/
H A Dopencv_java.hpp34 #define LIST_CLEAR(ENV, LIST) ENV->GetMethodID(LIST, "clear", "()V") macro
/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_list.c36 LIST_CLEAR, /* 17 */ enumerator
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/server/remote/
H A DRemoteServer.java6720 private static final String LIST_CLEAR = "list_clear"; field in RemoteServer