Searched refs:ttab (Results 1 – 7 of 7) sorted by relevance
383 translate(char *ttab, char *str) in translate() argument387 for (; *ttab && *(ttab+1); ttab += 2) in translate()389 if (*ttab == *s) in translate()390 *s = *(ttab+1); in translate()
81 static struct ttab { struct87 static struct ttab termtab[] = { argument129 static struct ttab *termadj();496 struct ttab *499 struct ttab *t; in termadj()
436 static struct icmptype_table ttab[] = { in pr_type() local459 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()
438 translate(ttab, str) in translate() argument439 char *ttab, *str; in translate()443 for(;*ttab && *(ttab+1); ttab += 2)445 if(*ttab == *s)446 *s = *(ttab+1);
31 "\ttab\t":"tab key",\
1251 static struct icmptype_table ttab[] = { in pr_type() local1274 for (i = 0; i < A_CNT(ttab); i++) { in pr_type()1275 if (ttab[i].type == icmp_type) in pr_type()1276 return (ttab[i].message); in pr_type()
708 static char *ttab[] = { in pr_type() local733 return (ttab[t]); in pr_type()