Home
last modified time | relevance | path

Searched refs:maxx (Results 1 – 14 of 14) sorted by relevance

/titanic_44/usr/src/lib/libcurses/screen/
H A Dmbinsshift.c45 int x, y, maxx, mv; in _mbinsshift() local
50 maxx = win->_maxx; in _mbinsshift()
57 wp = wcp + maxx - 1; in _mbinsshift()
67 if ((wp + _curs_scrwidth[TYPE(rb)]) > (wcp + maxx)) in _mbinsshift()
69 maxx = (int)(wp - wcp); in _mbinsshift()
74 if ((mv = maxx - (x+len)) <= 0) in _mbinsshift()
83 for (wp = wcp + maxx - 1; wp >= ep; --wp) in _mbinsshift()
99 win->_lastch[y] = maxx - 1; in _mbinsshift()
H A Dwclrtoeol.c55 int maxx = win->_maxx; in wclrtoeol() local
68 if (ISMBIT(win->_y[y][maxx - 1])) { in wclrtoeol()
69 for (cx = maxx - 1; cx >= x; --cx) in wclrtoeol()
73 if (cx + _curs_scrwidth[TYPE(wc)] > maxx) in wclrtoeol()
74 maxx = cx - 1; in wclrtoeol()
79 memSset(&win->_y[y][x], win->_bkgd, maxx - x); in wclrtoeol()
80 maxx = win->_maxx; in wclrtoeol()
84 (*_y16update)(win, 1, maxx - x, y, x); in wclrtoeol()
91 _BEGNS[y] = (short) maxx; in wclrtoeol()
141 win->_lastch[y] = maxx - 1; in wclrtoeol()
H A Dwnoutref.c57 boty, sminy, smaxy, minx, maxx, lo, hi; in wnoutrefresh() local
104 if ((maxx = win->_maxx+xorg) > scrco) in wnoutrefresh()
105 maxx = scrco; in wnoutrefresh()
106 maxx -= xorg + 1; in wnoutrefresh()
131 hi = (doall || *bch == _REDRAW || *ech > maxx) ? maxx : *ech; in wnoutrefresh()
142 for (x = lo+1; x <= maxx; ++x) in wnoutrefresh()
145 if (x > maxx) in wnoutrefresh()
159 hi = (x+w) <= maxx+1 ? x+w-1 : x; in wnoutrefresh()
H A Dputwin.c57 int maxx, nelt; in putwin() local
69 maxx = win->_maxx; in putwin()
73 maxx, filep) != maxx) in putwin()
H A Dmvderwin.c61 short *begch, *endch, maxx; in mvderwin() local
69 maxx = win->_maxx-1; in mvderwin()
70 if ((parx + maxx) >= par->_maxx || (pary + maxy) >= par->_maxy) in mvderwin()
89 *endch = maxx; in mvderwin()
H A Dgetwin.c54 short *save_fch, win_nums[SEPARATE_READ], maxy, maxx, nelt; in getwin() local
66 SEPARATE_READ) || ((win = _makenew(maxy = win_nums[2], maxx = in getwin()
88 if (fread((char *) *wcp++, sizeof (chtype), maxx, filep) != in getwin()
89 maxx) { in getwin()
H A Dwinsnstr.c59 int x, cury, endx, maxx, len; in winsnstr() local
75 maxx = win->_maxx; in winsnstr()
76 for (x = 0; sp[x] != '\0' && x < n && endx < maxx; ++x) { in winsnstr()
100 if ((endx += len) > maxx) { in winsnstr()
157 win->_lastch[cury] = maxx - 1; in winsnstr()
H A Dwbkgd.c52 short maxx; in wbkgd() local
101 maxx = win->_maxx - 1; in wbkgd()
105 for (x = maxx, wcp = win->_y[y]; x-- >= 0; ++wcp) { in wbkgd()
119 *endch = maxx; in wbkgd()
/titanic_44/usr/src/ucblib/libcurses/
H A Dclrtoeol.c36 char *maxx; in wclrtoeol() local
43 maxx = &win->_y[y][x]; in wclrtoeol()
44 for (sp = maxx; sp < end; sp++) in wclrtoeol()
46 maxx = sp; in wclrtoeol()
58 " lastch = %d\n", minx, maxx - win->_y[y], win->_firstch[y], in wclrtoeol()
H A Dclrtobot.c35 char *sp, *end, *maxx; in wclrtobot() local
45 maxx = sp; in wclrtobot()
52 (int)(maxx - &win->_y[y][0])); in wclrtobot()
H A Derase.c35 char *sp, *end, *start, *maxx; in werase() local
47 maxx = sp; in werase()
54 (int)(maxx - win->_y[y])); in werase()
/titanic_44/usr/src/lib/libshell/common/scripts/
H A Dgnaw.sh573 integer maxx=0
600 (( maxx=x , y++ ))
603 levelmap["max_x"]=${maxx}
/titanic_44/usr/src/cmd/ipf/tools/
H A Dipfstat.c1176 int i, j, winy, tsentry, maxx, maxy, redraw = 0, ret = 0; local
1201 getmaxyx(stdscr, maxy, maxx);
1372 getmaxyx(stdscr, maxy, maxx);
1387 for (j = 0 ; j < (maxx - 8 - strlen(str1)) / 2; j++)
1393 move(winy, maxx - 8);
/titanic_44/usr/src/lib/libdladm/common/
H A Dlibdlstat.c65 static int maxx, maxy, redraw = 0; variable
377 maxx = maxx; /* lint */ in curses_init()
392 getmaxyx(stdscr, maxy, maxx); in curses_init()
426 getmaxyx(stdscr, maxy, maxx); in stat_report()