Home
last modified time | relevance | path

Searched defs:tmxr_attach (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/simh/simh-3.9.0_5/
H A Dsim_tmxr.c576 t_stat tmxr_attach (TMXR *mp, UNIT *uptr, char *cptr) in tmxr_attach() function
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/
H A Dsim_tmxr.c652 t_stat tmxr_attach (TMXR *mp, UNIT *uptr, char *cptr) in tmxr_attach() function
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/
H A Dsim_tmxr.c693 t_stat tmxr_attach (TMXR *mp, UNIT *uptr, char *cptr) in tmxr_attach() function
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/
H A Dsim_tmxr.c693 t_stat tmxr_attach (TMXR *mp, UNIT *uptr, char *cptr) in tmxr_attach() function
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/simh/
H A Dsim_tmxr.h273 # define tmxr_attach(mp, uptr, cptr) tmxr_attach_ex(mp, uptr, cptr, FALSE) macro