Searched refs:_strcode2byte (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | waddnwstr.c | 43 if ((sp = _strcode2byte(code, NULL, n)) == NULL) in waddnwstr()
|
H A D | winsnwstr.c | 45 if ((sp = _strcode2byte(code, NULL, n)) == NULL) in winsnwstr()
|
H A D | vwscanw.c | 70 buf = _strcode2byte(code, NULL, -1); in vwscanw()
|
H A D | mbtranslate.c | 62 *_strcode2byte(wchar_t *code, char *byte, int n) in _strcode2byte() function
|
H A D | curshdr.h | 319 extern char *_strcode2byte(wchar_t *, char *, int);
|
H A D | mapfile-vers | 768 _strcode2byte;
|