Searched refs:jint (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/usr/eclipseclp/JavaInterface/
H A Dec_java.c84 JNIEXPORT jint JNICALL Java_com_parctechnologies_eclipse_NativeEclipse_init
97 JNIEXPORT jint JNICALL Java_com_parctechnologies_eclipse_NativeEclipse_resume
110 JNIEXPORT jint JNICALL Java_com_parctechnologies_eclipse_NativeEclipse_setOption__II
111 (JNIEnv * e, jclass jc, jint jiOpt, jint jiVal)
113 return (jint) ec_set_option_int((int) jiOpt, (int) jiVal);
121 JNIEXPORT jint JNICALL Java_com_parctechnologies_eclipse_NativeEclipse_setOption__ILjava_lang_String_2
122 (JNIEnv * e, jclass js, jint jiOpt, jstring jsVal)
125 jint res;
132 res = (jint) ec_set_option_pt
[all...]
H A Dec_java_load.c57 JNIEXPORT jint JNICALL Java_com_parctechnologies_eclipse_NativeEclipse_chdir
61 jint res;
66 res = (jint) chdir(Dir);
77 JNIEXPORT jint JNICALL Java_com_parctechnologies_eclipse_NativeEclipse_resetdir
80 return (jint) chdir(old_cwd);
/barrelfish-master/usr/eclipseclp/JavaInterface/include/win32/
H A Djni_md.h15 typedef long jint; typedef

Completed in 30 milliseconds