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

/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dtic.h62 #define TERM_NAMES_LENGTH 128 macro
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];
314 (void) strncpy(tname, string_table + term_names, TERM_NAMES_LENGTH);

Completed in 45 milliseconds