Lines Matching defs:ok
2526 int ok;
2537 ok = 1;
2538 while (ok && *tp != 0) {
2541 ok = asm_decodeB(ip, b, slot++);
2544 ok = asm_decodeF(ip, b, slot++);
2547 ok = asm_decodeI(ip, b, slot++);
2550 ok = (slot++ == 1) ? 1 : 0;
2553 ok = asm_decodeM(ip, b, slot++);
2556 ok = asm_decodeX(ip, b, slot++);
2559 ok = 1;
2562 ok = 0;
2566 return (ok);