Home
last modified time | relevance | path

Searched refs:tab (Results 226 – 250 of 498) sorted by relevance

12345678910>>...20

/illumos-gate/usr/src/data/locale/data/
H A Dbo_CN.UTF-8.src207 space <tab>;/
209 <vertical-tab>;/
223 <tab>;/
225 <vertical-tab>;/
939 blank <tab>;/
1542 <tab> <X0304>;<X05>;<X05>;<tab>
1544 <vertical-tab> <X0308>;<X05>;<X05>;<vertical-tab>
H A DISO8859-8.cm56 <tab> \x09
60 <vertical-tab> \x0B
H A DKOI8-R.cm56 <tab> \x09
60 <vertical-tab> \x0B
H A DISO8859-7.cm56 <tab> \x09
60 <vertical-tab> \x0B
H A DISO8859-1.cm56 <tab> \x09
60 <vertical-tab> \x0B
H A DISO8859-13.cm56 <tab> \x09
60 <vertical-tab> \x0B
H A DISO8859-15.cm56 <tab> \x09
60 <vertical-tab> \x0B
H A DISO8859-2.cm56 <tab> \x09
60 <vertical-tab> \x0B
H A DISO8859-5.cm56 <tab> \x09
60 <vertical-tab> \x0B
H A DISO8859-9.cm56 <tab> \x09
60 <vertical-tab> \x0B
/illumos-gate/usr/src/cmd/file/
H A Dfile.c166 static int lookup(char **tab);
1410 lookup(char **tab) in lookup() argument
1417 for (j = 0; tab[j] != 0; j++) { in lookup()
1419 for (k = i; ((r = tab[j][l++]) == fbuf[k] && r != '\0'); k++) in lookup()
/illumos-gate/usr/src/cmd/devfsadm/
H A DMakefile.com85 DEVLINKTAB = devlink.tab
/illumos-gate/usr/src/tools/scripts/
H A Dcheck_rtime.pl783 my $tab = $opt{o} ? '' : "\t";
803 "${tab}VERDEF=$ver");
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttyparse.c355 termios->c_cc[7] = (unsigned)stermio->tab;
399 stermio->tab = termios->c_cc[7];
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c1132 sa_idx_tab_t *tab; in sa_tear_down() local
1133 while (tab = list_head(&layout->lot_idx_tab)) { in sa_tear_down()
1134 ASSERT(zfs_refcount_count(&tab->sa_refcount)); in sa_tear_down()
1135 sa_idx_tab_rele(os, tab); in sa_tear_down()
1170 sa_iterfunc_t func, sa_lot_t *tab, void *userp) in sa_attr_iter() argument
1173 sa_lot_t *tb = tab; in sa_attr_iter()
1181 if (tab == NULL) { in sa_attr_iter()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DRELEASE34 06-05-09 pp.tab,ppcontrol.c,ppproto.c: add externalize
88 02-09-10 pp.tab: add pp:passthrough to match -D-P docs
126 01-04-16 pp.tab: add pp:splicespace for mvs jcl decks -- the 60's live on
128 01-03-08 pp.tab,ppbuiltin,ppcontrol,probe: add pp:hostedtransition
129 01-02-22 pp.tab,ppfsm,pplex,pp.probe,probe.win32: add pp:zeof for ^Z => EOF
168 00-04-01 pp.tab: add allpossible and ALLPOSSIBLE
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c411 char *name, **tab; in init_tabs() local
476 tab = tcp_ports; in init_tabs()
480 tab = udp_ports; in init_tabs()
485 if (tab != NULL) in init_tabs()
486 tab[port] = strdup(name); in init_tabs()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps141 back_tab cbt bt str Back tab (P)
145 clear_all_tabs tbc ct str Clear all tab stops. (P)
199 key_ctab kctab kt str Sent by clear-tab key
227 key_stab khts kT str Sent by set-tab key
273 set_tab hts st str Set a tab in all rows, current column.
275 tab ht ta str Tab to next 8 space hardware tab stop.
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps139 back_tab cbt bt str Back tab (P)
143 clear_all_tabs tbc ct str Clear all tab stops. (P)
197 key_ctab kctab kt str Sent by clear-tab key
225 key_stab khts kT str Sent by set-tab key
271 set_tab hts st str Set a tab in all rows, current column.
273 tab ht ta str Tab to next 8 space hardware tab stop.
/illumos-gate/usr/src/cmd/cmd-inet/etc/ppp/
H A Dchap-secrets28 # a list of space or tab separated tokens.
H A Dpap-secrets28 # space or tab separated tokens.
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c1985 struct tbl_loadavg tab; in getla() local
1987 if (table(TBL_LOADAVG, 0, &tab, 1, sizeof(tab)) == -1) in getla()
1995 sm_dprintf("getla: scale = %d\n", tab.tl_lscale); in getla()
1997 if (tab.tl_lscale) in getla()
1998 ave = ((tab.tl_avenrun.l[2] + (tab.tl_lscale/2)) / in getla()
1999 tab.tl_lscale); in getla()
2001 ave = (int) (tab.tl_avenrun.d[2] + 0.5); in getla()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c159 char *tab; in get_clearance() local
168 tab = "ldap"; in get_clearance()
182 logit("get_clearance: throttling load for %s table\n", tab); in get_clearance()
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttyparse.c391 termios->c_cc[7] = (unsigned)stermio->tab;
459 stermio->tab = termios->c_cc[7];
/illumos-gate/usr/src/pkg/manifests/
H A DSUNWcsd.p5m59 file path=etc/devlink.tab group=sys preserve=true

12345678910>>...20