Home
last modified time | relevance | path

Searched refs:utf8_append (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/usr.bin/tmux/
Dutf8.c604 utf8_append(ud, ch);
610 utf8_append(struct utf8_data *ud, u_char ch) function
653 more = utf8_append(&ud, *src);
719 more = utf8_append(&ud, *s);
749 more = utf8_append(&ud, *src);
811 more = utf8_append(&dst[n], *src);
856 more = utf8_append(&tmp, *s);
Dformat-draw.c791 more = utf8_append(ud, *cp); in format_draw()
1096 more = utf8_append(&ud, *cp); in format_width()
1152 more = utf8_append(&ud, *cp); in format_trim_left()
1222 more = utf8_append(&ud, *cp); in format_trim_right()
Dkey-string.c306 more = utf8_append(&ud, (u_char)string[i]); in key_string_lookup_string()
Dscreen-write.c373 while ((more = utf8_append(&ud, *ptr)) == UTF8_MORE) in screen_write_strlen()
526 while ((more = utf8_append(ud, *ptr)) == UTF8_MORE) in screen_write_vnputs()
Dtty-keys.c641 more = utf8_append(&ud, (u_char)buf[i]); in tty_keys_next1()
Dstatus.c1064 more = utf8_append(udp, bufdata[i]); in status_prompt_paste()
Dinput.c2536 switch (utf8_append(ud, ictx->ch)) { in input_top_bit_set()
Dtmux.h3408 enum utf8_state utf8_append(struct utf8_data *, u_char);