Home | History | Annotate | Download | only in util

Lines Matching refs:symbol_type

81 bool symbol_type__is_a(char symbol_type, enum map_type map_type)
85 return symbol_type == 'T' || symbol_type == 'W';
87 return symbol_type == 'D' || symbol_type == 'd';
464 char symbol_type;
479 symbol_type = toupper(line[len]);
500 prev_symbol_type = symbol_type;