Searched refs:cm_fromtype (Results 1 – 3 of 3) sorted by relevance
199 cmd.cm_fromtype = parse_element_type(*argv); in do_move() 203 if (CHET_VT == cmd.cm_fromtype) { in do_move() 204 find_element(*argv, &cmd.cm_fromtype, &cmd.cm_fromunit); in do_move() 982 cmd.cm_fromtype = type; in do_return()
68 u_int16_t cm_fromtype; /* element type to move from */ member
871 if ((cm->cm_fromtype > CHET_DT) || (cm->cm_totype > CHET_DT)) in chmove()873 if ((cm->cm_fromunit > (softc->sc_counts[cm->cm_fromtype] - 1)) || in chmove()880 if ((softc->sc_movemask[cm->cm_fromtype] & (1 << cm->cm_totype)) == 0) in chmove()886 fromelem = softc->sc_firsts[cm->cm_fromtype] + cm->cm_fromunit; in chmove()