Home
last modified time | relevance | path

Searched refs:tab (Results 76 – 100 of 498) sorted by relevance

12345678910>>...20

/illumos-gate/usr/src/lib/libfru/
H A DMakefile.flag48 CLEANFILES += pics/lex.fru.cc pics/y.tab.cc pics/y.tab.h
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index_c.x60 db_index_entry_p tab<>;
73 % db_index_entry_p *tab;
H A Ddb_dictionary_c.x188 % db_status db_standby( char* tab = 0 );
200 % db_status db_checkpoint( char* tab = 0 );
/illumos-gate/usr/src/cmd/abi/spectrans/
H A DMakefile.cmd56 $(COMPILE.c) -o $@ y.tab.c
57 $(RM) y.tab.c
/illumos-gate/usr/src/cmd/mdb/
H A DMakefile.kmdb.targ45 $(RM) mdb_lex.c mdb_grammar.c mdb_grammar.h y.tab.h y.tab.c y.output
74 @$(MV) y.tab.h mdb_grammar.h
75 @$(MV) y.tab.c mdb_grammar.c
/illumos-gate/usr/src/cmd/mandoc/
H A Dterm_ascii.c302 static const char *tab[] = { in ascii_uc2str() local
369 if ((size_t)uc < sizeof(tab)/sizeof(tab[0])) in ascii_uc2str()
370 return tab[uc]; in ascii_uc2str()
/illumos-gate/usr/src/cmd/bc/
H A DMakefile79 $(COMPILE.c) -o $@ y.tab.c
81 $(RM) y.tab.c
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c217 char *tab; in _doprnt() local
623 tab = (fcode == 'X') ? uc_digs : lc_digs; in _doprnt()
638 *--bp = tab[qval & mradix]; in _doprnt()
708 tab = uc_digs; in _doprnt()
711 tab = lc_digs; in _doprnt()
816 tab = lc_digs; in _doprnt()
905 tab = uc_digs; in _doprnt()
908 tab = lc_digs; in _doprnt()
/illumos-gate/usr/src/common/util/
H A Dsscanf.c536 set_ccl(char *tab, const uchar_t *fmt) in set_ccl() argument
550 tab[n] = v; /* memset(tab, v, 256) */ in set_ccl()
564 tab[c] = v; /* take character c */ in set_ccl()
599 tab[++c] = v; in set_ccl()
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A DMakefile72 @$(MV) y.tab.h poolcfg_grammar.h
73 @$(MV) y.tab.c poolcfg_grammar.c
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dstrpsearch.c53 strpsearch(const void* tab, size_t num, size_t siz, const char* name, char** next) in strpsearch() argument
55 register char* lo = (char*)tab; in strpsearch()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvfscanf.c776 sm_sccl(tab, fmt) in sm_sccl() argument
777 register char *tab; in sm_sccl()
794 tab[n] = v;
809 tab[c] = v; /* take character c */
848 tab[++c] = v;
/illumos-gate/usr/src/cmd/csh/
H A Dprintf.c162 char *tab; in _print() local
386 tab = "0123456789ABCDEF"; in _print()
388 tab = "0123456789abcdef"; in _print()
396 *--bp = tab[val % hradix * 2 + lowbit]; in _print()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.texi369 @item Offset @tab Type @tab Field Name @tab Note
370 @item 0 @tab u32 @tab magic @tab required
371 @item 4 @tab u32 @tab flags @tab required
372 @item 8 @tab u32 @tab checksum @tab required
373 @item 12 @tab u32 @tab header_addr @tab if flags[16] is set
374 @item 16 @tab u32 @tab load_addr @tab if flags[16] is set
375 @item 20 @tab u32 @tab load_end_addr @tab if flags[16] is set
378 @item 32 @tab u32 @tab mode_type @tab if flags[2] is set
379 @item 36 @tab u32 @tab width @tab if flags[2] is set
380 @item 40 @tab u32 @tab height @tab if flags[2] is set
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A DPoll24 # "system <tab> hour1 hour2 hour3 ..." lines for polling remote systems.
28 # NOTE a tab must follow the machine name
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Ddoscan.c143 char tab[NCHARS]; in __wdoscan_u() local
458 (void) memset(tab, !t, NCHARS); in __wdoscan_u()
460 tab[c] = t; in __wdoscan_u()
472 (void) memset(&tab[b], t, in __wdoscan_u()
476 tab[c] = t; in __wdoscan_u()
538 (int)ch, len, tab, iop, &args.ap); in __wdoscan_u()
555 ch, len, tab, iop, &args.ap); in __wdoscan_u()
845 char *tab __unused, FILE *iop, va_list *listp) in string()
860 isspace(ch) || type == '[' && tab[ch])) { in string()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_put.c572 if (tab && value(vi_HARDTABS)) in plod()
582 if (tab && j) in plod()
630 if (tab && value(vi_HARDTABS)) in plod()
738 if (value(vi_HARDTABS) && tab && !insmode && destcol - outcol > 1) { in plod()
744 if (tab) in plod()
745 tputs(tab, 0, plodput); in plod()
752 tputs(tab, 0, plodput); in plod()
/illumos-gate/usr/src/cmd/sgs/demo_rdb/
H A DMakefile.targ52 $(MV) y.tab.c gram.c
53 $(MV) y.tab.h gram.h
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_hout.c484 pdeclaration(char *name, declaration *dec, int tab, char *separator) in pdeclaration() argument
492 tabify(fout, tab); in pdeclaration()
524 tabify(fout, tab); in pdeclaration()
526 tabify(fout, tab); in pdeclaration()
529 tabify(fout, tab); in pdeclaration()
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dsdt.c134 uint32_t *tab; in sdt_provide_module() local
180 tab = (uint32_t *)mp->sdt_tab; in sdt_provide_module()
244 sdpd->sdpd_offset, tab); in sdt_provide_module()
248 sdt_initialize(sdp, &tab); in sdt_provide_module()
/illumos-gate/usr/src/cmd/oawk/
H A DREADME59 blank and tab.
75 1. The yacc -d business creates a new file y.tab.h
103 cc -O -c y.tab.c
104 mv y.tab.o awk.g.o
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE141 10-08-20 comp/conf.tab: add SF_BUFSIZE
225 09-11-21 misc/magic.tab: add gimp XCF
543 magic.tab: ammend bsd db magic
603 misc/magic.tab: add vcodex magic
650 magic.tab: ms suffix update
1295 magic.tab: add ast message catalog
1581 magic.tab: add mips[1-4], 64-bit
1658 96-01-05 tweak magic.tab for win32
1710 TMP_MAX back into conf.tab
1759 magic data in magic.tab
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Diffe.sh4282 tab=" "
4291 t=${nl}${tab}
4294 …'}') b="${b}${t}do${tab}if $exists ${v}/\${1}${t}${tab}${tab}then${tab}f=${v}/\${1}${t}${tab}${tab
4302 -) b="${b}${t}do${tab}test \"${v}\" = '' -o -d \"${v}\" &&${t}${tab}${tab}"
4307 t="${t}${tab}${tab}"
/illumos-gate/usr/src/data/zoneinfo/
H A Dzone_sun.tab8 # New programs should use zone1970.tab. This file is like zone1970.tab (see
9 # zone1970.tab's comments), but with the following additional restrictions:
17 # that of zone1970.tab.
19 # Unlike zone1970.tab, a row's third column can be a Link from
27 # NOTE -- This is the special version of zone.tab, which is used by libzoneinfo.
31 # 1. ISO 3166 2-character country code. See the file `iso3166.tab'.
42 # Columns are separated by a single tab.
419 # The obsolescent zone.tab format cannot represent Europe/Simferopol well.
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dcollate.c219 collate_chain_t *tab = lcc->lc_chain_table; in chainsearch() local
226 p = tab + next; in chainsearch()
251 collate_large_t *tab = lcc->lc_large_table; in largesearch() local
258 p = tab + next; in largesearch()

12345678910>>...20