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

Function istrsenvisxl

extern/editline/src/vis.c:557–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555}
556
557static int
558istrsenvisxl(char *mbdst, size_t *dlen, const char *mbsrc,
559 int flags, const char *mbextra, int *cerr_ptr)
560{
561 return istrsenvisx(mbdst, dlen, mbsrc,
562 mbsrc != NULL ? strlen(mbsrc) : 0, flags, mbextra, cerr_ptr);
563}
564
565#endif
566

Callers 4

strsvisFunction · 0.85
strsnvisFunction · 0.85
strvisFunction · 0.85
strnvisFunction · 0.85

Calls 1

istrsenvisxFunction · 0.85

Tested by

no test coverage detected