from_small 1427 src/dps8/dps8_cable.c #define R_DEV_CTLR(from_big, from_small, to_label, \ from_small 1433 src/dps8/dps8_cable.c &cables->to_small ## _to_ ## from_small[u]; \ from_small 1475 src/dps8/dps8_cable.c #define G_DEV_CTLR(from_big, from_small, to_label, to_big, to_small) \ from_small 1479 src/dps8/dps8_cable.c &cables->to_small ## _to_ ## from_small[u]; \ from_small 1605 src/dps8/dps8_cable.c #define CTLR_DEV(from_big,from_small, to_label, to_big, to_small) \ from_small 1610 src/dps8/dps8_cable.c struct ctlr_to_dev_s * p = & cables->from_small ## _to_ ## to_small[u][prt]; \ from_small 1614 src/dps8/dps8_cable.c #define DEV_CTLR(from_big,from_small, to_label, to_big, to_small) \ from_small 1618 src/dps8/dps8_cable.c struct dev_to_ctlr_s * p = & cables->to_small ## _to_ ## from_small[u]; \