Home
last modified time | relevance | path

Searched refs:utf_tmp (Results 1 – 1 of 1) sorted by relevance

/external/mksh/src/
Dedit.c2943 char utf_tmp[3]; in x_e_putc2() local
2948 x = utf_wctomb(utf_tmp, c); in x_e_putc2()
2949 x_putc(utf_tmp[0]); in x_e_putc2()
2951 x_putc(utf_tmp[1]); in x_e_putc2()
2953 x_putc(utf_tmp[2]); in x_e_putc2()