Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmaketerm.ed2 !rm -f bool num str boolnames numnames strnames boolvals numvals strvals tnames.c tinames.c tifname…
37 w tnames.c
93 0r tnames.c
94 w tnames.c
151 0r tnames.c
152 w tnames.c
177 r tnames.c
179 /* tnames.c: Made automatically from caps and maketerm.ed - don't edit me! */
184 w tnames.c
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile45 screen/tnames.c \
106 screen/tnames.c screen/tinames.c screen/tifnames.c \
H A DMakefile.com90 tnames.o touchwin.o tparm.o tputs.o trace.o \
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_dis.c230 static const char *const tnames[] = { "D type", "string" }; in dt_dis_pushts() local
244 if (type < sizeof (tnames) / sizeof (tnames[0])) { in dt_dis_pushts()
246 type, tnames[type]); in dt_dis_pushts()
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddof.c247 static const char *const tnames[] = { "TYPE_CTF", "TYPE_STRING" }; in dis_pushts() local
253 if (type < sizeof (tnames) / sizeof (tnames[0])) in dis_pushts()
254 mdb_printf("\t\t! %s", tnames[type]); in dis_pushts()