Searched refs:col (Results 76 - 100 of 242) sorted by relevance

12345678910

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DIssueHash.cpp140 StringRef::size_type col = Str.find_first_not_of(Whitespaces); local
141 if (col == StringRef::npos)
142 col = 1; // The line only contains whitespace.
144 col++;
146 SM.translateLineCol(SM.getFileID(L), L.getExpansionLineNumber(), col);
/freebsd-11-stable/contrib/apr-util/include/private/
H A Dapr_dbd_internal.h168 * @param col - entry number
172 const char* (*get_entry)(const apr_dbd_row_t *row, int col);
267 * @param col - entry number
268 * @return param name, or NULL if col is out of bounds.
270 const char* (*get_name)(const apr_dbd_results_t *res, int col);
345 * @param col - entry number
348 * @return APR_SUCCESS, an error code on error or if col is out of bounds
350 apr_status_t (*datum_get)(const apr_dbd_row_t *row, int col,
/freebsd-11-stable/bin/ed/
H A Dio.c308 int col = 0; local
314 col = 8;
317 if ((gflag & GLS) && ++col > cols) {
319 col = 1;
335 col++;
342 col += 2;
/freebsd-11-stable/lib/libedit/
H A Dfilecomplete.c365 size_t line, lines, col, cols, thisguy; local
390 for (col = 0; col < cols; col++) {
391 thisguy = line + col * lines;
395 col == 0 ? "" : " ", (int)width, matches[thisguy]);
/freebsd-11-stable/contrib/ntp/scripts/lib/NTP/
H A DUtil.pm107 my $col = 0;
114 my $r = { map {; $columns[ $col++ ] => $_ } @line };
/freebsd-11-stable/include/rpcsvc/
H A Dnis.x432 %#define ENTRY_VAL(obj, col) (obj)->EN_data.en_cols.en_cols_val[col].ec_value.ec_value_val
433 %#define ENTRY_LEN(obj, col) (obj)->EN_data.en_cols.en_cols_val[col].ec_value.ec_value_len
/freebsd-11-stable/contrib/mdocml/
H A Dterm.h56 size_t col; /* Byte in buf to be written. */ member in struct:termp_col
72 size_t col; /* Byte position in buf. */ member in struct:termp
H A Dtbl_data.c61 if (dp->layout->last->col + 1 < dp->opts->cols) {
65 cp->col = dp->layout->last->col + 1;
222 if (rp->last->col + 1 < tbl->opts.cols)
H A Dtbl_layout.c316 rp->last->col + 1 == tbl->opts.cols &&
366 p->col = pp->col + 1;
371 if (tbl->opts.cols <= p->col)
372 tbl->opts.cols = p->col + 1;
/freebsd-11-stable/usr.bin/mail/
H A Dsend.c533 int col, len; local
536 col = strlen(str);
537 if (col)
543 col++; /* for the space */
544 if (col + len + comma > 72 && col > 4) {
546 col = 4;
552 col += len + comma;
/freebsd-11-stable/contrib/groff/src/devices/grotty/
H A Dtty.cpp210 schar color_to_idx(color *col);
348 schar tty_printer::color_to_idx(color *col) argument
350 if (col->is_default())
353 col->get_rgb(&r, &g, &b);
356 char *s = col->print_color();
370 env->col, env->fill,
439 add_char(*arg - '0', 0, env->hpos, env->vpos, env->col, env->fill,
479 add_char(0, 0, env->hpos, env->vpos, env->col, env->fill, COLOR_CHANGE);
484 add_char(0, 0, env->hpos, env->vpos, env->col, env->fill, COLOR_CHANGE);
504 add_char(vline_char, font::hor, env->hpos, v, env->col, en
[all...]
/freebsd-11-stable/sys/teken/
H A Dteken_subr.h36 teken_tab_isset(teken_t *t, unsigned int col) argument
40 if (col >= T_NUMCOL)
41 return ((col % 8) == 0);
43 b = col / (sizeof(unsigned int) * 8);
44 o = col % (sizeof(unsigned int) * 8);
50 teken_tab_clear(teken_t *t, unsigned int col) argument
54 if (col >= T_NUMCOL)
57 b = col / (sizeof(unsigned int) * 8);
58 o = col % (sizeof(unsigned int) * 8);
64 teken_tab_set(teken_t *t, unsigned int col) argument
324 teken_subr_cursor_position(teken_t *t, unsigned int row, unsigned int col) argument
583 teken_subr_horizontal_position_absolute(teken_t *t, unsigned int col) argument
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dmake_hash.c157 int col = 0; local
177 list[col] = buffer;
178 col++;
188 return col ? list : 0;
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dhtml.h82 int col; member in class:simple_output
/freebsd-11-stable/contrib/groff/src/include/
H A Dprinter.h48 color *col; member in struct:environment
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Dbox.h107 column col; member in class:pile_box
114 void set_alignment(alignment a) { col.set_alignment(a); }
115 void set_space(int n) { col.set_space(n); }
116 void append(box *p) { col.append(p); }
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.h95 void ResizeWindow(unsigned short col);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDeclaration.h172 m_column = col;
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-io.c198 int col, line; local
226 getyx (w, line, col);
227 if (col < prev_col)
229 prev_col = col;
255 getyx (w, line, col);
256 if (col < prev_col)
258 prev_col = col;
/freebsd-11-stable/sys/dev/nand/
H A Dnand.h352 int nand_chng_read_col(device_t dev, uint32_t col, void *buf, size_t len);
353 int nand_chng_write_col(device_t dev, uint32_t col, void *buf, size_t len);
359 int nand_copyback_read(device_t dev, uint32_t page, uint32_t col,
361 int nand_copyback_prog(device_t dev, uint32_t page, uint32_t col,
364 int nand_prog_cache(device_t dev, uint32_t page, uint32_t col,
366 int nand_prog_intlv(device_t dev, uint32_t page, uint32_t col,
368 int nand_read_cache(device_t dev, uint32_t page, uint32_t col,
/freebsd-11-stable/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c230 unsigned int col, row, x, y; local
239 for (col = area->tr_begin.tp_col; col < area->tr_end.tp_col;
240 ++col) {
241 x = col * vf->vf_width +
246 c = VTBUF_GET_FIELD(&vw->vw_buf, row, col);
249 VTBUF_ISCURSOR(&vw->vw_buf, row, col), &fg, &bg);
/freebsd-11-stable/sys/dev/vt/hw/fb/
H A Dvt_fb.c328 unsigned int col, row, x, y; local
337 for (col = area->tr_begin.tp_col; col < area->tr_end.tp_col;
338 ++col) {
339 x = col * vf->vf_width +
344 c = VTBUF_GET_FIELD(&vw->vw_buf, row, col);
347 VTBUF_ISCURSOR(&vw->vw_buf, row, col), &fg, &bg);
/freebsd-11-stable/sys/i386/xbox/
H A Dxboxfb.c385 int row, col, i, j; local
392 col = (at % adp->va_info.vi_width) * adp->va_info.vi_cwidth;
393 ptri += (row * sc->sc_width) + col;
497 xboxfb_read_hw_cursor(video_adapter_t *adp, int *col, int *row) argument
499 *col = 0;
505 xboxfb_set_hw_cursor(video_adapter_t *adp, int col, int row) argument
593 int row, col; local
603 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth;
605 ptri += (row * sc->sc_width) + col;
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c266 int row, col; local
283 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth;
287 + (sc->depth/8) * (col + sc->xmargin);
532 am335x_syscons_read_hw_cursor(video_adapter_t *adp, int *col, int *row) argument
534 *col = *row = 0;
540 am335x_syscons_set_hw_cursor(video_adapter_t *adp, int col, int row) argument
675 int col; local
688 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth;
692 + (sc->depth/8) * (col + sc->xmargin);
/freebsd-11-stable/sys/netgraph/
H A Dng_car.c266 enum qos_color col; local
278 #define NG_CAR_PERFORM_MATCH_ACTION(a,col) \
293 colp->color = col; \
314 col = colp->color;
316 col = QOS_COLOR_GREEN;
319 if (hinfo->tc - len >= 0 && col <= QOS_COLOR_GREEN) {
332 if (hinfo->tc - len >= 0 && col <= QOS_COLOR_GREEN) {
349 col >= QOS_COLOR_RED) {
360 col <= QOS_COLOR_YELLOW) {
380 if (hinfo->te - len >= 0 && col <
749 enum qos_color col; local
[all...]

Completed in 402 milliseconds

12345678910