Searched refs:tabsize (Results 1 - 9 of 9) sorted by relevance
/osnet-11/usr/src/grub/grub-0.97/docs/ |
H A D | multiboot.h | 64 unsigned long tabsize; member in struct:aout_symbol_table
|
H A D | multiboot.h.texi | 64 unsigned long tabsize;
|
H A D | kernel.c | 115 printf ("aout_symbol_table: tabsize = 0x%0x, " 117 (unsigned) aout_sym->tabsize,
|
H A D | kernel.c.texi | 115 printf ("aout_symbol_table: tabsize = 0x%0x, " 117 (unsigned) aout_sym->tabsize,
|
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | newscreen.c | 67 * 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;
|
H A D | llib-lcurses | 836 SCREEN *newscreen(char *type, int lsize, int csize, int tabsize, FILE *outfptr,
|
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | mb_info.h | 130 unsigned long tabsize; member in struct:multiboot_info::__anon334::__anon335
|
H A D | boot.c | 485 mbi.syms.a.tabsize = 0; 554 mbi.syms.a.tabsize = pu.aout->a_syms; 581 mbi.syms.a.tabsize = 0; 978 + mbi.syms.a.tabsize + mbi.syms.a.strsize; 1022 + mbi.syms.a.tabsize + mbi.syms.a.strsize);
|
/osnet-11/usr/src/grub/grub2/include/ |
H A D | multiboot.h | 125 multiboot_uint32_t tabsize; member in struct:multiboot_aout_symbol_table
|
Completed in 41 milliseconds