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

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/gfx_common/vts/
H A Dgfx_vts.c254 int i; /* Loop counter / keystr[] index */
255 char keystr[5] = ""; /* Buffer for returned string */ local
261 keystr, sizeof (keystr),
264 if (keystr[i] == CTRL_C) {
/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dxlock.c368 char keystr[20]; local
408 len = XLookupString((XKeyEvent *) & event, keystr, 20, NULL, NULL);
410 c = keystr[i];

Completed in 18 milliseconds