Searched refs:cm_fromtype (Results 1 – 3 of 3) sorted by relevance
61 int cm_fromtype; /* element type to move from */ member
341 if ((cm->cm_fromtype > CHET_DT) || (cm->cm_totype > CHET_DT)) in ch_move()343 if ((cm->cm_fromunit > (sc->sc_counts[cm->cm_fromtype] - 1)) || in ch_move()350 if ((sc->sc_movemask[cm->cm_fromtype] & (1 << cm->cm_totype)) == 0) in ch_move()356 fromelem = sc->sc_firsts[cm->cm_fromtype] + cm->cm_fromunit; in ch_move()
188 find_voltag(*argv, &cmd.cm_fromtype, &cmd.cm_fromunit); in do_move()191 cmd.cm_fromtype = parse_element_type(*argv); in do_move()197 if (cmd.cm_fromtype == CHET_DT) in do_move()