Searched refs:TERM_NAMES_LENGTH (Results 1 – 2 of 2) sorted by relevance
248 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()
62 #define TERM_NAMES_LENGTH 128 macro