Home
last modified time | relevance | path

Searched refs:ttab (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libnsl/dial/
H A Dcallers.c383 translate(char *ttab, char *str) in translate() argument
387 for (; *ttab && *(ttab+1); ttab += 2) in translate()
389 if (*ttab == *s) in translate()
390 *s = *(ttab+1); in translate()
/titanic_41/usr/src/cmd/tabs/
H A Dtabs.c81 static struct ttab { struct
87 static struct ttab termtab[] = { argument
129 static struct ttab *termadj();
496 struct ttab *
499 struct ttab *t; in termadj()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c436 static struct icmptype_table ttab[] = { in pr_type() local
459 for (i = 0; i < A_CNT(ttab); i++) { in pr_type()
460 if (ttab[i].type == type) in pr_type()
461 return (ttab[i].message); in pr_type()
/titanic_41/usr/src/cmd/bnu/
H A Dcallers.c438 translate(ttab, str) in translate() argument
439 char *ttab, *str; in translate()
443 for(;*ttab && *(ttab+1); ttab += 2)
445 if(*ttab == *s)
446 *s = *(ttab+1);
/titanic_41/usr/src/test/util-tests/tests/libnvpair_json/
H A Djson_05_strings.ksh31 "\ttab\t":"tab key",\
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c1248 static struct icmptype_table ttab[] = { in pr_type() local
1271 for (i = 0; i < A_CNT(ttab); i++) { in pr_type()
1272 if (ttab[i].type == icmp_type) in pr_type()
1273 return (ttab[i].message); in pr_type()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c708 static char *ttab[] = { in pr_type() local
733 return (ttab[t]); in pr_type()