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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_InputMethod.c334 X11InputMethodGRefNode *cX11InputMethodGRef = x11InputMethodGRefListHead; local
341 /* cX11InputMethodGRef always refers to the current node while
344 while (cX11InputMethodGRef != NULL) {
345 if (cX11InputMethodGRef->inputMethodGRef == x11InputMethodGRef) {
348 pX11InputMethodGRef = cX11InputMethodGRef;
349 cX11InputMethodGRef = cX11InputMethodGRef->next;
352 if (cX11InputMethodGRef == NULL) {
356 if (cX11InputMethodGRef == x11InputMethodGRefListHead) {
359 pX11InputMethodGRef->next = cX11InputMethodGRef
[all...]

Completed in 30 milliseconds