Searched refs:tabsize (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/cmd/vgrind/ |
H A D | vfontedpr.c | 109 short tabsize = 8; variable 234 tabsize = 4; in main() 644 i = tabs(Start, start) - margin / tabsize; in putKcp() 646 i * (tabsize == 4 ? 5 : 10) + 1 - margin % tabsize); in putKcp() 674 return (width(s, os) / tabsize); in tabs() 686 i = (i + tabsize) &~ (tabsize-1); in width()
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | newscreen.c | 72 newscreen(char *type, int lsize, int csize, int tabsize, in newscreen() argument 194 if (tabsize == 0) in newscreen() 195 tabsize = (init_tabs == -1) ? 8 : init_tabs; in newscreen() 197 SP->tsize = (short)tabsize; in newscreen()
|
H A D | llib-lcurses | 836 SCREEN *newscreen(char *type, int lsize, int csize, int tabsize, FILE *outfptr,
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_vput.c | 561 int tabsize; /* Size of the following tabs */ variable 740 tabsize++; in vinschar() 743 tabsize = tabend - tabstart; in vinschar() 764 if (tabsize) { in vinschar() 982 if (tabsize && (enter_insert_mode && exit_insert_mode) && inssiz - doomed > tabslack) in viin() 1059 for (i = tabsize - (inssiz - doomed) + shft; i > 0; i--) in viin() 1091 for (i = tabsize - (inssiz - doomed); i >= 0; i--) { in viin() 1105 for (i = tabsize - (inssiz - doomed) + shft; i > 0; i--) in viin()
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | boot.c | 485 mbi.syms.a.tabsize = 0; in load_image() 554 mbi.syms.a.tabsize = pu.aout->a_syms; in load_image() 581 mbi.syms.a.tabsize = 0; in load_image() 978 + mbi.syms.a.tabsize + mbi.syms.a.strsize; in bsd_boot() 1022 + mbi.syms.a.tabsize + mbi.syms.a.strsize); in bsd_boot()
|
H A D | mb_info.h | 130 unsigned long tabsize; member
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | multiboot.h | 64 unsigned long tabsize; member
|
H A D | kernel.c | 117 (unsigned) aout_sym->tabsize, in cmain()
|
H A D | kernel.c.texi | 115 printf ("aout_symbol_table: tabsize = 0x%0x, " 117 (unsigned) aout_sym->tabsize,
|
H A D | multiboot.h.texi | 64 unsigned long tabsize;
|
H A D | multiboot.info | 706 28 | tabsize | 717 this case), and finally the set of strings itself. `tabsize' is equal 721 table refers. Note that `tabsize' may be 0, indicating no symbols, even 1118 unsigned long tabsize; 1385 printf ("aout_symbol_table: tabsize = 0x%0x, " 1387 (unsigned) aout_sym->tabsize,
|
H A D | multiboot.texi | 755 28 | tabsize | 768 this case), and finally the set of strings itself. @samp{tabsize} is 772 which the symbol table refers. Note that @samp{tabsize} may be 0,
|