Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c248 if (TERM_NAMES_LENGTH < tlength)
249 tlength = TERM_NAMES_LENGTH;
308 char *p, *q, *first, *fn, *long_name, dir[2], tname[TERM_NAMES_LENGTH]; in dump_structure()
314 (void) strncpy(tname, string_table + term_names, TERM_NAMES_LENGTH); in dump_structure()
H A Dtic.h62 #define TERM_NAMES_LENGTH 128 macro