Searched refs:ttab (Results 1 - 6 of 6) sorted by relevance

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

Completed in 125 milliseconds