/busybox-1.35.0/coreutils/ |
D | fold.c | 44 static int adjust_column(unsigned column, char c) in adjust_column() argument 47 return ++column; in adjust_column() 50 return column + 8 - column % 8; in adjust_column() 53 if ((int)--column < 0) in adjust_column() 54 column = 0; in adjust_column() 57 column = 0; in adjust_column() 62 column++; in adjust_column() 65 return column; in adjust_column() 109 unsigned column = 0; /* Screen column where next char will go */ in fold_main() local 126 column = offset_out = 0; in fold_main() [all …]
|
D | expand.c | 139 unsigned column = 0; in unexpand() local 149 column += len; in unexpand() 151 column += tab_size - (column % tab_size); in unexpand() 156 n = column / tab_size; in unexpand() 158 len = column = column % tab_size; in unexpand() 180 column = (column + len) % tab_size; in unexpand()
|
D | ls.c | 480 unsigned column = 0; in display_single() local 500 column += printf("%7llu ", (long long) dn->dn_ino); in display_single() 503 column += printf("%6"OFF_FMT"u ", (off_t) (dn->dn_blocks >> 1)); in display_single() 507 column += printf("%-10s ", bb_mode_string(modestr, dn->dn_mode)); in display_single() 509 column += printf("%4lu ", (long) dn->dn_nlink); in display_single() 513 column += printf("%-8u ", (int) dn->dn_gid); in display_single() 515 column += printf("%-8u %-8u ", in display_single() 522 column += printf("%-8.8s ", in display_single() 525 column += printf("%-8.8s %-8.8s ", in display_single() 534 column += printf("%-32s ", dn->sid ? dn->sid : "?"); in display_single() [all …]
|
/busybox-1.35.0/scripts/kconfig/ |
D | gconf.c | 320 GtkTreeViewColumn *column; in init_left_tree() local 326 column = gtk_tree_view_column_new(); in init_left_tree() 327 gtk_tree_view_append_column(view, column); in init_left_tree() 328 gtk_tree_view_column_set_title(column, _("Options")); in init_left_tree() 331 gtk_tree_view_column_pack_start(GTK_TREE_VIEW_COLUMN(column), in init_left_tree() 333 gtk_tree_view_column_set_attributes(GTK_TREE_VIEW_COLUMN(column), in init_left_tree() 340 gtk_tree_view_column_pack_start(GTK_TREE_VIEW_COLUMN(column), in init_left_tree() 342 gtk_tree_view_column_set_attributes(GTK_TREE_VIEW_COLUMN(column), in init_left_tree() 364 GtkTreeViewColumn *column; in init_right_tree() local 371 column = gtk_tree_view_column_new(); in init_right_tree() [all …]
|
D | qconf.h | 199 void paintCell(QPainter* p, const QColorGroup& cg, int column, int width, int align);
|
D | qconf.cc | 312 void ConfigItem::paintCell(QPainter* p, const QColorGroup& cg, int column, int width, int align) in paintCell() argument 318 Parent::paintCell(p, list->inactivedColorGroup, column, width, align); in paintCell() 320 Parent::paintCell(p, cg, column, width, align); in paintCell() 322 Parent::paintCell(p, list->disabledColorGroup, column, width, align); in paintCell()
|
D | lex.zconf.c_shipped | 217 int yy_bs_column; /**< The column count. */ 1810 * In that case, we don't want to reset the lineno or column.
|
/busybox-1.35.0/miscutils/ |
D | hexedit.c | 157 int column; in redraw_cur_line() local 159 column = (0xf & (uintptr_t)G.current_byte); in redraw_cur_line() 160 data = G.current_byte - column; in redraw_cur_line() 163 column = column*3 + G.half; in redraw_cur_line() 164 column += format_line(buf, data, offset); in redraw_cur_line() 168 buf + column, in redraw_cur_line() 169 column, buf in redraw_cur_line()
|
/busybox-1.35.0/ |
D | .indent.pro | 17 --dont-format-first-column-comments
|
/busybox-1.35.0/docs/ |
D | unicode.txt | 52 ls (multi-column display)
|
D | unicode_UTF-8-test.txt | 49 these "|" characters should all line up in column 79 (right margin). 58 your decoder, then please ignore the "|" column.
|
D | posix_conformance.txt | 12 Some options exist but there is no value in the 'compliant' column: that
|
/busybox-1.35.0/editors/ |
D | sed1line.txt | 86 # align all text flush right on a 79-column width 89 # center all text in the middle of 79-column width. In method 1,
|