Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/lintdump/
H A Dlintdump.c297 static const char *basetypes[] = { "", in print_atype() local
320 basetype > (sizeof (basetypes) / sizeof (*basetypes))) in print_atype()
328 info("%s %s", basetypes[basetype], lsup->name); in print_atype()
330 info("%s", basetypes[basetype]); in print_atype()
338 info("%s", basetypes[basetype]); in print_atype()