Home | History | Annotate | Download | only in src

Lines Matching refs:out_buf

281   char out_buf = INVALID_KEY_PRESS;
284 out_buf = tolower(keypress);
285 out_buf = out_buf - 'a' + 1;
287 out_buf = keypress;
288 out_buf = keypress - '1' + BASE_OFFSET_NUM;
290 return out_buf;