Searched defs:pX11InputMethodGRef (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_InputMethod.c291 X11InputMethodGRefNode *pX11InputMethodGRef = x11InputMethodGRefListHead; local
297 while (pX11InputMethodGRef != NULL) {
298 if (pX11InputMethodGRef->inputMethodGRef == imGRef) {
301 pX11InputMethodGRef = pX11InputMethodGRef->next;
333 X11InputMethodGRefNode *pX11InputMethodGRef = NULL; local
342 pX11InputMethodGRef refers to the previous node.
348 pX11InputMethodGRef = cX11InputMethodGRef;
359 pX11InputMethodGRef->next = cX11InputMethodGRef->next;

Completed in 37 milliseconds