Searched refs:term_names (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libxcurses/src/tic/
H A Dtic.h68 extern int term_names; /* string offset */
H A Duntic.c76 #define term_names _names macro
200 (void) printf("%s,\n", tp->term_names);
H A Dticparse.c55 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);
556 term_names = save_str(curr_token.tk_name);

Completed in 17 milliseconds