Searched refs:_strcode2byte (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | waddnwstr.c | 46 if ((sp = _strcode2byte(code, NULL, n)) == NULL) in waddnwstr()
|
H A D | winsnwstr.c | 47 if ((sp = _strcode2byte(code, NULL, n)) == NULL) in winsnwstr()
|
H A D | vwscanw.c | 72 buf = _strcode2byte(code, NULL, -1); in vwscanw()
|
H A D | mbtranslate.c | 64 *_strcode2byte(wchar_t *code, char *byte, int n) in _strcode2byte() function
|
H A D | curshdr.h | 321 extern char *_strcode2byte(wchar_t *, char *, int);
|
H A D | mapfile-vers | 542 _strcode2byte;
|
H A D | llib-lcurses | 785 char *_strcode2byte(wchar_t *code, char *b, int n);
|