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

Function strsvis

extern/editline/src/vis.c:605–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603}
604
605int
606strsvis(char *mbdst, const char *mbsrc, int flags, const char *mbextra)
607{
608 return istrsenvisxl(mbdst, NULL, mbsrc, flags, mbextra, NULL);
609}
610
611int
612strsnvis(char *mbdst, size_t dlen, const char *mbsrc, int flags, const char *mbextra)

Callers

nothing calls this directly

Calls 1

istrsenvisxlFunction · 0.85

Tested by

no test coverage detected