Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tic/
H A Dtic_error.c94 extern short term_names;
106 fprintf(stderr, "terminal '%s', ", string_table+term_names); in warning()
123 fprintf(stderr, "terminal '%s', ", string_table+term_names); in err_abort()
141 fprintf(stderr, "terminal '%s', ", string_table+term_names); in syserr_abort()
H A Dtic_parse.c109 short term_names; /* string table offset - current terminal */ variable
307 term_names = save_str(curr_token.tk_name); in do_entry()
550 strcpy(name_list, term_names + string_table); in dump_structure()
579 (unsigned)term_names + string_table); in dump_structure()
651 (unsigned)term_names + in dump_structure()
693 namelist = term_names + string_table; in write_object()