Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c1394 i = utf_mbswidth(*pp); in pr_menu()
1434 i = utf_mbswidth(*pp); in pr_list()
Dexpr.c684 utf_mbswidth(const char *s) in utf_mbswidth() function
Dshf.c948 len = utf_mbswidth(s); in shf_vfprintf()
Dmisc.c161 len = utf_mbswidth(options[i].name); in printoptions()
Dsh.h1423 int utf_mbswidth(const char *);
Dvar.c575 olen = utf_mbswidth(s); in formatstr()
Dfuncs.c1565 w = utf_mbswidth(sigtraps[j].mess); in c_kill()