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

Function strnvisx

extern/editline/src/vis.c:709–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707}
708
709int
710strnvisx(char *mbdst, size_t dlen, const char *mbsrc, size_t len, int flags)
711{
712 return istrsenvisx(mbdst, &dlen, mbsrc, len, flags, "", NULL);
713}
714
715int
716strenvisx(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