Home
last modified time | relevance | path

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

12

/NextBSD/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
/NextBSD/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()
/NextBSD/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()
/NextBSD/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()
/NextBSD/sys/contrib/libfdt/
HDfdt.c201 const char *_fdt_find_string(const char *strtab, int tabsize, const char *s) in _fdt_find_string() argument
204 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);
/NextBSD/contrib/dtc/libfdt/
HDfdt.c229 const char *_fdt_find_string(const char *strtab, int tabsize, const char *s) in _fdt_find_string() argument
232 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);
/NextBSD/sys/boot/i386/libi386/
HDmultiboot.h129 multiboot_uint32_t tabsize; member
/NextBSD/usr.bin/indent/
HDindent_globs.h45 #define tabsize 8 /* the size of a tab */ macro
HDio.c476 while ((tcur = ((curr - 1) & tabmask) + tabsize + 1) <= target) { in pad_output()
528 cur = ((cur - 1) & tabmask) + tabsize + 1; in count_spaces()
HDpr_comment.c368 now_col = ((now_col - 1) & tabmask) + tabsize + 1; in pr_comment()
/NextBSD/sys/contrib/ipfilter/netinet/
HDip_sync.c1256 ipf_sync_flush_table(softs, tabsize, table) in ipf_sync_flush_table() argument
1258 int tabsize;
1266 for (i = 0; i < tabsize; i++) {
/NextBSD/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()
/NextBSD/contrib/diff/
HDNEWS34 --tabsize=COLUMNS
HDChangeLog109 (longopts): Set tabsize flag to 1.
320 New option --tabsize=COLUMNS.
429 * src/diff.c (longopts, main, usage): New option --tabsize=COLUMNS.
433 (tabsize): New decl.
446 (longopts, usage, main): New option --tabsize=COLUMNS.
451 New option --tabsize=COLUMNS.
457 (lines_differ, output_1_line): New option --tabsize=COLUMNS.
/NextBSD/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()
/NextBSD/contrib/ncurses/ncurses/win32con/
HDwin_driver.c992 TCB->info.tabsize = 8; in drv_init()
/NextBSD/contrib/ncurses/ncurses/
HDcurses.priv.h2215 int tabsize; member

12