from_small       1445 src/dps8/dps8_cable.c #define R_DEV_CTLR(from_big, from_small, to_label,                       \
from_small       1451 src/dps8/dps8_cable.c                     &cables->to_small ## _to_ ## from_small[u];          \
from_small       1493 src/dps8/dps8_cable.c #define G_DEV_CTLR(from_big, from_small, to_label, to_big, to_small) \
from_small       1497 src/dps8/dps8_cable.c                     &cables->to_small ## _to_ ## from_small[u];      \
from_small       1616 src/dps8/dps8_cable.c #define CTLR_DEV(from_big,from_small, to_label, to_big, to_small)                                 \
from_small       1621 src/dps8/dps8_cable.c           struct ctlr_to_dev_s * p = & cables->from_small ## _to_ ## to_small[u][prt];            \
from_small       1625 src/dps8/dps8_cable.c #define DEV_CTLR(from_big,from_small, to_label, to_big, to_small)               \
from_small       1629 src/dps8/dps8_cable.c         struct dev_to_ctlr_s * p = & cables->to_small ## _to_ ## from_small[u]; \