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

  /src/external/bsd/tmux/dist/
utf8.c 606 utf8_open(struct utf8_data *ud, u_char ch) function
664 if ((more = utf8_open(&ud, *src)) == UTF8_MORE) {
730 if ((more = utf8_open(&ud, *s)) == UTF8_MORE) {
760 if ((more = utf8_open(&ud, *src)) == UTF8_MORE) {
822 if ((more = utf8_open(&dst[n], *src)) == UTF8_MORE) {
867 if ((more = utf8_open(&tmp, *s)) == UTF8_MORE) {

Completed in 16 milliseconds