Home
last modified time | relevance | path

Searched refs:minx (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/ucblib/libcurses/
H A Dclrtobot.c37 ptrdiff_t minx; in wclrtobot() local
41 minx = _NOCHANGE; in wclrtobot()
46 if (minx == _NOCHANGE) in wclrtobot()
47 minx = sp - win->_y[y]; in wclrtobot()
50 if (minx != _NOCHANGE) in wclrtobot()
51 (void) touchline(win, y, (int)minx, in wclrtobot()
H A Derase.c36 ptrdiff_t minx; in werase() local
42 minx = _NOCHANGE; in werase()
48 if (minx == _NOCHANGE) in werase()
49 minx = sp - start; in werase()
52 if (minx != _NOCHANGE) in werase()
53 (void) touchline(win, y, (int)minx, in werase()
H A Dclrtoeol.c37 ptrdiff_t minx; in wclrtoeol() local
42 minx = _NOCHANGE; in wclrtoeol()
47 if (minx == _NOCHANGE) in wclrtoeol()
48 minx = sp - win->_y[y]; in wclrtoeol()
58 " lastch = %d\n", minx, maxx - win->_y[y], win->_firstch[y], in wclrtoeol()
/titanic_50/usr/src/lib/libcurses/screen/
H A Dwnoutref.c57 boty, sminy, smaxy, minx, maxx, lo, hi; in wnoutrefresh() local
103 minx = 0; in wnoutrefresh()
130 lo = (doall || *bch == _REDRAW || *bch < minx) ? minx : *bch; in wnoutrefresh()
138 for (x = lo - 1; x >= minx; --x) in wnoutrefresh()
141 if (x < minx) { in wnoutrefresh()
/titanic_50/usr/src/uts/intel/sys/
H A Dx86_archext.h485 #define X86_CHIPREV_ATLEAST(x, minx) \ argument
486 (_X86_CHIPREV_VENDOR(x) == _X86_CHIPREV_VENDOR(minx) && \
487 _X86_CHIPREV_FAMILY(x) == _X86_CHIPREV_FAMILY(minx) && \
488 _X86_CHIPREV_REV(x) >= _X86_CHIPREV_REV(minx))
495 #define X86_CHIPFAM_ATLEAST(x, minx) \ argument
496 (_X86_CHIPREV_VENDOR(x) == _X86_CHIPREV_VENDOR(minx) && \
497 _X86_CHIPREV_FAMILY(x) >= _X86_CHIPREV_FAMILY(minx))
/titanic_50/usr/src/cmd/spell/
H A Dextra3013 minx