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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/vts/
H A Dgfx_vts.c253 int i; /* Loop counter / keystr[] index */
254 char keystr[5] = ""; /* Buffer for returned string */ local
260 keystr, sizeof (keystr),
263 if (keystr[i] == CTRL_C) {
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dxlock.c346 char keystr[20]; local
381 len = XLookupString((XKeyEvent *) & event, keystr, 20, NULL, NULL);
383 c = keystr[i];

Completed in 13 milliseconds