Searched refs:tnames (Results 1 – 8 of 8) sorted by relevance
2 !rm -f bool num str boolnames numnames strnames boolvals numvals strvals tnames.c tinames.c tifname…37 w tnames.c93 0r tnames.c94 w tnames.c151 0r tnames.c152 w tnames.c177 r tnames.c179 /* tnames.c: Made automatically from caps and maketerm.ed - don't edit me! */184 w tnames.c
1045 /* tnames.c */
46 screen/tnames.c \108 screen/tnames.c screen/tinames.c screen/tifnames.c \
89 tnames.o touchwin.o tparm.o tputs.o trace.o \
217 static const char *const tnames[] = { "D type", "string" }; in dt_dis_pushts() local231 if (type < sizeof (tnames) / sizeof (tnames[0])) { in dt_dis_pushts()233 type, tnames[type]); in dt_dis_pushts()
244 char *tnames, zero = '\0'; local246 tnames = string_table + term_names;247 tlength = strlen(tnames) + 1;267 || fwrite(tnames, sizeof (char), tlength, fp) != tlength
249 static const char *const tnames[] = { "TYPE_CTF", "TYPE_STRING" }; in dis_pushts() local255 if (type < sizeof (tnames) / sizeof (tnames[0])) in dis_pushts()256 mdb_printf("\t\t! %s", tnames[type]); in dis_pushts()
3460 usr/src/lib/libcurses/screen/tnames.c