Searched defs:rot (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dproto.h94 FNPROTO(rot); variable
/osnet-11/usr/src/lib/efcode/engine/
H A Dforth.c1235 rot(fcode_env_t *env) function
1239 CHECK_DEPTH(env, 3, "rot");
1251 CHECK_DEPTH(env, 3, "-rot");
1375 CHECK_DEPTH(env, 6, "2rot");
2544 ANSI(0x04a, 0, "rot", rot);
2545 ANSI(0x04b, 0, "-rot", minus_rot);
2556 ANSI(0x056, 0, "2rot", two_rot);

Completed in 137 milliseconds