MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / strvisx

Function strvisx

extern/editline/src/vis.c:703–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701 */
702
703int
704strvisx(char *mbdst, const char *mbsrc, size_t len, int flags)
705{
706 return istrsenvisx(mbdst, NULL, mbsrc, len, flags, "", NULL);
707}
708
709int
710strnvisx(char *mbdst, size_t dlen, const char *mbsrc, size_t len, int flags)

Callers

nothing calls this directly

Calls 1

istrsenvisxFunction · 0.85

Tested by

no test coverage detected