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

12345678910

/freebsd-11-stable/contrib/groff/src/devices/grops/
H A Dps.h46 int col; member in class:ps_output
/freebsd-11-stable/sys/dev/digi/
H A Ddigireg.h75 volatile u_short col; member in struct:board_chan
/freebsd-11-stable/contrib/mdocml/
H A Dtbl_html.c140 if (dp == NULL || dp->layout->col > ic)
/freebsd-11-stable/contrib/dialog/
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-11-stable/usr.bin/systat/
H A Dsctp.c281 #define DO(stat, row, col) \
282 mvwprintw(wnd, row, col, "%12lu", stats.stat)
H A Dip.c210 #define DO(stat, row, col) \
211 mvwprintw(wnd, row, col, "%9"PRIu64, stats.stat)
/freebsd-11-stable/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-11-stable/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-11-stable/sys/dev/fb/
H A Dcreator.c641 creator_read_hw_cursor(video_adapter_t *adp, int *col, int *row) argument
644 *col = 0;
650 creator_set_hw_cursor(video_adapter_t *adp, int col, int row) argument
820 int col; local
825 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth;
831 ((row + sc->sc_ymargin) << 16) | (col + sc->sc_xmargin));
/freebsd-11-stable/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-11-stable/usr.bin/indent/
H A Dindent.c291 int col = 1; local
295 col++;
297 col = ((col - 1) & ~7) + 9;
302 if (col > ps.ind_size)
303 ps.ind_level = ps.i_l_follow = col / ps.ind_size;
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dhlr_auc_gw.c165 static int get_milenage_cb(void *ctx, int argc, char *argv[], char *col[]) argument
173 if (os_strcmp(col[i], "ki") == 0 && argv[i] &&
179 if (os_strcmp(col[i], "opc") == 0 && argv[i] &&
185 if (os_strcmp(col[i], "amf") == 0 && argv[i] &&
191 if (os_strcmp(col[i], "sqn") == 0 && argv[i] &&
197 if (os_strcmp(col[i], "res_len") == 0 && argv[i]) {
/freebsd-11-stable/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-11-stable/usr.bin/kdump/
H A Dkdump.c1665 int col = 0; local
1671 col = 8;
1679 if (col == 0) {
1681 col = 8;
1685 col = 0;
1689 width = 8 - (col&07);
1694 if (col + width > (screenwidth-2)) {
1696 col = 8;
1698 col += width;
1703 if (col
[all...]
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc.c1521 size_t col, cols; local
1534 col = 0;
1537 col = max(col, length);
1540 cols = SCREENWIDTH / ++col;
1547 fprintf(fp, "%-*.*s", (int)col,
1548 (int)col - 1, list[word]);
/freebsd-11-stable/contrib/nvi/regex/
H A Dregcomp.c1281 uch *col; local
1286 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1287 if (col[uc] != 0)
1298 uch *col; local
1304 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1305 if (col[uc1] != col[uc2])
/freebsd-11-stable/contrib/ldns-host/
H A Dldns-host.c438 int col = fromcol, nextcol = fromcol + 8 - fromcol%8; local
441 for (; nextcol <= tocol; col = nextcol, nextcol += 8)
443 for (; col < tocol; col++)
445 return col - fromcol;
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah.c1213 int col, int regWr)
1217 HALASSERT(col < ia->cols);
1220 HAL_INI_VAL(ia, r, col));
1232 ath_hal_ini_bank_setup(uint32_t data[], const HAL_INI_ARRAY *ia, int col) argument
1236 HALASSERT(col < ia->cols);
1238 data[r] = HAL_INI_VAL(ia, r, col);
1212 ath_hal_ini_write(struct ath_hal *ah, const HAL_INI_ARRAY *ia, int col, int regWr) argument
/freebsd-11-stable/bin/sh/
H A Djobs.c381 int col, curr, i, jobno, prev, procno, status; local
446 col = strlen(s);
450 col += strlen(s);
455 col += strlen(statestr) + strlen(coredump);
459 col++;
460 } while (col < 30);
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp314 color col; member in struct:style
327 : f(p), point_size(sz), font_no(no), height(h), slant(sl), col(c)
334 && height == s.height && slant == s.slant && col == s.col);
774 * is_col - returns TRUE if glob contains the tag .col
779 return is_tag && (strncmp(text_string, "devtag:.col",
780 strlen("devtag:.col")) == 0);
3043 int col = table->find_column(atoi(s) + pageoffset + get_troff_indent()); local
3044 if (col > 0) {
3046 table->emit_col(col);
3058 int col = table->find_column(pageoffset+get_troff_indent()); local
[all...]
/freebsd-11-stable/usr.bin/rs/
H A Drs.c215 prints(char *s, int col) argument
222 n = (flags & ONEOSEPONLY ? 1 : colwidths[col] - (p - s));
406 case 'c': /* input col. separator */
463 case 'z': /* squeeze col width */
469 case 'o': /* col order */
/freebsd-11-stable/contrib/expat/tests/
H A DMakefile.in978 col="$$grn"; \
980 col="$$red"; \
983 echo "$${col}$$br$${std}"; \
984 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
985 echo "$${col}$$br$${std}"; \
987 echo "$$col$$br$$std"; \
989 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
991 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
993 echo "$$col$$br$$std"; \
/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_oracle.c205 int col; member in struct:apr_bucket_lob
215 const apr_dbd_row_t *row, int col,
218 static apr_bucket *apr_bucket_lob_create(const apr_dbd_row_t *row, int col,
249 int col = a->col; local
253 define_arg *val = &res->statement->out[col];
309 const apr_dbd_row_t *row, int col,
317 f->col = col;
326 static apr_bucket *apr_bucket_lob_create(const apr_dbd_row_t *row, int col, argument
308 apr_bucket_lob_make(apr_bucket *b, const apr_dbd_row_t *row, int col, apr_off_t offset, apr_size_t len, apr_pool_t *p) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/mi/
H A Dmi-main.c940 int col; local
948 for (col = 0, col_byte = row_byte;
949 col < nr_cols;
950 col++, col_byte += word_size)

Completed in 207 milliseconds

12345678910