Searched defs:__m_cc_first (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c454 __m_cc_first(w, y, x) function
496 first = __m_cc_first(w, y, x);
695 x = __m_cc_first(w, y, x);
762 dx = __m_cc_first(w, y, x);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c464 __m_cc_first(WINDOW *w, int y, int x) function
500 first = __m_cc_first(w, y, x);
740 x = __m_cc_first(w, y, x);
805 xi = x = __m_cc_first(parent, parentY, dx + x);
906 x = __m_cc_first(w, y, x);
932 dx = __m_cc_first(w, y, x);

Completed in 18 milliseconds