Searched refs:col (Results 51 - 75 of 242) sorted by relevance

12345678910

/freebsd-11-stable/contrib/groff/src/preproc/tbl/
H A Dmain.cpp1112 int col = 0; local
1115 if (col >= ncolumns)
1116 ncolumns = col + 1;
1117 col = 0;
1121 col++;
1139 col = 0;
1141 f->entry[row][col] = *tem;
1142 if (col < ncolumns-1) {
1144 if (tem->separation > f->separation[col]) {
1148 f->separation[col]
1266 int col = 0; local
[all...]
H A Dtable.cpp89 string column_separation_reg(int col);
1094 int col; member in struct:vertical_rule
1106 : next(p), start_row(sr), end_row(er), col(c), is_double(dbl)
1142 column_divide_reg(col),
1183 column_divide_reg(col),
1856 string column_separation_reg(int col) argument
1859 sprintf(name, COLUMN_SEPARATION_PREFIX "%d", col);
1870 string column_start_reg(int col) argument
1873 sprintf(name, COLUMN_START_PREFIX "%d", col);
1877 string column_end_reg(int col) argument
1884 column_divide_reg(int col) argument
2252 compute_vrule_top_adjust(int start_row, int col, string &result) argument
2307 compute_vrule_bot_adjust(int end_row, int col, string &result) argument
2370 add_vertical_rule(int start_row, int end_row, int col, int is_double) argument
2380 int col; local
[all...]
/freebsd-11-stable/contrib/nvi/cl/
H A Dcl_term.c361 size_t col, row; local
380 row = col = 0;
383 col = win.ws_col;
392 if (row == 0 || col == 0) {
407 row == O_VAL(sp, O_LINES) && col == O_VAL(sp, O_COLUMNS)) {
416 *colp = col;
427 if (row == 0 || col == 0) {
435 if (col == 0)
439 col = rval;
445 if (col
[all...]
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Ddisplayq.c78 static int col; /* column on screen */ variable
377 col = strlen(head0)+1;
427 col = strlen(line+1) + 2;
432 col = 0;
436 col += 16;
522 while (col++ < tocol)
545 rem = SIZCOL - 1 - col;
550 col = SIZCOL;
559 col += remetc;
566 col
[all...]
/freebsd-11-stable/sys/arm64/arm64/
H A Dgicv3_its.c160 struct its_col *col; member in struct:its_cmd_desc::__anon11::__anon12
165 struct its_col *col; member in struct:its_cmd_desc::__anon11::__anon13
169 struct its_col *col; member in struct:its_cmd_desc::__anon11::__anon14
175 struct its_col *col; member in struct:its_cmd_desc::__anon11::__anon15
182 struct its_col *col; member in struct:its_cmd_desc::__anon11::__anon16
193 struct its_col *col; member in struct:its_cmd_desc::__anon11::__anon18
198 struct its_col *col; member in struct:its_cmd_desc::__anon11::__anon19
1388 target = desc->cmd_desc_movi.col->col_target;
1391 cmd_format_col(cmd, desc->cmd_desc_movi.col->col_id);
1395 target = desc->cmd_desc_sync.col
1506 struct its_col *col; local
1520 its_cmd_mapc(device_t dev, struct its_col *col, uint8_t valid) argument
1540 struct its_col *col; local
1577 struct its_col *col; local
1592 its_cmd_invall(device_t dev, struct its_col *col) argument
[all...]
/freebsd-11-stable/contrib/diff/src/
H A Dside.c168 size_t col = 0; local
174 col = print_half_line (left, 0, hw);
179 col = tab_from_to (col, (hw + c2o - 1) / 2) + 1;
190 col = tab_from_to (col, c2o);
191 print_half_line (right, col, hw);
/freebsd-11-stable/crypto/openssl/ssl/
H A Dd1_srtp.c169 char *col; local
181 col = strchr(ptr, ':');
184 col ? col - ptr : (int)strlen(ptr))) {
200 if (col)
201 ptr = col + 1;
202 } while (col);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetarg.c194 check_column(FILE *f, int col, int len, int columns) argument
196 if(col + len > columns) {
198 col = fprintf(f, " ");
200 return col;
229 int col = 0, columns; local
243 col = 0;
244 col += fprintf (stderr, "%s: %s", usage, progname);
258 col = check_column(stderr, col, strlen(buf) + 1, columns);
259 col
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dcolumn.cpp47 output_line *col; member in class:column
281 : bottom(V0), col(0), tail(&col), out(0)
306 if (col) {
377 for (output_line **pp = &col; *pp; pp = &(*pp)->next)
399 for (output_line *ln = col; ln; ln = ln->next) {
409 for (output_line *ln = col; ln; ln = ln->next) {
420 output_line *ln = col;
429 tail = &col;
431 col
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dsession.h42 u_int row, col, xpixel, ypixel; member in struct:Session
/freebsd-11-stable/contrib/ncurses/man/
H A Dmake_sed.sh42 COL=col$$
/freebsd-11-stable/usr.bin/column/
H A Dcolumn.c155 int chcnt, col, cnt, endcol, numcols; local
160 for (chcnt = col = 0, lp = list;; ++lp) {
165 if (++col == numcols) {
166 chcnt = col = 0;
184 int base, chcnt, cnt, col, endcol, numcols, numrows, row; local
193 for (base = row, chcnt = col = 0; col < numcols; ++col) {
/freebsd-11-stable/contrib/wpa/src/ap/
H A Deap_user_db.c79 static int get_user_cb(void *ctx, int argc, char *argv[], char *col[]) argument
85 if (os_strcmp(col[i], "password") == 0 && argv[i]) {
90 } else if (os_strcmp(col[i], "methods") == 0 && argv[i]) {
92 } else if (os_strcmp(col[i], "remediation") == 0 && argv[i]) {
94 } else if (os_strcmp(col[i], "t_c_timestamp") == 0 && argv[i]) {
103 static int get_wildcard_cb(void *ctx, int argc, char *argv[], char *col[]) argument
110 if (os_strcmp(col[i], "identity") == 0 && argv[i])
112 else if (os_strcmp(col[i], "methods") == 0 && argv[i])
/freebsd-11-stable/sys/dev/terasic/mtl/
H A Dterasic_mtl_syscons.c250 uint8_t col, row; local
253 terasic_mtl_reg_textcursor_get(sc, &col, &row);
254 *colp = col;
260 terasic_mtl_vidsw_set_hw_cursor(video_adapter_t *adp, int col, int row) argument
265 terasic_mtl_reg_textcursor_set(sc, col, row);
378 u_int col, row; local
381 col = (off % adp->va_info.vi_width);
383 terasic_mtl_text_putc(sc, col, row, c, a);
/freebsd-11-stable/contrib/elftoolchain/size/
H A Dsize.c75 int col; member in struct:__anon100
803 tbl_new(int col) argument
807 assert(col > 0);
810 if ((tb->tbl = calloc(col, sizeof(*tb->tbl))) == NULL)
812 if ((tb->width = calloc(col, sizeof(*tb->width))) == NULL)
814 tb->col = col;
819 tbl_print(const char *s, int col) argument
823 assert(tb != NULL && tb->col > 0 && tb->row > 0 && col < t
833 tbl_print_num(uint64_t num, enum radix_style rad, int col) argument
[all...]
/freebsd-11-stable/usr.bin/sed/
H A Dprocess.c588 int c, col, width; local
611 col = 0;
622 if (col + 1 >= termwidth)
626 col = 0;
629 if (col + width >= termwidth) {
631 col = 0;
634 col += width;
637 if (col + 2 >= termwidth) {
639 col = 0;
642 col
[all...]
/freebsd-11-stable/sys/dev/fb/
H A Dcreator_vt.c227 unsigned int col, row, x, y; local
236 for (col = area->tr_begin.tp_col; col < area->tr_end.tp_col;
237 ++col) {
238 x = col * vf->vf_width +
243 c = VTBUF_GET_FIELD(&vw->vw_buf, row, col);
246 VTBUF_ISCURSOR(&vw->vw_buf, row, col), &fg, &bg);
/freebsd-11-stable/usr.bin/pr/
H A Dpr.c86 static int across; /* mult col flag; write across page */
105 static int pgwd; /* page width with multiple col output */
339 int col = colwd + 1; local
378 * col pointers when no headers
408 fullcol = col + cw;
410 fullcol = col;
502 else if ((pln = col-cnt) > 0) {
662 int col = colwd + 1; local
722 * loop by col
753 else if ((pln = col
817 int col; local
1028 int col; local
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dhtml.c70 {"col", HTML_NOSTACK | HTML_AUTOCLOSE | HTML_NLALL},
515 if (h->col == 0)
774 if (h->col && (h->flags & HTML_NOSPACE) == 0) {
865 h->col++;
869 if (h->col + h->bufcol < sizeof(h->buf)) {
875 h->col = 0;
881 h->col = (h->indent + 1) * 2 + h->bufcol + 1;
893 if (h->col == 0)
902 h->col = 0;
920 h->col
[all...]
/freebsd-11-stable/usr.bin/sdiff/
H A Dsdiff.c506 printcol(const char *s, size_t *col, const size_t col_max) argument
509 for (; *s && *col < col_max; ++s) {
518 if (*col > SIZE_MAX - 8)
522 new_col = (*col / 8 + 1) * 8;
530 *col = new_col;
533 ++(*col);
622 size_t col; local
625 col = 0;
628 printcol(s1, &col, width);
633 for (; col < widt
[all...]
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dfsi_util.c46 static int col = 0; variable
56 col += len;
57 if (col > 77) {
59 col = len;
95 if (col) {
97 col = 0;
225 col += 1;
242 col += 1;
257 col += 2;
/freebsd-11-stable/lib/libc/regex/grot/
H A Ddebug.c68 int col = 0; local
72 if (col > 40) { \
74 col = 0; \
77 col++; \
80 col++; \
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_args.c267 int cnt, col, len, sep; local
276 col = len = sep = 0;
278 col += len = strlen(*ap) + sep + (ap == sp->cargv ? 2 : 0);
279 if (col >= sp->cols - 1) {
280 col = len;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c128 int col = 0; local
132 if (col > 40) { \
134 col = 0; \
137 col++; \
140 col++; \
/freebsd-11-stable/usr.bin/who/
H A Dwho.c243 int col, ncols, num; local
246 col = num = 0;
251 if (++col < ncols / (16 + 1))
254 col = 0;
259 if (col != 0)

Completed in 270 milliseconds

12345678910