Searched refs:col (Results 1 - 25 of 172) sorted by path

1234567

/freebsd-9.3-release/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-9.3-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-9.3-release/bin/sh/
H A Djobs.c307 int col, curr, i, jobno, prev, procno; local
370 col = strlen(s);
374 col += strlen(s);
378 col += strlen(statestr);
382 col++;
383 } while (col < 30);
/freebsd-9.3-release/bin/stty/
H A Dprint.c221 static int col; variable
228 if (col) {
230 col = 0;
239 if (col == 0) {
240 col = printf("%s: %s", label, s);
243 if ((col + strlen(s)) > LINELENGTH) {
245 col = printf("%s", s) + 8;
248 col += printf(" %s", s);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Docs/Examples/
H A Doneliners_examples.txt15 0 3297 exec_common:exec-success col -x
262 2005 Apr 25 19:15:09 col -x
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Examples/
H A Doneliners_examples.txt15 0 3297 exec_common:exec-success col -x
262 2005 Apr 25 19:15:09 col -x
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_iter.c160 zfs_sort_column_t *col; local
167 col = safe_malloc(sizeof (zfs_sort_column_t));
169 col->sc_prop = prop;
170 col->sc_reverse = reverse;
172 col->sc_user_prop = safe_malloc(strlen(name) + 1);
173 (void) strcpy(col->sc_user_prop, name);
177 col->sc_last = col;
178 *sc = col;
180 (*sc)->sc_last->sc_next = col;
190 zfs_sort_column_t *col; local
[all...]
H A Dzfs_main.c1421 zfs_get_column_t col; local
1424 (col = cbp->cb_columns[i]) != GET_COL_NONE; i++)
1425 if (col == GET_COL_RECVD)
2604 const char *col; local
2612 col = gettext(us_field_hdr[field]);
2615 width[field], col);
2618 width[field], col);
5385 const char *col; local
5389 col = gettext(hdr_cols[i]);
5392 col);
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1342 uint_t mult = 1, col = 0; local
1346 col = 1;
1352 col = 2;
1356 return (map->fsm_enc[col]);
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex2537 % @item first col stuff @tab second col stuff @tab third col
2539 % first col stuff
2541 % second col stuff
2543 % third col
2544 % @item first col stuff @tab second col stuff
2581 \expandafter\xdef\csname col\the\colcount\endcsname{#1\hsize}%
2600 \expandafter\xdef\csname col\th
[all...]
/freebsd-9.3-release/contrib/amd/fsinfo/
H A Dfsi_util.c50 static int col = 0; variable
60 col += len;
61 if (col > 77) {
63 col = len;
99 if (col) {
101 col = 0;
229 col += 1;
246 col += 1;
261 col += 2;
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dmasterdump.c298 unsigned int col = 0; local
309 result = indent(&col, ctx->style.rdata_column,
341 #define INDENT_TO(col) \
343 if ((result = indent(&column, ctx->style.col, \
/freebsd-9.3-release/contrib/bsnmp/gensnmpdef/
H A Dgensnmpdef.c288 SmiNode *row, *col, *rel; local
332 col = smiGetFirstChildNode(row);
333 while (col != NULL) {
334 print_col(col, level + 2);
335 col = smiGetNextChildNode(col);
/freebsd-9.3-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-9.3-release/contrib/com_err/
H A Dgetarg.c87 check_column(FILE *f, int col, int len, int columns) argument
89 if(col + len > columns) {
91 col = fprintf(f, " ");
93 return col;
105 int col = 0, columns; local
109 col = 0;
110 col += fprintf (stderr, "Usage: %s", progname);
129 col = check_column(stderr, col, strlen(buf) + 1, columns);
130 col
[all...]
/freebsd-9.3-release/contrib/cvs/diff/
H A Dside.c182 unsigned col = 0; local
189 col = print_half_line (left, 0, hw);
196 col = tab_from_to (col, (hw + c2o - 1) / 2) + 1;
209 col = tab_from_to (col, c2o);
210 print_half_line (right, col, hw);
/freebsd-9.3-release/contrib/cvs/src/
H A Dlogmsg.c55 static int col; variable
71 col = 0;
84 col = 0;
97 col = 0;
143 if (col > 0)
146 col = strlen (prefix);
147 while (col < 6)
150 ++col;
163 col = 70;
166 if (col
[all...]
/freebsd-9.3-release/contrib/dialog/
H A Deditbox.c243 col_to_chr_offset(const char *text, int col) argument
253 if (cols[n] <= col && cols[n + 1] > col) {
259 if (!found && len && cols[len] == col) {
H A Dformbox.c700 int col = (cell % getmaxx(form)); local
705 && items[n].name_x <= col
706 && (items[n].name_x + items[n].name_len > col
708 && items[n].text_x > col))) {
715 && items[n].text_x <= col
716 && items[n].text_x + items[n].text_ilen > col) {
H A Dprogressbox.c46 int col = 0; local
52 if (col) {
64 - (col % dialog_state.tab_len);
66 if (col < MAX_LEN)
67 obj->line[col] = ' ';
68 ++col;
71 obj->line[col] = (char) ch;
72 ++col;
74 if (col >= MAX_LEN)
78 obj->line[col]
[all...]
H A Dtailbox.c48 int col = -(obj->hscroll); local
57 - ((col + obj->hscroll) % dialog_state.tab_len);
59 if (col >= 0 && col < MAX_LEN)
60 obj->line[col] = ' ';
61 ++col;
64 if (col >= 0)
65 obj->line[col] = (char) ch;
66 ++col;
68 if (col >
[all...]
/freebsd-9.3-release/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-9.3-release/contrib/ee/
H A Dnew_curse.h250 extern void Position P_((WINDOW *window, int row, int col));
/freebsd-9.3-release/contrib/gcc/
H A Dbitmap.c1483 unsigned int i, j, col = 26;
1492 if (col > 70)
1495 col = 24;
1500 col += 4;
1471 unsigned int i, j, col = 26; local
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex2711 % @item first col stuff @tab second col stuff @tab third col
2713 % first col stuff
2715 % second col stuff
2717 % third col
2718 % @item first col stuff @tab second col stuff
2755 \expandafter\xdef\csname col\the\colcount\endcsname{#1\hsize}%
2774 \expandafter\xdef\csname col\th
[all...]

Completed in 319 milliseconds

1234567