Searched refs:__m_cc_expand (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | copywin.c | 118 (void) __m_cc_expand(t, tminr, tminc, -1); in copywin() 120 (void) __m_cc_expand(t, tminr, tmaxc, 1); in copywin()
|
H A D | wrefresh.c | 134 (void) __m_cc_expand(ns, ny, nx, -1); in wnoutrefresh() 152 (void) __m_cc_expand(ns, ny, in wnoutrefresh()
|
H A D | private.h | 166 extern int __m_cc_expand(WINDOW *, int, int, int);
|
H A D | m_cc.c | 922 __m_cc_expand(WINDOW *w, int y, int x, int side) in __m_cc_expand() function
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | copywin.c | 134 (void) __m_cc_expand(t, tminr, tminc, -1); 136 (void) __m_cc_expand(t, tminr, tmaxc, 1);
|
H A D | wrefresh.c | 128 (void) __m_cc_expand(ns, ny, nx, -1); 145 (void) __m_cc_expand(
|
H A D | private.h | 180 extern int __m_cc_expand(WINDOW *, int, int, int);
|
H A D | m_cc.c | 750 __m_cc_expand(w, y, x, side) in __m_cc_expand() function
|