| /freebsd-11-stable/contrib/diff/src/ |
| HD | util.c | 410 column += tabsize - column % tabsize; in lines_differ() 419 column2 += tabsize - column2 % tabsize; in lines_differ() 446 column += c1 == '\t' ? tabsize - column % tabsize : 1; in lines_differ() 553 size_t tab_size = tabsize; in output_1_line()
|
| HD | side.c | 51 size_t tab_size = tabsize; in tab_from_to() 85 size_t spaces = tabsize - in_position % tabsize; in print_half_line()
|
| HD | diff.c | 580 if (tabsize != numval) in main() 582 if (tabsize) in main() 584 tabsize = numval; in main() 672 if (! tabsize) in main() 673 tabsize = 8; in main() 688 intmax_t t = expand_tabs ? 1 : tabsize; in main()
|
| HD | io.c | 290 repetitions = tabsize - column % tabsize; in find_and_hash_each_line() 360 repetitions = tabsize - column % tabsize; in find_and_hash_each_line()
|
| HD | diff.h | 148 XTERN size_t tabsize; variable
|
| /freebsd-11-stable/contrib/ncurses/ncurses/base/ |
| HD | lib_insch.c | 60 int tabsize = ( in NCURSES_EXPORT() local 70 for (count = (tabsize - (win->_curx % tabsize)); count > 0; count--) { in NCURSES_EXPORT()
|
| HD | lib_addch.c | 414 int tabsize = 8; in waddch_nosync() local 450 tabsize = *ptrTabsize(sp); in waddch_nosync() 452 tabsize = TABSIZE; in waddch_nosync() 454 x = (NCURSES_SIZE_T) (x + (tabsize - (x % tabsize))); in waddch_nosync()
|
| /freebsd-11-stable/contrib/ncurses/ncurses/widechar/ |
| HD | lib_add_wch.c | 304 int tabsize = 8; in wadd_wch_nosync() local 328 tabsize = *ptrTabsize(sp); in wadd_wch_nosync() 330 tabsize = TABSIZE; in wadd_wch_nosync() 332 x = (NCURSES_SIZE_T) (x + (tabsize - (x % tabsize))); in wadd_wch_nosync()
|
| /freebsd-11-stable/contrib/binutils/ld/ |
| HD | ldcref.c | 113 static size_t tabsize, entsize, refsize; variable 231 tabsize = cref_table.root.size * sizeof (struct bfd_hash_entry *); in handle_asneeded_cref() 232 old_tab = xmalloc (tabsize + entsize + refsize); in handle_asneeded_cref() 238 memcpy (old_tab, cref_table.root.table, tabsize); in handle_asneeded_cref() 239 old_ent = (char *) old_tab + tabsize; in handle_asneeded_cref() 280 old_ent = (char *) old_tab + tabsize; in handle_asneeded_cref() 285 memcpy (cref_table.root.table, old_tab, tabsize); in handle_asneeded_cref()
|
| /freebsd-11-stable/usr.bin/diff/tests/ |
| HD | diff_test.sh | 13 atf_test_case tabsize 177 diff -t --tabsize 1 A B 192 atf_add_test_case tabsize
|
| /freebsd-11-stable/contrib/dtc/libfdt/ |
| HD | fdt.c | 230 const char *_fdt_find_string(const char *strtab, int tabsize, const char *s) in _fdt_find_string() argument 233 const char *last = strtab + tabsize - len; in _fdt_find_string()
|
| HD | libfdt_internal.h | 67 const char *_fdt_find_string(const char *strtab, int tabsize, const char *s);
|
| /freebsd-11-stable/sys/contrib/libfdt/ |
| HD | fdt.c | 233 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_() argument 236 const char *last = strtab + tabsize - len; in fdt_find_string_()
|
| HD | libfdt_internal.h | 67 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s);
|
| /freebsd-11-stable/usr.bin/diff/ |
| HD | diff.h | 90 extern int tabsize;
|
| HD | diff.c | 42 int tabsize = 8; variable 255 tabsize = (int) strtonum(optarg, 1, INT_MAX, &errstr); in main()
|
| HD | diffreg.c | 1274 newcol = ((col/tabsize)+1)*tabsize; in fetch()
|
| /freebsd-11-stable/stand/i386/libi386/ |
| HD | multiboot.h | 129 multiboot_uint32_t tabsize; member
|
| /freebsd-11-stable/usr.bin/indent/ |
| HD | io.c | 471 while ((tcur = ((curr - 1) & tabmask) + tabsize + 1) <= target) { in pad_output() 520 cur = ((cur - 1) & tabmask) + tabsize + 1; in count_spaces_until()
|
| HD | indent_globs.h | 45 #define tabsize 8 /* the size of a tab */ macro
|
| /freebsd-11-stable/sys/contrib/ipfilter/netinet/ |
| HD | ip_sync.c | 1220 ipf_sync_flush_table(softs, tabsize, table) in ipf_sync_flush_table() argument 1222 int tabsize; 1230 for (i = 0; i < tabsize; i++) {
|
| /freebsd-11-stable/contrib/ncurses/ncurses/tinfo/ |
| HD | lib_setup.c | 285 my_tabsize = TCB->info.tabsize; in _nc_get_screensize()
|
| HD | tinfo_driver.c | 657 TCB->info.tabsize = VALID_NUMERIC(init_tabs) ? (int) init_tabs : 8; in drv_init()
|
| /freebsd-11-stable/contrib/diff/ |
| HD | NEWS | 34 --tabsize=COLUMNS
|
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | elflink.c | 3313 size_t tabsize = 0; in elf_link_add_object_symbols() local 3711 tabsize = htab->root.table.size * sizeof (struct bfd_hash_entry *); in elf_link_add_object_symbols() 3713 old_tab = bfd_malloc (tabsize + entsize + hashsize); in elf_link_add_object_symbols() 3732 old_hash = (char *) old_tab + tabsize; in elf_link_add_object_symbols() 3734 memcpy (old_tab, htab->root.table.table, tabsize); in elf_link_add_object_symbols() 4426 old_hash = (char *) old_tab + tabsize; in elf_link_add_object_symbols() 4432 memcpy (htab->root.table.table, old_tab, tabsize); in elf_link_add_object_symbols()
|