Searched refs:row (Results 1 - 25 of 41) sorted by relevance

12

/osnet-11/usr/src/lib/libcurses/screen/
H A Dtgoto.c52 tgoto(char *cap, int col, int row) argument
56 cp = tparm_p2(cap, row, col);
H A DV3.upd_old_y.c52 int row, col, num_cols; local
54 for (row = start_line; nlines > 0; nlines--, row++)
58 win->_y16[row][col] = _TO_OCHTYPE(win->_y[row][col]);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwscrl.c69 int row; local
74 for (row = w->_top; row < w->_bottom; row++) {
75 if (row < w->_bottom - n) {
76 if (!w->_line[row+n][0]._f) {
81 (void) __m_cc_erase(w, row + n,
82 0, row + n, 0);
88 first = __m_cc_first(w, row + n,
90 save = w->_line[row
[all...]
H A Dtgoto.c52 tgoto(char *cap, int col, int row) argument
56 str = tparm((char *)cap, (long) row, (long) col,
H A Dwinsdel.c64 int row; local
77 row = w->_maxy + n;
84 row = w->_cury;
88 (void) __m_cc_erase(w, row, 0, row + abs(n) - 1, w->_maxx - 1);
H A Dprefresh.c79 int row, dy, dx; local
102 for (row = sminr; row < smaxr; ++row) {
103 (void) __m_cc_erase(ns, row, sminc, row, smaxc);
H A Ddoupdate.c58 * being four bytes long, ie. "<escape><cursor addressing code><row><col>".
179 * Clear from the start of the current row to bottom of screen.
239 _find_blank_tail(int row) argument
249 nptr = &newscr->_line[row][COLS];
261 _writeRegion(int row, LineRegion region) argument
266 cchar_t *optr = &curscr->_line[row][region.col];
267 cchar_t *nptr = &newscr->_line[row][region.col];
298 _deleteRegion(int row, LineRegion region) argument
301 cchar_t *optr = &curscr->_line[row][region.col];
323 _clearToEOL(int row, in argument
409 _findRegions(int row) argument
499 _ceolAdjustRegions(int row) argument
542 _updateRegions(int row) argument
585 text_replace(int row) argument
663 int row; local
1007 int row; local
[all...]
H A Dmvcur.c115 * row() adds the best sequence for moving the cursor from orow
118 * row() considers row_address, parm_up/down_cursor and cursor_up/down.
121 row(struct Sequence *outseq, int orow, int nrow) function
141 /* try out direct row addressing */
387 /* try out independent row/column addressing */
389 row(try, oldrow, newrow);
397 /* try out homing and then row/column */
401 row(try, 0, newrow);
406 /* try out homing to last line and then row/column */
410 row(tr
[all...]
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtgoto.c47 (tgoto)(const char *cap, int col, int row) argument
52 __m_trace("tgoto(%p = \"%s\", %d, %d)", cap, col, row);
55 str = tparm((char *)cap, (long) row, (long) col, 0L, 0L, 0L, 0L, 0L, 0L, 0L);
H A Dwinsdel.c61 int row; local
80 row = w->_maxy + n;
89 row = w->_cury;
93 (void) __m_cc_erase(w, row, 0, row + abs(n), w->_maxx-1);
H A Dprefresh.c83 int row, dy, dx; local
113 for (row = sminr; row <= smaxr; ++row)
114 (void) __m_cc_erase(ns, row, sminc, row, smaxc);
H A Ddoupdate.c61 * being four bytes long, ie. "<escape><cursor addressing code><row><col>".
175 * Clear from the start of the current row to bottom of screen.
222 * wise in addition to the row-wise used in complex(). It was removed
231 text_replace(row)
232 int row;
251 col = newscr->_first[row];
255 last = newscr->_last[row];
261 nptr = &newscr->_line[row][COLS];
277 optr = &curscr->_line[row][col];
278 nptr = &newscr->_line[row][co
509 int row, count = to_1 - from; local
551 int start, finish, to, row; local
593 int start, finish, to, row; local
877 int row; local
[all...]
H A Dmvcur.c114 * row() adds the best sequence for moving the cursor from orow
117 * row() considers row_address, parm_up/down_cursor and cursor_up/down.
120 row(outseq, orow, nrow) function
142 /* try out direct row addressing */
399 /* try out independent row/column addressing */
401 row(try, oldrow, newrow);
409 /* try out homing and then row/column */
413 row(try, 0, newrow);
418 /* try out homing to last line and then row/column */
422 row(tr
[all...]
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_status_tbl.c47 const smb_status_table_t *row = vrow; local
49 if (key->value == row->value)
51 if (key->value < row->value)
/osnet-11/usr/src/lib/libeti/form/common/
H A Dchg_field.c111 int row = f->frow; local
116 while (f->frow != row);
125 int row = f->frow; local
130 while (f->frow != row);
139 int row = f->frow; local
145 while (f->frow == row && f->fcol != col);
147 if (f->frow != row) {
148 row = f->frow;
150 while (f->frow == row && f->fcol > col)
153 if (f->frow != row)
163 int row = f->frow; local
[all...]
/osnet-11/usr/src/cmd/parted/
H A Dtable.h45 * you must not free neither 'row' nor 'list'
48 void table_add_row (Table* t, wchar_t** row);
H A Dtable.c124 * add a row which is a string array of ncols elements.
125 * 'row' will get freed by table_destroy; you must not free it
128 void table_add_row (Table* t, wchar_t** row) argument
133 fputs ("adding row: ", stdout);
135 printf("[%s]", row[i]);
140 t->rows[t->nrows] = row;
150 wchar_t** row = xmalloc (str_list_length(list) * sizeof(*row)); local
155 row[i] = wcsdup (list->str);
156 if (row[
171 wchar_t** row = t->rows[rownum]; local
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_stripe.c175 uint_t row; local
177 for (row = 0; (row < stripep->rows.rows_len); ++row) {
178 md_row_t *rp = &stripep->rows.rows_val[row];
208 uint_t row; local
259 for (row = 0; (row < ms->un_nrows); ++row) {
260 struct ms_row *mdr = &ms->un_row[row];
405 uint_t row; local
560 uint_t row; local
980 uint_t row; local
1118 int row, comp; local
1208 uint_t row; local
1270 uint_t row; local
1305 uint_t row; local
1630 check_twice( md_stripe_t *stripep, uint_t row, uint_t comp, md_error_t *ep ) argument
1708 uint_t row; local
1795 uint_t row; local
1932 uint_t row; local
2169 uint_t nrow, row; local
2386 int row, comp; local
2499 int row; local
[all...]
H A Dmeta_statconcise.c337 uint_t row; local
353 for (row = 0; (row < un->un_nrows); row++)
354 ncomps += mdr[row].un_ncomp;
881 uint_t row; local
891 for (row = 0; (row < ms->un_nrows); ++row) {
892 struct ms_row *mdr = &ms->un_row[row];
[all...]
/osnet-11/usr/src/lib/libast/common/disc/
H A Dsfdcmore.c46 int row; /* current row */ member in struct:__anon1130
71 more->row = 2;
163 if (!more->row)
200 if (++more->row < more->rows)
229 more->row = 1;
238 more->row--;
242 more->row = 2;
246 more->row = 0;
289 more->row
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DNormalize.xs87 U8 ***plane, **row;
93 row = plane[(uv >> 8) & 0xff];
94 return row ? row[uv & 0xff] : NULL;
99 U8 ***plane, **row;
105 row = plane[(uv >> 8) & 0xff];
106 return row ? row[uv & 0xff] : NULL;
111 UNF_complist ***plane, **row, *cell, *i;
128 row
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c105 static void graphics_setxy(int col, int row);
623 /* move the graphics cursor location to col, row */
624 static void graphics_setxy(int col, int row) { argument
629 if (row >= y0 && row < y1) {
630 fonty = row;
631 cursorY = row << 4;
/osnet-11/usr/src/lib/libldap5/include/ldap/
H A Ddisptmpl.h316 ldap_next_tmplrow( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row );
320 ldap_first_tmplcol( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row );
324 ldap_next_tmplcol( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row,
/osnet-11/usr/src/lib/libldap4/common/
H A Ddisptmpl.c385 ldap_next_tmplrow( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row )
387 return( row == NULLTMPLITEM ? row : row->ti_next_in_col );
392 ldap_first_tmplcol( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row )
394 return( row );
399 ldap_next_tmplcol( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row, argument
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c368 ldap_next_tmplrow( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row )
370 return( row == NULLTMPLITEM ? row : row->ti_next_in_col );
376 ldap_first_tmplcol( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row )
378 return( row );
384 ldap_next_tmplcol( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row, argument

Completed in 111 milliseconds

12