Searched refs:term_names (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/tic/ |
H A D | tic_error.c | 96 extern short term_names; 108 fprintf(stderr, "terminal '%s', ", string_table+term_names); in warning() 125 fprintf(stderr, "terminal '%s', ", string_table+term_names); in err_abort() 143 fprintf(stderr, "terminal '%s', ", string_table+term_names); in syserr_abort()
|
H A D | tic_parse.c | 109 short term_names; /* string table offset - current terminal */ variable 292 term_names = save_str(curr_token.tk_name); 536 strcpy(name_list, term_names + string_table); in dump_structure() 565 (unsigned)term_names + string_table); in dump_structure() 637 (unsigned)term_names + in dump_structure() 683 namelist = term_names + string_table;
|
/titanic_44/usr/src/lib/libxcurses/src/tic/ |
H A D | untic.c | 76 #define term_names _names macro 200 (void) printf("%s,\n", tp->term_names);
|
H A D | ticparse.c | 55 int term_names; /* string table offset - current terminal */ variable 246 tnames = string_table + term_names; 314 (void) strncpy(tname, string_table + term_names, TERM_NAMES_LENGTH); in dump_structure() 556 term_names = save_str(curr_token.tk_name);
|
H A D | tic.h | 66 extern int term_names; /* string offset */
|