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

Function strsvisx

extern/editline/src/vis.c:617–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615}
616
617int
618strsvisx(char *mbdst, const char *mbsrc, size_t len, int flags, const char *mbextra)
619{
620 return istrsenvisx(mbdst, NULL, mbsrc, len, flags, mbextra, NULL);
621}
622
623int
624strsnvisx(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