Home
last modified time | relevance | path

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

/openbsd-src/lib/libcurses/base/
H A Dlib_insch.c62 int tabsize = ( in NCURSES_EXPORT() local
72 for (count = (tabsize - (win->_curx % tabsize)); count > 0; count--) { in NCURSES_EXPORT()
H A Dlib_addch.c445 int tabsize = 8; in waddch_nosync() local
482 tabsize = *ptrTabsize(sp); in waddch_nosync()
484 tabsize = TABSIZE; in waddch_nosync()
486 x = (NCURSES_SIZE_T) (x + (tabsize - (x % tabsize))); in waddch_nosync()
/openbsd-src/lib/libcurses/widechar/
H A Dlib_add_wch.c313 int tabsize = 8; in wadd_wch_nosync() local
337 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()
/openbsd-src/usr.bin/indent/
H A Dio.c462 while ((tcur = ((curr - 1) & tabmask) + tabsize + 1) <= target) { in pad_output()
510 cur = ((cur - 1) & tabmask) + tabsize + 1; in count_spaces()
H A Dindent_globs.h42 #define tabsize 8 /* the size of a tab */ macro
H A Dpr_comment.c354 now_col = ((now_col - 1) & tabmask) + tabsize + 1; in pr_comment()
/openbsd-src/usr.bin/deroff/
H A Dderoff.c1439 static int tabsize = 0; in comline() local
1444 buildtab(&mactab, &tabsize); in comline()
1474 ub = tabsize - 1; in comline()
/openbsd-src/lib/libcurses/tinfo/
H A Dlib_setup.c292 my_tabsize = TCB->info.tabsize; in _nc_get_screensize()
H A Dtinfo_driver.c747 TCB->info.tabsize = VALID_NUMERIC(init_tabs) ? (int) init_tabs : 8; in drv_init()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delflink.c3108 size_t tabsize = 0; in elf_link_add_object_symbols() local
3506 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()
/openbsd-src/lib/libcurses/
H A Dcurses.priv.h2371 int tabsize; member
/openbsd-src/gnu/usr.bin/binutils-2.17/etc/
H A Dstandards.texi1952 @item tabsize
/openbsd-src/gnu/usr.bin/binutils/etc/
H A Dstandards.texi1952 @item tabsize