Searched refs:col (Results 151 - 172 of 172) sorted by relevance

1234567

/freebsd-9.3-release/sys/dev/fb/
H A Dvesa.c1579 vesa_read_hw_cursor(video_adapter_t *adp, int *col, int *row) argument
1582 return ((*prevvidsw->read_hw_cursor)(adp, col, row));
1586 vesa_set_hw_cursor(video_adapter_t *adp, int col, int row) argument
1589 return ((*prevvidsw->set_hw_cursor)(adp, col, row));
H A Dvga.c2272 vga_read_hw_cursor(video_adapter_t *adp, int *col, int *row) argument
2291 *col = off % adp->va_info.vi_width;
2298 * Move the hardware text cursor. If col and row are both -1,
2304 vga_set_hw_cursor(video_adapter_t *adp, int col, int row) argument
2312 if ((col == -1) && (row == -1)) {
2317 off = row*adp->va_info.vi_width + col;
H A Dmachfb.c788 machfb_read_hw_cursor(video_adapter_t *adp, int *col, int *row) argument
791 *col = 0;
798 machfb_set_hw_cursor(video_adapter_t *adp, int col, int row) argument
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c1421 zfs_get_column_t col; local
1424 (col = cbp->cb_columns[i]) != GET_COL_NONE; i++)
1425 if (col == GET_COL_RECVD)
2604 const char *col; local
2612 col = gettext(us_field_hdr[field]);
2615 width[field], col);
2618 width[field], col);
5385 const char *col; local
5389 col = gettext(hdr_cols[i]);
5392 col);
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmips-tdep.c4444 int col, byte; local
4449 for (col = 0, regnum = start_regnum;
4450 col < ncols && regnum < NUM_REGS + NUM_PSEUDO_REGS; regnum++)
4460 col++;
4469 for (col = 0, regnum = start_regnum;
4470 col < ncols && regnum < NUM_REGS + NUM_PSEUDO_REGS; regnum++)
4497 col++;
4499 if (col > 0) /* ie. if we actually printed anything... */
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DTextDiagnostic.cpp105 unsigned col = bytesSincePreviousTabOrLineBegin(SourceLine, *i);
106 unsigned NumSpaces = TabStop - col%TabStop;
941 if (StartColNo) --StartColNo; // Zero base the col #.
949 --EndColNo; // Zero base the col #.
/freebsd-9.3-release/crypto/openssh/
H A Dserverloop.c946 u_int col = packet_get_int(); local
953 pty_change_window_size(fdin, row, col, xpixel, ypixel);
H A Dsession.c2098 s->col = packet_get_int();
2103 pty_change_window_size(s->ptyfd, s->row, s->col, s->xpixel, s->ypixel);
2125 s->col = packet_get_int();
2129 s->col = packet_get_int();
2161 pty_change_window_size(s->ptyfd, s->row, s->col, s->xpixel, s->ypixel);
/freebsd-9.3-release/usr.sbin/crunch/examples/
H A Dreally-big.conf42 progs cksum cmp col colcrt colrm column comm compress crontab ctags cut
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A DMakefile.in2063 col="$$grn"; \
2065 col="$$red"; \
2068 echo "$${col}$$br$${std}"; \
2069 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
2070 echo "$${col}$$br$${std}"; \
2072 echo "$$col$$br$$std"; \
2074 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
2076 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
2078 echo "$$col$$br$$std"; \
/freebsd-9.3-release/contrib/ntp/tests/libntp/
H A DMakefile.in2057 col="$$grn"; \
2059 col="$$red"; \
2062 echo "$${col}$$br$${std}"; \
2063 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
2064 echo "$${col}$$br$${std}"; \
2066 echo "$$col$$br$$std"; \
2068 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
2070 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
2072 echo "$$col$$br$$std"; \
/freebsd-9.3-release/sbin/ifconfig/
H A Difieee80211.c125 static int col; variable
2290 col = 8;
2292 col = 1;
2302 col = 8; /* 8-col tab */
2315 col += 1+n;
2316 if (col > MAXCOL) {
2318 col += n;
/freebsd-9.3-release/sys/dev/syscons/
H A Dsyscons.c2830 int col; local
2895 vidd_read_hw_cursor(sc->adp, &col, &row);
2914 if (col >= scp->xsize)
2915 col = 0;
2918 scp->xpos = col;
2920 scp->cursor_pos = scp->cursor_oldpos = row*scp->xsize + col;
/freebsd-9.3-release/contrib/nvi/tk/
H A Dinit.tcl964 #puts "tk_addstr: row $tk_cursor_row col $tk_cursor_col: insert $str"
981 #puts "tk_clrtoel: row $tk_cursor_row col $tk_cursor_col"
1040 proc tk_move {row col} {
1046 set tk_cursor_col $col
1054 #puts "tk_move: row $tk_cursor_row col $tk_cursor_col"
/freebsd-9.3-release/contrib/ncurses/form/
H A Dfrm_driver.c955 int col = 0; local
969 col = (field->cols - len) / 2;
972 col = field->cols - len;
978 wmove(win, 0, col);
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex2537 % @item first col stuff @tab second col stuff @tab third col
2539 % first col stuff
2541 % second col stuff
2543 % third col
2544 % @item first col stuff @tab second col stuff
2581 \expandafter\xdef\csname col\the\colcount\endcsname{#1\hsize}%
2600 \expandafter\xdef\csname col\th
[all...]
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex2711 % @item first col stuff @tab second col stuff @tab third col
2713 % first col stuff
2715 % second col stuff
2717 % third col
2718 % @item first col stuff @tab second col stuff
2755 \expandafter\xdef\csname col\the\colcount\endcsname{#1\hsize}%
2774 \expandafter\xdef\csname col\th
[all...]
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex2610 % @item first col stuff @tab second col stuff @tab third col
2612 % first col stuff
2614 % second col stuff
2616 % third col
2617 % @item first col stuff @tab second col stuff
2654 \expandafter\xdef\csname col\the\colcount\endcsname{#1\hsize}%
2673 \expandafter\xdef\csname col\th
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dgenautomata.c8150 int i, j, col;
8181 for (i = 0, j = 0, col = 7; i < description->decls_num; i++)
8185 if ((col = (col+1) % 8) == 0)
8122 int i, j, col; local
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-lmcx-defs.h1606 10b of col, 3b of bus, 3b of bank, row_lsb = 16. So, row = mem_adr[29:16]
1613 translated to DRAM addresses (bnk,row,col,rank and DIMM)
1633 10b of col, 3b of bus, 3b of bank, row_lsb = 16. So, row = mem_adr[29:16] */
1814 10b of col, 3b of bus, 3b of bank, row_lsb = 16. So, row = mem_adr[29:16]
1821 translated to DRAM addresses (bnk,row,col,rank and DIMM)
1841 10b of col, 3b of bus, 3b of bank, row_lsb = 16. So, row = mem_adr[29:16] */
4140 translated to DRAM addresses (bnk,row,col,rank and dimm)
4159 \# col + \# bank = 12. Hence row_lsb is mem_adr[15] for
4863 * 10b of col, 3b of bus, 3b of bank, row_lsb = 16. So, row = mem_adr[29:16] and
5349 uint64_t col member in struct:cvmx_lmcx_read_level_ctl::cvmx_lmcx_read_level_ctl_s
[all...]
/freebsd-9.3-release/contrib/sendmail/src/
H A Dmap.c2890 # define EN_col(col) zo_data.objdata_u.en_data.en_cols.en_cols_val[(col)].ec_value.ec_value_val
/freebsd-9.3-release/contrib/ncurses/misc/
H A Dterminfo.src2356 # We have to init 132-col mode, not 80-col mode.
2633 z340|zstem vt340 terminal emulator 132col 42line,
2638 z340-nam|zstem vt340 terminal emulator 132col 42line (no automatic margins),
9331 # Cannot use character insert because 1.20 goes crazy if insert at col 80.
9556 # 0xfe G <col> <row>
10425 # x ESC [ ? 3 l/h set workspace: 80 col(l); 132 col(h)
10998 # wrap to preceding line if move left from col 1*/don't wrap
10999 # wrap to next line if move right from col 8
[all...]

Completed in 836 milliseconds

1234567