Searched defs:cx (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwclrtoeol.c56 int cx; local
69 for (cx = maxx - 1; cx >= x; --cx)
70 if (!ISCBIT(win->_y[y][cx]))
72 wc = RBYTE(win->_y[y][cx]);
73 if (cx + _curs_scrwidth[TYPE(wc)] > maxx)
74 maxx = cx - 1;
H A Didlok.c59 cy, cx; /* current cursor positions */ variable
121 cx = curscr->_curx;
192 cy = cx = -1;
198 curscr->_curx = (short)cx;
216 cy = cx = -1;
222 cy = cx = -1;
235 (void) mvcur(cy, cx, y, 0);
237 cx = 0;
245 (void) mvcur(cy, cx, bsy - idn, 0);
247 cx
[all...]
H A Dmvcur.c213 _mvrel(int cy, int cx, int ny, int nx, int doit) argument
219 ch = _mvhor(cx, nx, doit);
279 _mvhor(int cx, int nx, int doit) argument
283 if (cx == nx)
290 st = cx < nx ? _mvright(cx, nx, FALSE) : _mvleft(cx, nx, FALSE);
306 if (cx < nx)
307 (void) _mvright(cx, nx, TRUE);
309 (void) _mvleft(cx, n
318 _mvright(int cx, int nx, int doit) argument
394 _mvleft(int cx, int nx, int doit) argument
[all...]
H A Dwrefresh.c65 static short cy, cx, /* current cursor coord */ variable
113 cx = curscr->_curx;
167 cy = cx = curscr->_curx = curscr->_cury = 0;
241 curscr->_curx = cx;
244 cx = curscr->_curx;
263 if (wy != cy || wx != cx) {
264 (void) mvcur(cy, cx, wy, wx);
268 cx = (short) wx;
283 curscr->_curx = cx;
558 (void) mvcur(cy, cx, w
[all...]
/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A Ddemangle.c231 char cx = c[0]; local
240 if(cx == 'd')
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dps_include.c66 * cx, cy - center of the picture and
73 int outline, int scaleboth, double cx, double cy,
174 var(cx); var(cy); var(sx); var(sy); var(ax); var(ay); var(rot);
72 ps_include(FILE *fin, FILE *fout, int page_no, int whiteout, int outline, int scaleboth, double cx, double cy, double sx, double sy, double ax, double ay, double rot) argument
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dread.c372 ssize_t cx = cur - var, ux = up - var; local
382 cur = var + cx;
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfmal.c98 int cx, cy, cz; local
122 cx = 3; /* quiet nan */
124 cx = 2; /* inf */
126 cx = (xx.i[1] | xx.i[2] | xx.i[3]) ? 1 : 0;
129 cx = 1; /* finite nonzero */
168 if (cx != 1 || cy != 1 || cz != 1) {
170 if (cx == 3) {
180 if ((cx == 0 && cy == 2) || (cx == 2 && cy == 0)) {
198 if (cx
[all...]
/illumos-gate/usr/src/cmd/ul/
H A Dul.c414 wchar_t cx; local
435 case NORMAL: cx = ' '; break;
436 case ALTSET: cx = 'g'; break;
437 case SUPERSC: cx = '^'; break;
438 case SUBSC: cx = 'v'; break;
439 case UNDERL: cx = '_'; break;
440 case BOLD: cx = '!'; break;
441 default: cx = 'X'; break;
463 *cp++ = cx;
465 *cp++ = cx;
[all...]
/illumos-gate/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
H A Dcmd_branch.c142 char cx[BUF_SIZE], cy[BUF_SIZE]; local
167 (void) strncpy(cx, lbl, p - lbl);
168 cx[p - lbl] = '\0';
170 (void) strcpy(cx, lbl);
172 (void) strcpy(cy, cx);
189 dimm = branch_dimm_create(br_hdl, cx, serids, nserids);
/illumos-gate/usr/src/cmd/lms/
H A DProtocol.cpp601 Channel *cx = _getSockOpenChannel(s); local
603 if (cx == NULL) {
611 c = new Channel(*cx);
652 Channel *cx = _getSockOpenChannel(s); local
654 if (cx == NULL) {
664 cx->AddBytesTxWindow(-res);
668 cx->SetStatus(Channel::WAITING_CLOSE);
671 _closeMChannel(cx);
675 if (it->second == cx) {
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dfasttrap_isa.c1213 greg_t cx = rp->r_rcx--; local
1215 greg_t cx = rp->r_ecx--; local
1221 cx != 0;
1225 cx != 0;
1228 taken = (cx != 0);
1242 greg_t cx = rp->r_rcx; local
1244 greg_t cx = rp->r_ecx;
1247 if (cx == 0)
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dcpufunc.h118 cpuid_count(u_int ax, u_int cx, u_int *p) argument
122 : "0" (ax), "c" (cx));
720 void cpuid_count(u_int ax, u_int cx, u_int *p);
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h138 cpuid_count(u_int ax, u_int cx, u_int *p) argument
142 : "0" (ax), "c" (cx));
800 void cpuid_count(u_int ax, u_int cx, u_int *p);
/illumos-gate/usr/src/common/mpi/
H A Dmpi.c2623 int cx; local
2628 while ((cx = *str) != 0 &&
2629 (s_mp_tovalue(cx, radix) < 0) &&
2630 cx != '-' &&
2631 cx != '+') {
2635 if (cx == '-') {
2638 } else if (cx == '+') {
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c801 unsigned short ax, bx, cx, dx, si, di, bp, es, ds; member in struct:bios_regs
830 br.cx = rp->ecx.word.cx;
847 rp->ecx.word.cx = br.cx;
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c2342 complex_property_ptr_t cx; local
2352 for (cx = cp; cx != NULL; cx = cx->cp_next) {
2353 switch (cx->cp_type) {
2361 cx->cp_value,
2372 cx->cp_value,
2383 cx->cp_value,
3549 complex_property_ptr_t cx; local
[all...]

Completed in 122 milliseconds