Home | History | Annotate | Download | only in src

Lines Matching defs:out_buf

275   int out_buf = INVALID_KEY_PRESS;
278 out_buf = tolower(keypress);
279 out_buf = out_buf - 'a';
281 out_buf = keypress - '0';
283 return out_buf;