Home
last modified time | relevance | path

Searched refs:lnorder (Results 1 – 13 of 13) sorted by relevance

/dports/emulators/simh/simh-3.9.0_5/
H A Dsim_tmxr.c170 op = mp->lnorder; /* get line connection order list pointer */ in tmxr_poll_conn()
866 if (mp->lnorder == NULL) /* line connection order undefined? */ in tmxr_set_lnorder()
924 …memcpy (mp->lnorder, list, mp->lines * sizeof (int32)); /* copy working array to connection array … in tmxr_set_lnorder()
952 int32 *iptr = mp->lnorder; in tmxr_show_lnorder()
H A Dsim_tmxr.h79 int32 *lnorder; /* line connection order */ member
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/
H A Dsim_tmxr.c190 op = mp->lnorder; /* get line connection order list pointer */ in tmxr_poll_conn()
937 if (mp->lnorder == NULL) /* line connection order undefined? */ in tmxr_set_lnorder()
995 …memcpy (mp->lnorder, list, mp->lines * sizeof (int32)); /* copy working array to connection array … in tmxr_set_lnorder()
1023 int32 *iptr = mp->lnorder; in tmxr_show_lnorder()
H A Dsim_tmxr.h100 int32 *lnorder; /* line connection order */ member
H A Dsim_extension.c1587 …if (mp->lnorder != NULL && mp->lnorder [0] >= 0) { /* if the line order exists and is not default… in ex_tmxr_attach_line()
1589 if (line == mp->lnorder [cntr]) /* is present in the */ in ex_tmxr_attach_line()
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/
H A Dsim_tmxr.c225 fop = op = mp->lnorder; /* get line connection order list pointer */ in tmxr_poll_conn()
1076 if (mp->lnorder == NULL) /* if the connection order array is not def… in tmxr_set_lnorder()
1150 …memcpy (mp->lnorder, list, /* copy the working array to the connection ar… in tmxr_set_lnorder()
1180 int32 *iptr = mp->lnorder; in tmxr_show_lnorder()
H A Dsim_tmxr.h101 int32 *lnorder; /* line connection order */ member
H A Dsim_extension.c1676 …if (mp->lnorder != NULL && mp->lnorder [0] >= 0) { /* if the line order exists and is not default… in ex_tmxr_attach_line()
1678 if (line == mp->lnorder [cntr]) /* is present in the */ in ex_tmxr_attach_line()
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/
H A Dsim_tmxr.c225 fop = op = mp->lnorder; /* get line connection order list pointer */ in tmxr_poll_conn()
1076 if (mp->lnorder == NULL) /* if the connection order array is not def… in tmxr_set_lnorder()
1150 …memcpy (mp->lnorder, list, /* copy the working array to the connection ar… in tmxr_set_lnorder()
1180 int32 *iptr = mp->lnorder; in tmxr_show_lnorder()
H A Dsim_tmxr.h101 int32 *lnorder; /* line connection order */ member
H A Dsim_extension.c1676 …if (mp->lnorder != NULL && mp->lnorder [0] >= 0) { /* if the line order exists and is not default… in ex_tmxr_attach_line()
1678 if (line == mp->lnorder [cntr]) /* is present in the */ in ex_tmxr_attach_line()
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/simh/
H A Dsim_tmxr.h188 int32 *lnorder; /* line connection order */ member
H A Dsim_tmxr.c734 op = mp->lnorder; /* get line connection order list pointer */ in tmxr_poll_conn()
3343 if (mp->lnorder == NULL) /* line connection order undefined? */ in tmxr_set_lnorder()
3410 …memcpy (mp->lnorder, list, mp->lines * sizeof (int32)); /* copy working array to connection array … in tmxr_set_lnorder()
3440 int32 *iptr = mp->lnorder; in tmxr_show_lnorder()