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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_InputMethod.c88 #define NCALLBACKS 7 macro
90 #define NCALLBACKS 4 macro
97 static XIMProc callback_funcs[NCALLBACKS] = {
1118 callbacks = (XIMCallback *)malloc(sizeof(XIMCallback) * NCALLBACKS);
1123 for (i = 0; i < NCALLBACKS; i++, callbacks++) {

Completed in 33 milliseconds