Searched refs:FR_SUBTRACT (Results 1 – 3 of 3) sorted by relevance
157 case FR_SUBTRACT: in filter_matches_library()177 case FR_SUBTRACT: in filter_matches_symbol()
48 FR_SUBTRACT, enumerator
302 type = expr[s] == '-' ? FR_SUBTRACT : FR_ADD; in parse_filter()319 type = next[s] == '-' ? FR_SUBTRACT : FR_ADD; in parse_filter()