Home
last modified time | relevance | path

Searched refs:__m_cc_expand (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcopywin.c116 (void) __m_cc_expand(t, tminr, tminc, -1); in copywin()
118 (void) __m_cc_expand(t, tminr, tmaxc, 1); in copywin()
H A Dwrefresh.c132 (void) __m_cc_expand(ns, ny, nx, -1); in wnoutrefresh()
150 (void) __m_cc_expand(ns, ny, in wnoutrefresh()
H A Dprivate.h164 extern int __m_cc_expand(WINDOW *, int, int, int);
H A Dm_cc.c920 __m_cc_expand(WINDOW *w, int y, int x, int side) in __m_cc_expand() function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcopywin.c132 (void) __m_cc_expand(t, tminr, tminc, -1);
134 (void) __m_cc_expand(t, tminr, tmaxc, 1);
H A Dwrefresh.c126 (void) __m_cc_expand(ns, ny, nx, -1);
143 (void) __m_cc_expand(
H A Dprivate.h178 extern int __m_cc_expand(WINDOW *, int, int, int);
H A Dm_cc.c748 __m_cc_expand(w, y, x, side) in __m_cc_expand() function