Home | History | Annotate | Download | only in lib

Lines Matching refs:wcwidth

25  * the declaration of wcwidth().
434 # undef wcwidth
435 # define wcwidth rpl_wcwidth
437 _GL_FUNCDECL_RPL (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
438 _GL_CXXALIAS_RPL (wcwidth, int, (wchar_t));
441 /* wcwidth exists but is not declared. */
442 _GL_FUNCDECL_SYS (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
444 _GL_CXXALIAS_SYS (wcwidth, int, (wchar_t));
446 _GL_CXXALIASWARN (wcwidth);
448 # undef wcwidth
450 _GL_WARN_ON_USE (wcwidth, "wcwidth is unportable - "
451 "use gnulib module wcwidth for portability");