HomeSort by: relevance | last modified time | path
    Searched defs:mk_wcwidth (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/support/
wcwidth.c 126 int mk_wcwidth(wchar_t ucs) function
216 if ((w = mk_wcwidth(*pwcs)) < 0)
226 * The following functions are the same as mk_wcwidth() and
298 return mk_wcwidth(ucs);
wcwidth.c 126 int mk_wcwidth(wchar_t ucs) function
216 if ((w = mk_wcwidth(*pwcs)) < 0)
226 * The following functions are the same as mk_wcwidth() and
298 return mk_wcwidth(ucs);
  /src/external/gpl3/gdb.old/dist/readline/readline/support/
wcwidth.c 126 int mk_wcwidth(wchar_t ucs) function
216 if ((w = mk_wcwidth(*pwcs)) < 0)
226 * The following functions are the same as mk_wcwidth() and
298 return mk_wcwidth(ucs);
wcwidth.c 126 int mk_wcwidth(wchar_t ucs) function
216 if ((w = mk_wcwidth(*pwcs)) < 0)
226 * The following functions are the same as mk_wcwidth() and
298 return mk_wcwidth(ucs);

Completed in 29 milliseconds