UNIT_TARGET        60 src/core/unit.c         [UNIT_TARGET] = &target_vtable,
UNIT_TARGET      1046 src/core/unit.c         if (target->type != UNIT_TARGET)
UNIT_TARGET      1719 src/shared/install.c         if (unit_name_to_type(file) != UNIT_TARGET)
UNIT_TARGET        41 src/shared/unit-name.c         [UNIT_TARGET] = "target",
UNIT_TARGET      1573 src/systemctl/systemctl.c         if (unit_name_to_type(*a) == UNIT_TARGET && unit_name_to_type(*b) != UNIT_TARGET)
UNIT_TARGET      1575 src/systemctl/systemctl.c         if (unit_name_to_type(*a) != UNIT_TARGET && unit_name_to_type(*b) == UNIT_TARGET)
UNIT_TARGET      1628 src/systemctl/systemctl.c                 if (arg_all || unit_name_to_type(*c) == UNIT_TARGET) {