Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/diff/src/
HDutil.c410 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()
HDside.c51 size_t tab_size = tabsize; in tab_from_to()
85 size_t spaces = tabsize - in_position % tabsize; in print_half_line()
HDdiff.c580 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()
HDio.c290 repetitions = tabsize - column % tabsize; in find_and_hash_each_line()
360 repetitions = tabsize - column % tabsize; in find_and_hash_each_line()
HDdiff.h148 XTERN size_t tabsize; variable
/freebsd-11-stable/contrib/ncurses/ncurses/base/
HDlib_insch.c60 int tabsize = ( in NCURSES_EXPORT() local
70 for (count = (tabsize - (win->_curx % tabsize)); count > 0; count--) { in NCURSES_EXPORT()
HDlib_addch.c414 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/
HDlib_add_wch.c304 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/
HDldcref.c113 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/
HDdiff_test.sh13 atf_test_case tabsize
177 diff -t --tabsize 1 A B
192 atf_add_test_case tabsize
/freebsd-11-stable/contrib/dtc/libfdt/
HDfdt.c230 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()
HDlibfdt_internal.h67 const char *_fdt_find_string(const char *strtab, int tabsize, const char *s);
/freebsd-11-stable/sys/contrib/libfdt/
HDfdt.c233 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_()
HDlibfdt_internal.h67 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s);
/freebsd-11-stable/usr.bin/diff/
HDdiff.h90 extern int tabsize;
HDdiff.c42 int tabsize = 8; variable
255 tabsize = (int) strtonum(optarg, 1, INT_MAX, &errstr); in main()
HDdiffreg.c1274 newcol = ((col/tabsize)+1)*tabsize; in fetch()
/freebsd-11-stable/stand/i386/libi386/
HDmultiboot.h129 multiboot_uint32_t tabsize; member
/freebsd-11-stable/usr.bin/indent/
HDio.c471 while ((tcur = ((curr - 1) & tabmask) + tabsize + 1) <= target) { in pad_output()
520 cur = ((cur - 1) & tabmask) + tabsize + 1; in count_spaces_until()
HDindent_globs.h45 #define tabsize 8 /* the size of a tab */ macro
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
HDip_sync.c1220 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/
HDlib_setup.c285 my_tabsize = TCB->info.tabsize; in _nc_get_screensize()
HDtinfo_driver.c657 TCB->info.tabsize = VALID_NUMERIC(init_tabs) ? (int) init_tabs : 8; in drv_init()
/freebsd-11-stable/contrib/diff/
HDNEWS34 --tabsize=COLUMNS
/freebsd-11-stable/contrib/binutils/bfd/
HDelflink.c3313 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()

12