Searched refs:tabsize (Results 1 – 13 of 13) sorted by relevance
62 int tabsize = ( in NCURSES_EXPORT() local72 for (count = (tabsize - (win->_curx % tabsize)); count > 0; count--) { in NCURSES_EXPORT()
445 int tabsize = 8; in waddch_nosync() local482 tabsize = *ptrTabsize(sp); in waddch_nosync()484 tabsize = TABSIZE; in waddch_nosync()486 x = (NCURSES_SIZE_T) (x + (tabsize - (x % tabsize))); in waddch_nosync()
313 int tabsize = 8; in wadd_wch_nosync() local337 tabsize = *ptrTabsize(sp); in wadd_wch_nosync()339 tabsize = TABSIZE; in wadd_wch_nosync()341 x = (NCURSES_SIZE_T) (x + (tabsize - (x % tabsize))); in wadd_wch_nosync()
462 while ((tcur = ((curr - 1) & tabmask) + tabsize + 1) <= target) { in pad_output()510 cur = ((cur - 1) & tabmask) + tabsize + 1; in count_spaces()
42 #define tabsize 8 /* the size of a tab */ macro
354 now_col = ((now_col - 1) & tabmask) + tabsize + 1; in pr_comment()
1439 static int tabsize = 0; in comline() local1444 buildtab(&mactab, &tabsize); in comline()1474 ub = tabsize - 1; in comline()
292 my_tabsize = TCB->info.tabsize; in _nc_get_screensize()
747 TCB->info.tabsize = VALID_NUMERIC(init_tabs) ? (int) init_tabs : 8; in drv_init()
3108 size_t tabsize = 0; in elf_link_add_object_symbols() local3506 tabsize = htab->root.table.size * sizeof (struct bfd_hash_entry *); in elf_link_add_object_symbols()3508 old_tab = bfd_malloc (tabsize + entsize + hashsize); in elf_link_add_object_symbols()3520 old_hash = (char *) old_tab + tabsize; in elf_link_add_object_symbols()3522 memcpy (old_tab, htab->root.table.table, tabsize); in elf_link_add_object_symbols()4158 old_hash = (char *) old_tab + tabsize; in elf_link_add_object_symbols()4161 memcpy (htab->root.table.table, old_tab, tabsize); in elf_link_add_object_symbols()
2371 int tabsize; member
1952 @item tabsize