Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c1744 i = utf_mbswidth(*pp); in pr_menu()
1781 i = utf_mbswidth(*pp); in pr_list()
Dexpr.c727 utf_mbswidth(const char *s) in utf_mbswidth() function
Dshf.c1006 len = utf_mbswidth(s); in shf_vfprintf()
Dmisc.c176 len = utf_mbswidth(OFN(i)); in printoptions()
Dvar.c654 olen = (int)utf_mbswidth(s); in formatstr()
Dsh.h2360 size_t utf_mbswidth(const char *) MKSH_A_PURE;
Dfuncs.c1155 w = utf_mbswidth(sigtraps[j].mess); in c_kill()