Searched refs:TermType (Results 1 – 1 of 1) sorted by relevance
51 #define TermType _nc_globals.comp_termtype macro69 if (TermType == 0) in _nc_set_type()70 TermType = typeMalloc(char, MAX_NAME_SIZE + 1); in _nc_set_type()71 if (TermType != 0) { in _nc_set_type()72 TermType[0] = '\0'; in _nc_set_type()82 if (name == 0 && TermType != 0) { in _nc_get_type()83 FreeAndNull(TermType); in _nc_get_type()88 _nc_STRCPY(name, TermType != 0 ? TermType : "", MAX_NAME_SIZE); in _nc_get_type()99 if (TermType != 0 && TermType[0] != '\0') in where_is_problem()100 fprintf(stderr, ", terminal '%s'", TermType); in where_is_problem()[all …]