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

Function strvis

extern/editline/src/vis.c:680–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

678 */
679
680int
681strvis(char *mbdst, const char *mbsrc, int flags)
682{
683 return istrsenvisxl(mbdst, NULL, mbsrc, flags, "", NULL);
684}
685
686int
687strnvis(char *mbdst, size_t dlen, const char *mbsrc, int flags)

Callers 1

history_save_fpFunction · 0.85

Calls 1

istrsenvisxlFunction · 0.85

Tested by

no test coverage detected