Home
last modified time | relevance | path

Searched refs:has_pc (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/vice/vice-3.5/src/userport/
H A Duserport.h122 int has_pc; /* port has the pc line */ member
H A Duserport.c62 if (device->needs_pc && !userport_props.has_pc) { in valid_device()
80 userport_props.has_pc = props->has_pc; in userport_port_register()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/userport/
H A Duserport.h113 int has_pc; member
H A Duserport.c62 if (device->needs_pc && !userport_props.has_pc) { in valid_device()
80 userport_props.has_pc = props->has_pc; in userport_port_register()
/dports/astro/py-astropy/astropy-5.0/astropy/wcs/
H A Ddocstrings.py964 has_pc = """ variable
H A Dutils.py1059 if wcs.wcs.has_pc():
/dports/astro/py-astropy/astropy-5.0/astropy/wcs/tests/
H A Dtest_wcsprm.py639 assert w.has_pc()
642 assert not w.has_pc()
644 assert w.has_pc()
652 assert not w.has_pc()
/dports/astro/py-astropy/astropy-5.0/astropy/wcs/src/
H A Dwcslib_wrap.c42 has_pc = 1, enumerator
1182 result = (self->x.altlin == 0 || self->x.altlin & has_pc); in PyWcsprm_has_pci_ja()
3559 if (self->x.altlin != 0 && (self->x.altlin & has_pc) == 0) { in PyWcsprm_get_pc()
3587 self->x.altlin &= ~has_pc; in PyWcsprm_set_pc()
3616 self->x.altlin |= has_pc; in PyWcsprm_set_pc()
/dports/www/hotcrp/hotcrp-2.102/src/
H A Dassignmentset.php264 private $has_pc = false; variable in AssignerContacts
286 if (!$this->has_pc) {
289 $this->has_pc = true;