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

Function Width

extern/editline/src/chartype.h:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110#define Strtol(p,e,b) wcstol(p,e,b)
111
112static inline int
113Width(wchar_t c)
114{
115 int w = wcwidth(c);
116 return w < 0 ? 0 : w;
117}
118
119#else /* NARROW */
120

Callers 4

re_putcFunction · 0.85
re_refreshFunction · 0.85
re_refresh_cursorFunction · 0.85
re_fastputcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected