type              195 src/dps8/bsd_random.c   register int type        = (int)( new_state[0] % MAX_TYPES );
type              208 src/dps8/bsd_random.c   switch (type)
type              215 src/dps8/bsd_random.c       rand_type = type;
type              216 src/dps8/bsd_random.c       rand_deg  = degrees[type];
type              217 src/dps8/bsd_random.c       rand_sep  = seps[type];
type              285 src/dps8/dps8_cable.c         scu[scu_unit_idx].ports[scu_port_num].type    = ADEV_NONE;
type              311 src/dps8/dps8_cable.c         scu[scu_unit_idx].ports[scu_port_num].type        = ADEV_IOM;
type              370 src/dps8/dps8_cable.c         scu[scu_unit_idx].ports[scu_port_num].type                      = ADEV_NONE;
type              397 src/dps8/dps8_cable.c         scu[scu_unit_idx].ports[scu_port_num].type                      = ADEV_CPU;
type             1754 src/dps8/dps8_iom.c 
type              652 src/dps8/dps8_scu.c                     pp->type == ADEV_NONE ? "NONE" :
type              653 src/dps8/dps8_scu.c                     pp->type == ADEV_CPU ? "CPU" :
type              654 src/dps8/dps8_scu.c                     pp->type == ADEV_IOM ? "IOM" :
type             1141 src/dps8/dps8_scu.c         if (portp->type != ADEV_IOM)
type             1387 src/dps8/dps8_scu.c             if (scu [scu_unit_idx].ports [port].type != ADEV_CPU)
type             1454 src/dps8/dps8_scu.c             if (scu [scu_unit_idx].ports [port].type != ADEV_CPU)
type             2250 src/dps8/dps8_scu.c     if (portp -> type == ADEV_IOM)
type             2294 src/dps8/dps8_scu.c     else if (portp -> type == ADEV_CPU)
type             2427 src/dps8/dps8_scu.c             if (scu[scu_unit_idx].ports[port].type != ADEV_CPU ||
type             2477 src/dps8/dps8_scu.c             scu[u].ports[p].type   = ADEV_NONE;
type               64 src/dps8/dps8_scu.h         enum active_dev type; // type of connected device
type              341 src/dps8/dps8_socket_dev.c     int type =     (int) buffer[1];
type              345 src/dps8/dps8_socket_dev.c sim_printf ("socket() type     %d\n", type);
type              357 src/dps8/dps8_socket_dev.c     else if (type != SOCK_STREAM && type != (SOCK_STREAM)) // Only SOCK_STREAM or SOCK_STREAM + SOCK_NONBLOCK
type              359 src/dps8/dps8_socket_dev.c     else if (type != SOCK_STREAM && type != (SOCK_STREAM|SOCK_NONBLOCK)) // Only SOCK_STREAM or SOCK_STREAM + SOCK_NONBLOCK
type              386 src/dps8/dps8_socket_dev.c             sk_data.fd_nonblock[fd] = !! (type & SOCK_NONBLOCK);
type               51 src/dps8/fnptelnet.c     switch (event->type)
type              205 src/dps8/fnptelnet.c           sim_printf ("evHandler: unhandled event %d\n", event->type);
type             1313 src/dps8/fnpuv.c         uint type = buffer [payload_offset + 0];
type             1314 src/dps8/fnpuv.c         if (type == 0x08)
type             1322 src/dps8/fnpuv.c             sim_printf ("ICMP 0x%02x\n", type);
type               59 src/dps8/hdbg.c   enum hevtType type;
type               95 src/dps8/hdbg.c       enum hregs_t type;
type              100 src/dps8/hdbg.c       enum hregs_t type;
type              105 src/dps8/hdbg.c       enum hdbgIEFP_e type;
type              111 src/dps8/hdbg.c       enum hregs_t type;
type              116 src/dps8/hdbg.c       enum hregs_t type;
type              176 src/dps8/hdbg.c   hevents[p].type = t; \
type              266 src/dps8/hdbg.c void hdbgRegR (enum hregs_t type, word36 data, const char * ctx) {
type              269 src/dps8/hdbg.c   hevents[p].reg.type = type;
type              274 src/dps8/hdbg.c void hdbgRegW (enum hregs_t type, word36 data, const char * ctx) {
type              277 src/dps8/hdbg.c   hevents[p].reg.type = type;
type              282 src/dps8/hdbg.c void hdbgPARegR (enum hregs_t type, struct par_s * data, const char * ctx) {
type              285 src/dps8/hdbg.c   hevents[p].par.type = type;
type              290 src/dps8/hdbg.c void hdbgPARegW (enum hregs_t type, struct par_s * data, const char * ctx) {
type              293 src/dps8/hdbg.c     hevents[p].par.type = type;
type              299 src/dps8/hdbg.c 
type              301 src/dps8/hdbg.c 
type              306 src/dps8/hdbg.c 
type              308 src/dps8/hdbg.c 
type              314 src/dps8/hdbg.c void hdbgIEFP (enum hdbgIEFP_e type, word15 segno, word18 offset, const char * ctx) {
type              317 src/dps8/hdbg.c   hevents [p].iefp.type   = type;
type              425 src/dps8/hdbg.c   if (p->reg.type == hreg_IR)
type              431 src/dps8/hdbg.c                    regNames[p->reg.type],
type              438 src/dps8/hdbg.c   else if (p->reg.type >= hreg_X0 && p->reg.type <= hreg_X7)
type              444 src/dps8/hdbg.c                    regNames[p->reg.type],
type              452 src/dps8/hdbg.c                    regNames[p->reg.type],
type              458 src/dps8/hdbg.c   if (p->reg.type >= hreg_PR0 && p->reg.type <= hreg_PR7)
type              464 src/dps8/hdbg.c                     regNames[p->reg.type],
type              474 src/dps8/hdbg.c                    regNames[p->reg.type],
type              488 src/dps8/hdbg.c                  regNames[p->reg.type],
type              496 src/dps8/hdbg.c   switch (p->iefp.type) {
type              591 src/dps8/hdbg.c     switch (evtp -> type) {
type              652 src/dps8/hdbg.c         (void)fprintf (hdbgOut, "hdbgPrint ? %d\n", evtp -> type);
type               41 src/dps8/hdbg.h void hdbgIEFP (enum hdbgIEFP_e type, word15 segno, word18 offset, const char * ctx);
type               66 src/dps8/hdbg.h void hdbgRegR (enum hregs_t type, word36 data, const char * ctx);
type               67 src/dps8/hdbg.h void hdbgRegW (enum hregs_t type, word36 data, const char * ctx);
type               69 src/dps8/hdbg.h void hdbgPARegR (enum hregs_t type, struct par_s * data, const char * ctx);
type               70 src/dps8/hdbg.h void hdbgPARegW (enum hregs_t type, struct par_s * data, const char * ctx);
type               98 src/dps8/libtelnet.c         ev.type = (cmd);                \
type              182 src/dps8/libtelnet.c         ev.type       = fatal ? TELNET_EV_ERROR : TELNET_EV_WARNING;
type              197 src/dps8/libtelnet.c         ev.type        = TELNET_EV_SEND;
type              477 src/dps8/libtelnet.c static int _environ_telnet(telnet_t *telnet, unsigned char type,
type              494 src/dps8/libtelnet.c                                 "telopt %ld subneg has invalid command", (long) type);
type              508 src/dps8/libtelnet.c                 ev.type = TELNET_EV_ENVIRON;
type              518 src/dps8/libtelnet.c                                 "telopt %d subneg missing variable type", type);
type              525 src/dps8/libtelnet.c                                 "telopt %d subneg ends with ESC", type);
type              553 src/dps8/libtelnet.c                 values[eindex].type = (unsigned char) (*c++);
type              610 src/dps8/libtelnet.c         ev.type = TELNET_EV_ENVIRON;
type              650 src/dps8/libtelnet.c                 ev.type       = TELNET_EV_TTYPE;
type              658 src/dps8/libtelnet.c                 ev.type       = TELNET_EV_TTYPE;
type              676 src/dps8/libtelnet.c         ev.type       = TELNET_EV_SUBNEGOTIATION;
type              786 src/dps8/libtelnet.c                                         ev.type        = TELNET_EV_DATA;
type              796 src/dps8/libtelnet.c                                         ev.type        = TELNET_EV_DATA;
type              809 src/dps8/libtelnet.c                                 ev.type        = TELNET_EV_DATA;
type              847 src/dps8/libtelnet.c                                 ev.type        = TELNET_EV_DATA;
type              859 src/dps8/libtelnet.c                                 ev.type       = TELNET_EV_IAC;
type              963 src/dps8/libtelnet.c                 ev.type        = TELNET_EV_DATA;
type              241 src/dps8/libtelnet.h         unsigned char type; /* either TELNET_ENVIRON_VAR or TELNET_ENVIRON_USERVAR   */
type              255 src/dps8/libtelnet.h         enum telnet_event_type_t type;
type              427 src/dps8/uvutil.c     switch (event->type)
type              503 src/dps8/uvutil.c           sim_printf ("evHandler: unhandled event %d\n", event->type);
type               61 src/libsir/include/sir/helpers.h # define _SIR_LOCK_SECTION(type, name, mid, ret) \
type               62 src/libsir/include/sir/helpers.h     type* name = _sir_locksection(mid); \
type             10897 src/simh/scp.c         FAIL (SCPE_ARG, Unknown line type, htext);     /* Unknown line */