Searched refs:col (Results 126 - 150 of 221) sorted by relevance

123456789

/freebsd-10.2-release/usr.bin/systat/
H A Dtcp.c236 #define DO(stat, row, col) \
237 mvwprintw(wnd, row, col, "%12lu", stats.stat)
/freebsd-10.2-release/sys/dev/syscons/
H A Dscvgarndr.c900 int col; local
916 col = (on) ? ((a & 0xf000) >> 4) : (a & 0x0f00);
918 col = (on) ? (a & 0x0f00) : ((a & 0xf000) >> 4);
919 outw(GDCIDX, col | 0x00); /* set/reset */
925 col = (on) ? (a & 0x0f00) : ((a & 0xf000) >> 4);
927 col = (on) ? ((a & 0xf000) >> 4) : (a & 0x0f00);
928 outw(GDCIDX, col | 0x00); /* set/reset */
1105 int col, row; local
1112 col = x/8 - scp->xoff;
1114 pos = row*scp->xsize + col;
[all...]
/freebsd-10.2-release/contrib/groff/src/devices/grohtml/
H A Dhtml-text.cpp102 if (p->col.is_default())
107 p->col.get_rgb(&r, &g, &b);
264 case COLOR_TAG: issue_color_begin(&t->col); break;
401 p->col = *c;
545 push_para(&temp->col);
/freebsd-10.2-release/bin/ls/
H A Dprint.c234 int col; local
294 for (col = 0, chcnt = 0; col < numcols; ++col) {
305 if (f_sortacross && col + 1 >= numcols)
/freebsd-10.2-release/contrib/openpam/t/
H A DMakefile.in780 col="$$grn"; \
782 col="$$red"; \
785 echo "$${col}$$br$${std}"; \
786 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
787 echo "$${col}$$br$${std}"; \
789 echo "$$col$$br$$std"; \
791 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
793 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
795 echo "$$col$$br$$std"; \
/freebsd-10.2-release/contrib/llvm/lib/Support/
H A Dregcomp.c1253 uch *col; local
1258 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1259 if (col[uc] != 0)
1270 uch *col; local
1276 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1277 if (col[uc1] != col[uc2])
/freebsd-10.2-release/contrib/wpa/src/eap_server/
H A Deap_sim_db.c203 static int get_pseudonym_cb(void *ctx, int argc, char *argv[], char *col[]) argument
209 if (os_strcmp(col[i], "permanent") == 0 && argv[i]) {
303 static int get_reauth_cb(void *ctx, int argc, char *argv[], char *col[]) argument
310 if (os_strcmp(col[i], "permanent") == 0 && argv[i]) {
314 } else if (os_strcmp(col[i], "counter") == 0 && argv[i]) {
316 } else if (os_strcmp(col[i], "mk") == 0 && argv[i]) {
318 } else if (os_strcmp(col[i], "k_encr") == 0 && argv[i]) {
321 } else if (os_strcmp(col[i], "k_aut") == 0 && argv[i]) {
324 } else if (os_strcmp(col[i], "k_re") == 0 && argv[i]) {
/freebsd-10.2-release/contrib/dialog/
H A Deditbox.c246 col_to_chr_offset(const char *text, int col) argument
256 if (cols[n] <= col && cols[n + 1] > col) {
262 if (!found && len && cols[len] == col) {
H A Drangebox.c75 int col = data->value_col; local
78 while (++col < data->value_len) {
H A Dformbox.c778 int col = (cell % getmaxx(form)); local
783 && items[n].name_x <= col
784 && (items[n].name_x + items[n].name_len > col
786 && items[n].text_x > col))) {
793 && items[n].text_x <= col
794 && items[n].text_x + items[n].text_ilen > col) {
/freebsd-10.2-release/contrib/groff/src/devices/grops/
H A Dps.h46 int col; member in class:ps_output
/freebsd-10.2-release/sys/dev/digi/
H A Ddigireg.h75 volatile u_short col; member in struct:board_chan
/freebsd-10.2-release/sys/arm/samsung/exynos/
H A Dchrome_kb.h33 uint8_t col; member in struct:key
/freebsd-10.2-release/contrib/gcclibs/libcpp/
H A Dlex.c271 unsigned int col; local
277 col = CPP_BUF_COLUMN (buffer, note->pos + 1);
282 cpp_error_with_line (pfile, CPP_DL_WARNING, pfile->line_table->highest_line, col,
287 cpp_error_with_line (pfile, CPP_DL_PEDWARN, pfile->line_table->highest_line, col,
302 cpp_error_with_line (pfile, CPP_DL_WARNING, pfile->line_table->highest_line, col,
309 (pfile, CPP_DL_WARNING, pfile->line_table->highest_line, col,
739 rest of the tokens on the line. Has its line and col set to the
/freebsd-10.2-release/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp309 void dvi_printer::set_color(color *col) argument
311 cur_color = *col;
314 color_scheme cs = col->get_components(components);
326 col->get_cmyk(&Cyan, &Magenta, &Yellow, &Black);
346 if (*env->col != cur_color)
347 set_color(env->col);
/freebsd-10.2-release/contrib/bsnmp/snmpd/
H A Dconfig.c210 const char *col; local
217 if ((col = strchr(ptr, ':')) == NULL) {
220 col = ptr + strlen(ptr) - 1;
221 } else if (col == ptr)
225 (int)(col - ptr), ptr, fname);
228 ptr = col + 1;
/freebsd-10.2-release/sys/dev/fb/
H A Dcreator.c642 creator_read_hw_cursor(video_adapter_t *adp, int *col, int *row) argument
645 *col = 0;
651 creator_set_hw_cursor(video_adapter_t *adp, int col, int row) argument
821 int col; local
826 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth;
832 ((row + sc->sc_ymargin) << 16) | (col + sc->sc_xmargin));
/freebsd-10.2-release/sys/arm/freescale/imx/
H A Dimx51_ipuv3.c675 ipu3fb_read_hw_cursor(video_adapter_t *adp, int *col, int *row) argument
678 *col = *row = 0;
683 ipu3fb_set_hw_cursor(video_adapter_t *adp, int col, int row) argument
815 int col, row, bpp; local
827 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth;
831 + bpp * (col + sc->xmargin);
/freebsd-10.2-release/usr.bin/indent/
H A Dindent.c270 int col = 1; local
274 col++;
276 col = ((col - 1) & ~7) + 9;
281 if (col > ps.ind_size)
282 ps.ind_level = ps.i_l_follow = col / ps.ind_size;
/freebsd-10.2-release/usr.bin/kdump/
H A Dkdump.c1322 int col = 0; local
1328 col = 8;
1336 if (col == 0) {
1338 col = 8;
1342 col = 0;
1346 width = 8 - (col&07);
1351 if (col + width > (screenwidth-2)) {
1353 col = 8;
1355 col += width;
1360 if (col
[all...]
/freebsd-10.2-release/contrib/ntp/ntpdc/
H A Dntpdc.c1522 size_t col, cols; local
1535 col = 0;
1538 col = max(col, length);
1541 cols = SCREENWIDTH / ++col;
1548 fprintf(fp, "%-*.*s", (int)col,
1549 (int)col - 1, list[word]);
/freebsd-10.2-release/contrib/nvi/regex/
H A Dregcomp.c1378 register uch *col; local
1383 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1384 if (col[uc] != 0)
1396 register uch *col; local
1402 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1403 if (col[uc1] != col[uc2])
/freebsd-10.2-release/contrib/wpa/hostapd/
H A Dhlr_auc_gw.c154 static int get_milenage_cb(void *ctx, int argc, char *argv[], char *col[]) argument
162 if (os_strcmp(col[i], "ki") == 0 && argv[i] &&
168 if (os_strcmp(col[i], "opc") == 0 && argv[i] &&
174 if (os_strcmp(col[i], "amf") == 0 && argv[i] &&
180 if (os_strcmp(col[i], "sqn") == 0 && argv[i] &&
/freebsd-10.2-release/contrib/ldns-host/
H A Dldns-host.c304 int col = fromcol, nextcol = fromcol + 8 - fromcol%8; local
307 for (; nextcol <= tocol; col = nextcol, nextcol += 8)
309 for (; col < tocol; col++)
311 return col - fromcol;
/freebsd-10.2-release/contrib/libyaml/tests/
H A DMakefile.in445 col=$$red; res=XPASS; \
448 col=$$grn; res=PASS; \
456 col=$$lgn; res=XFAIL; \
460 col=$$red; res=FAIL; \
465 col=$$blu; res=SKIP; \
467 echo "$${col}$$res$${std}: $$tst"; \

Completed in 381 milliseconds

123456789