Home
last modified time | relevance | path

Searched refs:tabsize (Results 1 – 22 of 22) sorted by relevance

/dragonfly/usr.bin/indent/
H A Dio.c165 com_st++, target += opt.tabsize; in dump_line()
170 target = opt.tabsize * (1 + (target - 1) / opt.tabsize) + 1; in dump_line()
407 while ((tcur = opt.tabsize * (1 + (curr - 1) / opt.tabsize) + 1) <= target) { in pad_output()
456 cur = opt.tabsize * (1 + (cur - 1) / opt.tabsize) + 1; in count_spaces_until()
H A Dindent.c277 col = opt.tabsize * (1 + (col - 1) / opt.tabsize) + 1; in main()
1057 opt.max_col - opt.tabsize)) in main()
1273 if ((ps.ind_level * opt.ind_size) % opt.tabsize != 0) { in indent_declaration()
1274 pos += (ps.ind_level * opt.ind_size) % opt.tabsize; in indent_declaration()
1275 cur_dec_ind += (ps.ind_level * opt.ind_size) % opt.tabsize; in indent_declaration()
1280 CHECK_SIZE_CODE(cur_dec_ind / opt.tabsize); in indent_declaration()
1281 while ((tpos = opt.tabsize * (1 + pos / opt.tabsize)) <= cur_dec_ind) { in indent_declaration()
H A Dpr_comment.c138 ps.com_col = opt.tabsize * (1 + (target_col - 1) / opt.tabsize) + 1; in pr_comment()
H A Dindent_globs.h216 int tabsize; /* the size of a tab */ member
H A Dargs.c158 {"ts", PRO_INT, 8, 0, &opt.tabsize},
/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_insch.c60 int tabsize = ( in NCURSES_EXPORT() local
70 for (count = (tabsize - (win->_curx % tabsize)); count > 0; count--) { in NCURSES_EXPORT()
H A Dlib_addch.c420 int tabsize = 8; in waddch_nosync() local
457 tabsize = *ptrTabsize(sp); in waddch_nosync()
459 tabsize = TABSIZE; in waddch_nosync()
461 x = (NCURSES_SIZE_T) (x + (tabsize - (x % tabsize))); in waddch_nosync()
/dragonfly/contrib/ncurses/ncurses/widechar/
H A Dlib_add_wch.c305 int tabsize = 8; in wadd_wch_nosync() local
329 tabsize = *ptrTabsize(sp); in wadd_wch_nosync()
331 tabsize = TABSIZE; in wadd_wch_nosync()
333 x = (NCURSES_SIZE_T) (x + (tabsize - (x % tabsize))); in wadd_wch_nosync()
/dragonfly/contrib/binutils-2.27/ld/
H A Dldcref.c117 static size_t tabsize, entsize, refsize; variable
235 tabsize = cref_table.root.size * sizeof (struct bfd_hash_entry *); in handle_asneeded_cref()
236 old_tab = xmalloc (tabsize + entsize + refsize); in handle_asneeded_cref()
242 memcpy (old_tab, cref_table.root.table, tabsize); in handle_asneeded_cref()
243 old_ent = (char *) old_tab + tabsize; in handle_asneeded_cref()
284 old_ent = (char *) old_tab + tabsize; in handle_asneeded_cref()
289 memcpy (cref_table.root.table, old_tab, tabsize); in handle_asneeded_cref()
/dragonfly/contrib/binutils-2.34/ld/
H A Dldcref.c118 static size_t tabsize, entsize, refsize; variable
236 tabsize = cref_table.root.size * sizeof (struct bfd_hash_entry *); in handle_asneeded_cref()
237 old_tab = xmalloc (tabsize + entsize + refsize); in handle_asneeded_cref()
243 memcpy (old_tab, cref_table.root.table, tabsize); in handle_asneeded_cref()
244 old_ent = (char *) old_tab + tabsize; in handle_asneeded_cref()
285 old_ent = (char *) old_tab + tabsize; in handle_asneeded_cref()
290 memcpy (cref_table.root.table, old_tab, tabsize); in handle_asneeded_cref()
/dragonfly/contrib/diffutils/src/
H A Dside.c53 size_t tab_size = tabsize; in tab_from_to()
89 size_t spaces = tabsize - in_position % tabsize; in print_half_line()
H A Dutil.c1103 column += tabsize - column % tabsize; in lines_differ()
1112 column2 += tabsize - column2 % tabsize; in lines_differ()
1139 column += c1 == '\t' ? tabsize - column % tabsize : 1; in lines_differ()
1288 size_t tab_size = tabsize; in output_1_line()
H A Ddiff.c613 if (tabsize != numval) in main()
615 if (tabsize) in main()
617 tabsize = numval; in main()
701 if (! tabsize) in main()
702 tabsize = 8; in main()
717 size_t t = expand_tabs ? 1 : tabsize; in main()
H A Ddiff.h175 XTERN size_t tabsize; variable
H A Dio.c309 repetitions = tabsize - column % tabsize; in find_and_hash_each_line()
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c290 my_tabsize = TCB->info.tabsize; in _nc_get_screensize()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delflink.c3631 size_t tabsize = 0; in elf_link_add_object_symbols() local
4050 tabsize = htab->root.table.size * sizeof (struct bfd_hash_entry *); in elf_link_add_object_symbols()
4051 old_tab = bfd_malloc (tabsize + entsize); in elf_link_add_object_symbols()
4068 old_ent = (char *) old_tab + tabsize; in elf_link_add_object_symbols()
4069 memcpy (old_tab, htab->root.table.table, tabsize); in elf_link_add_object_symbols()
4794 old_ent = (char *) old_tab + tabsize; in elf_link_add_object_symbols()
4800 memcpy (htab->root.table.table, old_tab, tabsize); in elf_link_add_object_symbols()
/dragonfly/contrib/gdb-7/bfd/
H A Delflink.c3369 size_t tabsize = 0; in elf_link_add_object_symbols() local
3788 tabsize = htab->root.table.size * sizeof (struct bfd_hash_entry *); in elf_link_add_object_symbols()
3790 old_tab = bfd_malloc (tabsize + entsize + hashsize); in elf_link_add_object_symbols()
3808 old_hash = (char *) old_tab + tabsize; in elf_link_add_object_symbols()
3810 memcpy (old_tab, htab->root.table.table, tabsize); in elf_link_add_object_symbols()
4545 old_hash = (char *) old_tab + tabsize; in elf_link_add_object_symbols()
4551 memcpy (htab->root.table.table, old_tab, tabsize); in elf_link_add_object_symbols()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delflink.c3932 size_t tabsize = 0; in elf_link_add_object_symbols() local
4370 tabsize = htab->root.table.size * sizeof (struct bfd_hash_entry *); in elf_link_add_object_symbols()
4371 old_tab = bfd_malloc (tabsize + entsize); in elf_link_add_object_symbols()
4388 old_ent = (char *) old_tab + tabsize; in elf_link_add_object_symbols()
4389 memcpy (old_tab, htab->root.table.table, tabsize); in elf_link_add_object_symbols()
5219 old_ent = (char *) old_tab + tabsize; in elf_link_add_object_symbols()
5225 memcpy (htab->root.table.table, old_tab, tabsize); in elf_link_add_object_symbols()
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h2483 int tabsize; member
/dragonfly/contrib/diffutils/doc/
H A Ddiffutils.info1800 the '--tabsize=COLUMNS' option.
2349 --tabsize=COLUMNS --text --version --width=COLUMNS
3724 '--tabsize=COLUMNS'
4244 '--tabsize=COLUMNS'
/dragonfly/contrib/tcsh-6/
H A Dcomplete.tcsh1179 baselineskip= statusdict= title= tabsize= underlay= \