Searched refs:ttab (Results 1 – 5 of 5) sorted by relevance
250 static const char *const ttab[] = { in cc_dump_port() local283 (a->addr.type < sizeof(ttab) / sizeof(ttab[0]) && in cc_dump_port()284 ttab[a->addr.type] != NULL) ? ttab[a->addr.type] : "?", in cc_dump_port()
259 ckhc_t *tab, *ttab; in ckh_grow() local289 ttab = ckh->tab; in ckh_grow()291 tab = ttab; in ckh_grow()312 ckhc_t *tab, *ttab; in ckh_shrink() local336 ttab = ckh->tab; in ckh_shrink()338 tab = ttab; in ckh_shrink()
9 7 \ttab を使う%s\n
1386 static char *ttab[] = { in pr_type() local1397 return(ttab[t]); in pr_type()
1523 static char *ttab[] = { variable