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

123456789

/freebsd-12-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-12-stable/contrib/libedit/
H A Dfilecomplete.c543 size_t line, lines, col, cols, thisguy; local
570 for (col = 0; col < cols; col++) {
571 thisguy = line + col * lines;
575 col == 0 ? "" : " ", matches[thisguy],
/freebsd-12-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-12-stable/contrib/mandoc/
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.h58 int col; /* Column number, starting from 0. */ member in struct:tbl_cell
H A Dtbl_layout.c314 rp->last->col + 1 == tbl->opts.cols &&
364 p->col = pp->col + 1;
369 if (tbl->opts.cols <= p->col)
370 tbl->opts.cols = p->col + 1;
/freebsd-12-stable/contrib/ntp/scripts/lib/NTP/
H A DUtil.pm107 my $col = 0;
114 my $r = { map {; $columns[ $col++ ] => $_ } @line };
/freebsd-12-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-12-stable/usr.bin/mail/
H A Dsend.c535 int col, len; local
538 col = strlen(str);
539 if (col)
545 col++; /* for the space */
546 if (col + len + comma > 72 && col > 4) {
548 col = 4;
554 col += len + comma;
/freebsd-12-stable/sys/teken/
H A Dteken_subr.h38 teken_tab_isset(const teken_t *t, unsigned int col) argument
42 if (col >= T_NUMCOL)
43 return ((col % 8) == 0);
45 b = col / (sizeof(unsigned int) * 8);
46 o = col % (sizeof(unsigned int) * 8);
52 teken_tab_clear(teken_t *t, unsigned int col) argument
56 if (col >= T_NUMCOL)
59 b = col / (sizeof(unsigned int) * 8);
60 o = col % (sizeof(unsigned int) * 8);
66 teken_tab_set(teken_t *t, unsigned int col) argument
326 teken_subr_cursor_position(teken_t *t, unsigned int row, unsigned int col) argument
606 teken_subr_horizontal_position_absolute(teken_t *t, unsigned int col) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDeclaration.h172 m_column = col;
/freebsd-12-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.h95 void ResizeWindow(unsigned short col);
/freebsd-12-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-12-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-12-stable/sys/dev/nand/
H A Dnand.h354 int nand_chng_read_col(device_t dev, uint32_t col, void *buf, size_t len);
355 int nand_chng_write_col(device_t dev, uint32_t col, void *buf, size_t len);
361 int nand_copyback_read(device_t dev, uint32_t page, uint32_t col,
363 int nand_copyback_prog(device_t dev, uint32_t page, uint32_t col,
366 int nand_prog_cache(device_t dev, uint32_t page, uint32_t col,
368 int nand_prog_intlv(device_t dev, uint32_t page, uint32_t col,
370 int nand_read_cache(device_t dev, uint32_t page, uint32_t col,
/freebsd-12-stable/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c242 unsigned int col, row, x, y; local
251 for (col = area->tr_begin.tp_col; col < area->tr_end.tp_col;
252 ++col) {
253 x = col * vf->vf_width +
258 c = VTBUF_GET_FIELD(&vw->vw_buf, row, col);
261 VTBUF_ISCURSOR(&vw->vw_buf, row, col), &fg, &bg);
/freebsd-12-stable/sys/dev/vt/hw/vga/
H A Dvt_vga.c615 unsigned int i, col, row, src_x, x_count; local
659 col = (i - vw->vw_draw_area.tr_begin.tp_col) / vf->vf_width;
662 c = VTBUF_GET_FIELD(vb, row, col);
665 vt_determine_colors(c, VTBUF_ISCURSOR(vb, row, col), &fg, &bg);
692 (col * vf->vf_width + vw->vw_draw_area.tr_begin.tp_col);
694 (col + 1) * vf->vf_width +
698 x_count -= col * vf->vf_width +
786 unsigned int col, row; local
798 * col * font width + x offset
802 * col/ro
869 unsigned int col, row; local
936 unsigned int col, row; local
[all...]
/freebsd-12-stable/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c267 int row, col; local
284 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth;
288 + (sc->depth/8) * (col + sc->xmargin);
533 am335x_syscons_read_hw_cursor(video_adapter_t *adp, int *col, int *row) argument
535 *col = *row = 0;
541 am335x_syscons_set_hw_cursor(video_adapter_t *adp, int col, int row) argument
676 int col; local
689 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth;
693 + (sc->depth/8) * (col + sc->xmargin);
/freebsd-12-stable/sys/netgraph/
H A Dng_car.c268 enum qos_color col; local
280 #define NG_CAR_PERFORM_MATCH_ACTION(a,col) \
295 colp->color = col; \
316 col = colp->color;
318 col = QOS_COLOR_GREEN;
321 if (hinfo->tc - len >= 0 && col <= QOS_COLOR_GREEN) {
334 if (hinfo->tc - len >= 0 && col <= QOS_COLOR_GREEN) {
351 col >= QOS_COLOR_RED) {
362 col <= QOS_COLOR_YELLOW) {
382 if (hinfo->te - len >= 0 && col <
751 enum qos_color col; local
[all...]
/freebsd-12-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c254 * beginning on the given row,col position. Unlike a serial terminal, there is
258 find_end_of_change(SCREEN *sp, int row, int col) argument
260 int result = col;
264 while (col <= newdat->lastchar) {
266 if (isWidecExt(curdat->text[col]) || isWidecExt(newdat->text[col])) {
267 result = col;
268 } else if (memcmp(&curdat->text[col],
269 &newdat->text[col],
271 result = col;
292 find_next_change(SCREEN *sp, int row, int col) argument
[all...]
/freebsd-12-stable/contrib/bsnmp/gensnmpdef/
H A Dgensnmpdef.c290 SmiNode *row, *col, *rel; local
334 col = smiGetFirstChildNode(row);
335 while (col != NULL) {
336 print_col(col, level + 2);
337 col = smiGetNextChildNode(col);
/freebsd-12-stable/usr.bin/fmt/
H A Dfmt.c738 size_t col = 0; local
758 col++;
761 col += (cwidth = wcwidth(ch)) > 0 ? cwidth : 1;
764 (col + spaces_pending) % tab_width;
768 if (col)
769 --col;
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_str.cpp305 loc.col = 0;
311 char *col = NULL; local
316 // Parse psource string: ";file;func;line;col;;"
322 __kmp_str_split(str, ';', &col, &str);
324 // Convert line and col into numberic values.
331 if (col != NULL) {
332 loc.col = atoi(col);
333 if (loc.col < 0) {
334 loc.col
[all...]
/freebsd-12-stable/contrib/dialog/
H A Dmakefile.in141 GROFF_NO_SGR=stupid $(SHELL) -c "tbl $< | nroff -Tascii -man | col -bx" >$@
/freebsd-12-stable/sys/arm/samsung/exynos/
H A Dchrome_kb.c309 keymap_read(struct ckb_softc *sc, int col, int row) argument
313 if (col >= 0 && col < sc->cols &&
315 return sc->keymap[row * sc->cols + col];
322 keymap_write(struct ckb_softc *sc, int col, int row, uint16_t key) argument
326 if (col >= 0 && col < sc->cols &&
328 sc->keymap[row * sc->cols + col] = key;

Completed in 826 milliseconds

123456789