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

Function strsnvisx

extern/editline/src/vis.c:623–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621}
622
623int
624strsnvisx(char *mbdst, size_t dlen, const char *mbsrc, size_t len, int flags,
625 const char *mbextra)
626{
627 return istrsenvisx(mbdst, &dlen, mbsrc, len, flags, mbextra, NULL);
628}
629
630int
631strsenvisx(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