Searched refs:cols (Results 101 - 125 of 127) sorted by relevance

123456

/freebsd-10.0-release/contrib/ntp/ntpq/
H A Dntpq.c2059 int col, cols; local
2085 cols = SCREENWIDTH / ++col;
2086 rows = (words + cols - 1) / cols;
/freebsd-10.0-release/contrib/nvi/common/
H A Dmain.c283 sp->cols = O_VAL(sp, O_COLUMNS);
H A Dexf.c988 if (len >= sp->cols) {
990 (*s != '/' || len >= sp->cols - 3); ++s, --len);
H A Doptions.c847 colwidth = sp->cols / numcols & ~(STANDARD_TAB - 1);
851 numcols = sp->cols / colwidth;
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c62 #define V(r, c) (ia)->data[((r)*(ia)->cols) + (c)]
/freebsd-10.0-release/sys/dev/bktr/
H A Dbktr_reg.h589 short cols; /* number of columns in a frame */ member in struct:bktr_softc
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah.c1206 HALASSERT(col < ia->cols);
1225 HALASSERT(col < ia->cols);
/freebsd-10.0-release/sys/dev/nand/
H A Dnand_generic.c241 ivar->cols = (onfi_params->address_cycles >> 4) & 0xf;
916 for (i = 0; i < ivar->cols; i++, col >>= 8) {
/freebsd-10.0-release/usr.sbin/ppp/
H A Dcommand.c214 int n, cmax, dmax, cols, cxlen; local
242 cols = 80 / (dmax + cmax + 3);
250 if (n % cols != 0)
254 if (++n % cols == 0)
257 if (n % cols != 0)
/freebsd-10.0-release/contrib/nvi/vi/
H A Dv_txt.c422 margin = sp->cols - margin;
2207 if (colwidth >= sp->cols) {
2221 numcols = (sp->cols - 1) / colwidth;
H A Dvi.c958 sp->cols = O_VAL(sp, O_COLUMNS);
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_raidz.c1692 uint64_t cols = vd->vdev_children; local
1696 asize += nparity * ((asize + cols - nparity - 1) / (cols - nparity));
/freebsd-10.0-release/contrib/mdocml/
H A Dmdoc_term.c687 (p, bl->norm->Bl.cols[i]);
702 width = a2width(p, bl->norm->Bl.cols[i]) + dcol;
H A Dmdoc_html.c1004 a2width(n->norm->Bl.cols[i], &su);
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c362 int rows, cols; member in struct:ini
H A Dar5416_reset.c2692 int rows, cols; member in struct:ini
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar9002/
H A Dar9280_attach.c532 HALASSERT(modesIndex < ia->cols);
/freebsd-10.0-release/contrib/ncurses/include/
H A DCaps.keys218 eat_newline_glitch xenl bool xn - - YBCGE newline ignored after 80 cols (concept)
264 columns cols num co - - YBCGE number of columns in a line
459 set_window wind str wi - - -B-GE current window is lines #1-#2 cols #3-#4
H A DCaps.osf1r5216 eat_newline_glitch xenl bool xn - - YBCGE newline ignored after 80 cols (concept)
262 columns cols num co - - YBCGE number of columns in a line
441 set_window wind str wi - - -B-GE current window is lines #1-#2 cols #3-#4
H A DCaps.uwin216 eat_newline_glitch xenl bool xn - - YBCGE newline ignored after 80 cols (concept)
255 columns cols num co - - YBCGE number of columns in a line
425 set_window wind str wi - - -B-GE current window is lines #1-#2 cols #3-#4
H A DCaps216 eat_newline_glitch xenl bool xn - - YBCGE newline ignored after 80 cols (concept)
262 columns cols num co - - YBCGE number of columns in a line
457 set_window wind str wi - - -B-GE current window is lines #1-#2 cols #3-#4
/freebsd-10.0-release/contrib/ncurses/ncurses/
H A Dllib-lncurses1707 int cols)
H A Dllib-lncursest1711 int cols)
H A Dllib-lncursesw2215 int cols)
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c78 #define V(r, c) (ia)->data[((r)*(ia)->cols) + (c)]

Completed in 507 milliseconds

123456