Searched defs:tabsize (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dnewscreen.c67 * lsize, csize, tabsize: physical sizes
72 newscreen(char *type, int lsize, int csize, int tabsize, argument
194 if (tabsize == 0)
195 tabsize = (init_tabs == -1) ? 8 : init_tabs;
197 SP->tsize = (short)tabsize;
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.h64 unsigned long tabsize; member in struct:aout_symbol_table
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vput.c561 int tabsize; /* Size of the following tabs */ variable
740 tabsize++;
743 tabsize = tabend - tabstart;
764 if (tabsize) {
982 if (tabsize && (enter_insert_mode && exit_insert_mode) && inssiz - doomed > tabslack)
1059 for (i = tabsize - (inssiz - doomed) + shft; i > 0; i--)
1091 for (i = tabsize - (inssiz - doomed); i >= 0; i--) {
1105 for (i = tabsize - (inssiz - doomed) + shft; i > 0; i--)
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmb_info.h130 unsigned long tabsize; member in struct:multiboot_info::__anon2211::__anon2212
/illumos-gate/usr/src/cmd/vgrind/
H A Dvfontedpr.c109 short tabsize = 8; variable
234 tabsize = 4;
644 i = tabs(Start, start) - margin / tabsize;
646 i * (tabsize == 4 ? 5 : 10) + 1 - margin % tabsize);
674 return (width(s, os) / tabsize);
686 i = (i + tabsize) &~ (tabsize-1);
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dmultiboot.h129 multiboot_uint32_t tabsize; member in struct:multiboot_aout_symbol_table

Completed in 66 milliseconds