Searched refs:__m_return_chtype (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dinch.c57 return __m_return_chtype("inch", ch);
73 return __m_return_chtype("mvinch", ch);
90 return __m_return_chtype("mvwinch", ch);
H A Dwinch.c58 return __m_return_chtype("winch", ch);
H A Dbkgdset.c85 return __m_return_chtype("getbkgd", bg);
H A Dtermattr.c62 return __m_return_chtype("termattrs", ch);
187 return __m_return_chtype("term_attrs", (chtype) at);
H A Dattron.c101 return __m_return_chtype("COLOR_PAIR", ch);
H A Dtrace.c108 (__m_return_chtype)(const char *s, chtype ch) function
H A Dprivate.h156 extern chtype __m_return_chtype(const char *, chtype);
162 #define __m_return_chtype(s, c) (c) macro

Completed in 31 milliseconds