Home
last modified time | relevance | path

Searched +defs:main +defs:tcl (Results 1 – 25 of 62) sorted by relevance

123

/dports/deskutils/ical/ical-tcl/
H A Dmain.C48 main(int argc, char* argv[]) { in main() function
119 static int app_init(Tcl_Interp* tcl) { in app_init()
146 #define MAKE_BITMAP(tcl,id,n) \ argument
149 int Ical_Init(Tcl_Interp* tcl) { in Ical_Init()
186 static int eval_list(Tcl_Interp* tcl, const char** list) { in eval_list()
H A Dcal_tcl.C48 delete main; in ~Calendar_Tcl() local
245 static int parse_items(Tcl_Interp* tcl, Calendar_Tcl* cal, ItemList& items, in parse_items()
323 static int cal_main(ClientData c, Tcl_Interp* tcl, int argc, const char* argv[]){ in cal_main()
404 static int cal_add(ClientData c, Tcl_Interp* tcl, int argc, const char* argv[]){ in cal_add()
474 static int cal_hide(ClientData c, Tcl_Interp* tcl, int argc, const char* argv[]){ in cal_hide()
512 static int cal_ronly(ClientData c, Tcl_Interp* tcl, int argc, const char* argv[]){ in cal_ronly()
523 static int cal_dirty(ClientData c, Tcl_Interp* tcl, int argc, const char* argv[]){ in cal_dirty()
534 static int cal_stale(ClientData c, Tcl_Interp* tcl, int argc, const char* argv[]){ in cal_stale()
545 static int cal_save(ClientData c, Tcl_Interp* tcl, int argc, const char* argv[]){ in cal_save()
604 static int item_loop(Tcl_Interp* tcl, Occurrences const& list, in item_loop()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/
H A Dgetclsldr003.java47 public static void main(String args[]) { in main() method in getclsldr003
60 TestClassLoader tcl = new TestClassLoader(); in run() local
64 check(a.getClass(), tcl); in run() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/
H A Dgetclsldr003.java47 public static void main(String args[]) { in main() method in getclsldr003
60 TestClassLoader tcl = new TestClassLoader(); in run() local
64 check(a.getClass(), tcl); in run() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/
H A Dgetclsldr003.java47 public static void main(String args[]) { in main() method in getclsldr003
60 TestClassLoader tcl = new TestClassLoader(); in run() local
64 check(a.getClass(), tcl); in run() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/
H A Dgetclsldr003.java47 public static void main(String args[]) { in main() method in getclsldr003
60 TestClassLoader tcl = new TestClassLoader(); in run() local
64 check(a.getClass(), tcl); in run() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/
H A Dgetclsldr003.java47 public static void main(String args[]) { in main() method in getclsldr003
60 TestClassLoader tcl = new TestClassLoader(); in run() local
64 check(a.getClass(), tcl); in run() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/
H A Dgetclsldr003.java47 public static void main(String args[]) { in main() method in getclsldr003
60 TestClassLoader tcl = new TestClassLoader(); in run() local
64 check(a.getClass(), tcl); in run() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/
H A Dgetclsldr003.java47 public static void main(String args[]) { in main() method in getclsldr003
60 TestClassLoader tcl = new TestClassLoader(); in run() local
64 check(a.getClass(), tcl); in run() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/
H A Dgetclsldr003.java47 public static void main(String args[]) { in main() method in getclsldr003
60 TestClassLoader tcl = new TestClassLoader(); in run() local
64 check(a.getClass(), tcl); in run() local
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dmain.c34 int Tcl_AppInit(Tcl_Interp *tcl) in Tcl_AppInit()
60 int main(int argc,char *argv[]) in main() function
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/fatfs/documents/res/
H A Dapp3.c25 DWORD csz, tcl, ncl, ccl, cl; in allocate_contiguous_clusters() local
78 int main (void) in main() function
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/reflect/Method/invoke/
H A DTestPrivateInterfaceMethodReflect.java95 public static void main(String[] args) throws Exception { in main() method in TestPrivateInterfaceMethodReflect
96 TestClassLoader tcl = new TestClassLoader(); in main() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/reflect/Method/invoke/
H A DTestPrivateInterfaceMethodReflect.java95 public static void main(String[] args) throws Exception { in main() method in TestPrivateInterfaceMethodReflect
96 TestClassLoader tcl = new TestClassLoader(); in main() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/reflect/Method/invoke/
H A DTestPrivateInterfaceMethodReflect.java95 public static void main(String[] args) throws Exception { in main() method in TestPrivateInterfaceMethodReflect
96 TestClassLoader tcl = new TestClassLoader(); in main() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/reflect/Method/invoke/
H A DTestPrivateInterfaceMethodReflect.java95 public static void main(String[] args) throws Exception { in main() method in TestPrivateInterfaceMethodReflect
96 TestClassLoader tcl = new TestClassLoader(); in main() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/reflect/Method/invoke/
H A DTestPrivateInterfaceMethodReflect.java95 public static void main(String[] args) throws Exception { in main() method in TestPrivateInterfaceMethodReflect
96 TestClassLoader tcl = new TestClassLoader(); in main() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/reflect/Method/invoke/
H A DTestPrivateInterfaceMethodReflect.java95 public static void main(String[] args) throws Exception { in main() method in TestPrivateInterfaceMethodReflect
96 TestClassLoader tcl = new TestClassLoader(); in main() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/reflect/Method/invoke/
H A DTestPrivateInterfaceMethodReflect.java95 public static void main(String[] args) throws Exception { in main() method in TestPrivateInterfaceMethodReflect
96 TestClassLoader tcl = new TestClassLoader(); in main() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/reflect/Method/invoke/
H A DTestPrivateInterfaceMethodReflect.java94 public static void main(String[] args) throws Exception { in main() method in TestPrivateInterfaceMethodReflect
95 TestClassLoader tcl = new TestClassLoader(); in main() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/reflect/Method/invoke/
H A DTestPrivateInterfaceMethodReflect.java94 public static void main(String[] args) throws Exception { in main() method in TestPrivateInterfaceMethodReflect
95 TestClassLoader tcl = new TestClassLoader(); in main() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/finalStatic/
H A DFinalStatic.java120 public static void main(String[] args) throws Exception { in main() method in FinalStatic
121 TestClassLoader tcl = new TestClassLoader(); in main() local
/dports/misc/vxl/vxl-3.3.2/contrib/gel/vtol/examples/
H A Dexample2d.cxx33 int main() in main() function
94 two_chain_list tcl; in main() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/runtime/finalStatic/
H A DFinalStatic.java120 public static void main(String[] args) throws Exception { in main() method in FinalStatic
121 TestClassLoader tcl = new TestClassLoader(); in main() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/runtime/finalStatic/
H A DFinalStatic.java120 public static void main(String[] args) throws Exception { in main() method in FinalStatic
121 TestClassLoader tcl = new TestClassLoader(); in main() local

123