Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dinch.c55 return __m_return_chtype("inch", ch); in chtype()
71 return __m_return_chtype("mvinch", ch);
88 return __m_return_chtype("mvwinch", ch);
H A Dtermattr.c60 return __m_return_chtype("termattrs", ch); in termattrs()
185 return __m_return_chtype("term_attrs", (chtype) at); in term_attrs()
H A Dprivate.h154 extern chtype __m_return_chtype(const char *, chtype);
160 #define __m_return_chtype(s, c) (c) macro
H A Dwinch.c56 return __m_return_chtype("winch", ch);
H A Dbkgdset.c83 return __m_return_chtype("getbkgd", bg); in chtype()
H A Dtrace.c106 (__m_return_chtype)(const char *s, chtype ch) in chtype() argument
H A Dattron.c99 return __m_return_chtype("COLOR_PAIR", ch); in chtype()