/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | tgoto.c | 52 tgoto(char *cap, int col, int row) argument 56 cp = tparm_p2(cap, row, col);
|
H A D | V3.upd_old_y.c | 52 int row, col, num_cols; local 55 for (num_cols = ncols, col = start_col; num_cols > 0; 56 num_cols--, col++) 58 win->_y16[row][col] = _TO_OCHTYPE(win->_y[row][col]);
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | euclen.c | 80 int col = 0; local 84 col += 1; 90 col += scrw2; 94 col += scrw3; 98 col += scrw1; 104 return (col);
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | tgoto.c | 47 (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 D | doupdate.c | 61 * being four bytes long, ie. "<escape><cursor addressing code><row><col>". 237 int col, last, tail, jump, count; local 251 col = newscr->_first[row]; 252 if (col < 0) 253 col = 0; 277 optr = &curscr->_line[row][col]; 278 nptr = &newscr->_line[row][col]; 280 for (jump = -1; col < last; ) { 287 if (last <= ++col) 304 GOTO(row, col); [all...] |
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | tgoto.c | 52 tgoto(char *cap, int col, int row) argument 56 str = tparm((char *)cap, (long) row, (long) col,
|
H A D | doupdate.c | 58 * being four bytes long, ie. "<escape><cursor addressing code><row><col>". 220 int col; /* Starting column of region */ member in struct:LineRegion 266 cchar_t *optr = &curscr->_line[row][region.col]; 267 cchar_t *nptr = &newscr->_line[row][region.col]; 290 curscr->_curx = region.col + i + 1; 301 cchar_t *optr = &curscr->_line[row][region.col]; 310 for (i = region.col; i < COLS - region.size; i++) { 366 regions[iRegion].size = regions[iRegion + 1].col - 367 regions[iRegion].col; 369 regions[nRegions - 1].size = COLS - regions[nRegions - 1].col; 413 int col; local [all...] |
/osnet-11/usr/src/lib/libnisdb/ |
H A D | ldap_scheme.c | 77 char **col; local 90 col = t->column; 94 col = (char **)&dirCol; 124 a[na].zattr_ndx = col[index];
|
H A D | ldap_map.c | 54 char **col; local 62 col = t->column; 63 nic = (col != 0) ? t->numColumns : -1; 91 if (col[i] == 0) 94 if (isObjAttrString(col[i])) 97 if (strcmp(col[i], t->column[j]) == 0) { 106 myself, NIL(col[i]), NIL(t->objName)); 113 sfree(col[i]); 115 sfree(col); 420 * column 'col' i 423 findColValue(char *col, __nis_rule_value_t *rv) argument [all...] |
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | fold.c | 92 register int n, col=0, x=0; local 111 col = 0; 116 while((cp-first) > (width-col)) 119 col = last_space - first; 121 col = width-col; 122 sfwrite(out,first,col); 123 first += col; 124 col = 0; 136 col [all...] |
H A D | pr.c | 242 * <col> is the number of columns until the next tab position 245 static int outspaces(register Pr_t* pp,register int spaces, register int col) argument 251 while(spaces >= col) 256 spaces -= col; 257 col = pp->ogap; 275 register int n=S_NL,col=0; local 295 col += (size-1); 296 if(pp->width && col >= pp->width) 298 size -= (col+1-pp->width); 309 if(pp->width && col > [all...] |
/osnet-11/usr/src/lib/libeti/form/common/ |
H A D | chg_field.c | 140 int col = f->fcol; local 145 while (f->frow == row && f->fcol != col); 150 while (f->frow == row && f->fcol > col) 164 int col = f->fcol; local 169 while (f->frow == row && f->fcol != col); 174 while (f->frow == row && f->fcol < col)
|
H A D | utility.c | 157 int row, col; local 161 col = c->fcol + X(f) - B(f); 164 col = c -> fcol + X(f); 167 (void) wmove(Sub(f), row, col); local
|
/osnet-11/usr/src/grub/grub2/grub-core/term/ieee1275/ |
H A D | ofconsole.c | 162 unsigned col; local 163 for (col = 0; col < ARRAY_SIZE (colors); col++) 164 grub_ieee1275_set_color (stdout_ihandle, col, colors[col].red, 165 colors[col].green, colors[col].blue);
|
/osnet-11/usr/src/grub/grub2/grub-core/video/ |
H A D | ieee1275.c | 229 unsigned col; local 230 for (col = 0; col < ARRAY_SIZE (fb_palette_data); col++) 231 grub_ieee1275_set_color (stdout_ihandle, col, fb_palette_data[col].r, 232 fb_palette_data[col].g, 233 fb_palette_data[col].b);
|
/osnet-11/usr/src/lib/libast/common/disc/ |
H A D | sfdcmore.c | 47 int col; /* current col */ member in struct:__anon1130 72 more->col = 1; 165 if (!more->col) 192 more->col = ((more->col + 8) & ~7) - 1; 195 if (++more->col <= more->cols || s < e && *s == '\n') 199 more->col = 1; 204 if (more->col > 1) 205 more->col [all...] |
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | pppdump.c | 100 int c, n, k, col; local 113 col = 6; 138 if ((col += k) >= 78) { 140 col = 6 + k;
|
/osnet-11/usr/src/lib/libxcurses/src/tabs/ |
H A D | tabs.c | 399 static int col = 0; local 400 mvcol(col, x); 402 col = x; 406 * Move the cursor on the current row from column 'col' to column 'x'.
|
/osnet-11/usr/src/grub/grub2/grub-core/normal/ |
H A D | menu_entry.c | 621 int col; local 625 col = screen->column; 638 dy = col / grub_term_entry_width (screen->terms[i].term); 734 int col; local 736 col = screen->column; 741 screen->terms[i].y -= col / grub_term_entry_width (screen->terms[i].term); 755 int col; local 758 col = screen->column; 764 - col / grub_term_entry_width (screen->terms->term));
|
/osnet-11/usr/src/cmd/ntfsprogs/ |
H A D | utils.c | 838 int off, i, s, e, col; local 845 col = 30; 847 col += 1; 849 col += 2; 851 col += 4; 857 ntfs_log_debug("\e[%dm", col);
|
/osnet-11/usr/src/lib/libshell/common/include/ |
H A D | edit.h | 68 unsigned short col; member in struct:_edit_pos
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | lex.c | 1850 int col=0; local 1855 col++; 1857 col += 8 - col%8; 1858 if(col>stripcol)
|
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | graphics.c | 105 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 625 if (col >= x0 && col < x1) { 626 fontx = col; 627 cursorX = col << 3;
|
/osnet-11/usr/src/lib/libast/common/regex/ |
H A D | regcomp.c | 1033 col(Celt_t* ce, int ic, unsigned char* bp, int bw, int bc, unsigned char* ep, int ew, int ec) function 1539 ce = col(ce, ic, rp, rw, rc, NiL, 0, 0); 1541 ce = col(ce, ic, NiL, 1, '-', NiL, 0, 0); 1569 ce = col(ce, ic, rp, rw, rc, NiL, 0, 0); 1607 ce = col(ce, ic, rp, rw, rc, NiL, 0, 0); 1695 ce = col(ce, ic, rp, rw, rc, pp, w, c); 1708 ce = col(ce, ic, rp, rw, rc, NiL, 0, 0);
|
/osnet-11/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 1154 register int c=1, col=ep->e_plen; local 1164 col = pos.col; 1169 while(col > ep->e_winsz) 1172 col -= (ep->e_winsz+1); 1184 col = 0; 1186 col++; 1187 if(col > ep->e_winsz) 1188 col = 0; 1189 if(col 1615 int c,n=1,col=1; local [all...] |