Home
last modified time | relevance | path

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

/titanic_50/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
H A Dllib-lcurses1045 /* tnames.c */
/titanic_50/usr/src/lib/libcurses/
H A DMakefile46 screen/tnames.c \
108 screen/tnames.c screen/tinames.c screen/tifnames.c \
H A DMakefile.com89 tnames.o touchwin.o tparm.o tputs.o trace.o \
/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_dis.c217 static const char *const tnames[] = { "D type", "string" }; in dt_dis_pushts() local
231 if (type < sizeof (tnames) / sizeof (tnames[0])) { in dt_dis_pushts()
233 type, tnames[type]); in dt_dis_pushts()
/titanic_50/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c244 char *tnames, zero = '\0'; local
246 tnames = string_table + term_names;
247 tlength = strlen(tnames) + 1;
267 || fwrite(tnames, sizeof (char), tlength, fp) != tlength
/titanic_50/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddof.c249 static const char *const tnames[] = { "TYPE_CTF", "TYPE_STRING" }; in dis_pushts() local
255 if (type < sizeof (tnames) / sizeof (tnames[0])) in dis_pushts()
256 mdb_printf("\t\t! %s", tnames[type]); in dis_pushts()
/titanic_50/
H A D.gitignore3460 usr/src/lib/libcurses/screen/tnames.c