Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/tmux/
Dhyperlinks.c148 utf8_stravis(&uri, uri_in, VIS_OCTAL|VIS_CSTYLE); in hyperlinks_put()
149 utf8_stravis(&internal_id, internal_id_in, VIS_OCTAL|VIS_CSTYLE); in hyperlinks_put()
Dcmd-source-file.c192 utf8_stravis(&cwd, server_client_get_cwd(c, NULL), VIS_GLOB); in cmd_source_file_exec()
Dscreen.c246 utf8_stravis(&s->path, path, VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL); in screen_set_path()
Dsession.c247 utf8_stravis(&new_name, copy, VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL); in session_check_name()
Dutf8.c681 utf8_stravis(char **dst, const char *src, int flag) function
Darguments.c620 utf8_stravis(&escaped, s, flags); in args_escape()
Dwindow.c407 utf8_stravis(&w->name, new_name, VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL); in window_set_name()
Dtmux.h3411 int utf8_stravis(char **, const char *, int);