Searched defs:wcwidth (Results 1 - 1 of 1) sorted by relevance

/external/bison/lib/
H A Dmbswidth.c35 /* Get mbstate_t, mbrtowc(), mbsinit(), wcwidth(). */
67 int wcwidth ();
70 #ifndef wcwidth
72 /* wcwidth doesn't exist, so assume all printable characters have
74 # define wcwidth(wc) ((wc) == 0 ? 0 : iswprint (wc) ? 1 : -1) macro
188 w = wcwidth (wc);

Completed in 65 milliseconds