Lines Matching defs:ptr
461 BF_word *ptr = start;
491 *ptr++ = L;
492 *ptr++ = R;
493 } while (ptr < end);
501 const char *ptr = key;
549 tmp[0] |= (unsigned char)*ptr; /* correct */
551 tmp[1] |= (signed char)*ptr; /* bug */
560 if (!*ptr)
561 ptr = key;
563 ptr++;
643 BF_word *ptr = &data.ctx.PS[0];
647 ptr, ptr);
648 R = *(ptr + 1);
649 ptr += 2;
651 if (ptr >= &data.ctx.PS[BF_N + 2 + 4 * 0x100])
656 ptr, ptr);
657 R = *(ptr + 1);
658 ptr += 2;