Searched refs:cm_totype (Results 1 – 3 of 3) sorted by relevance
57 int cm_totype; /* element type to move to */ member
590 if ((cm->cm_fromtype > CHET_DT) || (cm->cm_totype > CHET_DT)) in ch_move()593 (cm->cm_tounit > (sc->sc_counts[cm->cm_totype] - 1))) in ch_move()599 if ((sc->sc_movemask[cm->cm_fromtype] & (1 << cm->cm_totype)) == 0) in ch_move()606 toelem = sc->sc_firsts[cm->cm_totype] + cm->cm_tounit; in ch_move()
221 cmd.cm_totype = parse_element_type(*argv); in do_move()