Home | History | Annotate | Download | only in src

Lines Matching defs:out_buf

273   int out_buf = INVALID_KEY_PRESS;
276 out_buf = tolower(keypress);
277 out_buf = out_buf - 'a';
279 out_buf = keypress - '0';
281 return out_buf;