• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/

Lines Matching refs:p1

676   unsigned char *p1;
818 p1 = p + mcnt;
820 printf ("/succeed_n to %d, %d times", p1 - start, mcnt2);
825 p1 = p + mcnt;
827 printf ("/jump_n to %d, %d times", p1 - start, mcnt2);
832 p1 = p + mcnt;
834 printf ("/set_number_at location %d to %d", p1 - start, mcnt2);
1909 const char *p1;
2204 p1 = p;
2237 if (c == ']' && p != p1 + 1)
3888 unsigned char *p1;
4386 p1 = p; /* To send to group_match_null_string_p. */
4390 = group_match_null_string_p (&p1, pend, reg_info);
4496 p1 = p + 2;
4498 switch ((re_opcode_t) *p1++)
4506 EXTRACT_NUMBER_AND_INCR (mcnt, p1);
4508 p1 += 2;
4514 p1 += mcnt;
4521 if (mcnt < 0 && (re_opcode_t) *p1 == on_failure_jump
4522 && (re_opcode_t) p1[3] == start_memory && p1[4] == *p)
4551 p1++;
4552 EXTRACT_NUMBER_AND_INCR (mcnt, p1);
4553 PUSH_FAILURE_POINT (p1 + mcnt, d, -2);
4743 p1 = p;
4749 while (p1 < pend && (re_opcode_t) *p1 == no_op)
4750 p1++;
4752 if (p1 < pend && (re_opcode_t) *p1 == start_memory)
4758 highest_active_reg = *(p1 + 1) + *(p1 + 2);
4760 lowest_active_reg = *(p1 + 1);
4806 p1 = p + mcnt;
4807 /* p1[0] ... p1[2] are the `on_failure_jump' corresponding
4828 if ((re_opcode_t) p1[3] == exactn && p1[5] != c)
4832 c, p1[5]);
4835 else if ((re_opcode_t) p1[3] == charset
4836 || (re_opcode_t) p1[3] == charset_not)
4838 int not = (re_opcode_t) p1[3] == charset_not;
4840 if (c < (unsigned char) (p1[4] * BYTEWIDTH)
4841 && p1[5 + c / BYTEWIDTH] & (1 << (c % BYTEWIDTH)))
4861 if ((re_opcode_t) p1[3] == exactn
4862 && ! ((int) p2[1] * BYTEWIDTH > (int) p1[5]
4863 && (p2[2 + p1[5] / BYTEWIDTH]
4864 & (1 << (p1[5] % BYTEWIDTH)))))
4866 if ((re_opcode_t) p1[3] == exactn
4867 && ! ((int) p2[1] * BYTEWIDTH > (int) p1[4]
4868 && (p2[2 + p1[4] / BYTEWIDTH]
4869 & (1 << (p1[4] % BYTEWIDTH)))))
4874 c, p1[5]);
4877 else if ((re_opcode_t) p1[3] == charset_not)
4884 || (idx < (int) p1[4]
4885 && ((p2[2 + idx] & ~ p1[5 + idx]) == 0))))
4894 else if ((re_opcode_t) p1[3] == charset)
4900 idx < (int) p2[1] && idx < (int) p1[4];
4902 if ((p2[2 + idx] & p1[5 + idx]) != 0)
4905 if (idx == p2[1] || idx == p1[4])
5058 p1 = p + mcnt;
5061 DEBUG_PRINT3 (" Setting %p to %d.\n", p1, mcnt);
5063 DEBUG_PRINT3 (" Setting 0x%x to %d.\n", p1, mcnt);
5065 STORE_NUMBER (p1, mcnt);
5238 p1 = p + 1;
5239 EXTRACT_NUMBER_AND_INCR (mcnt, p1);
5240 p1 += mcnt;
5242 if ((is_a_jump_n && (re_opcode_t) *p1 == succeed_n)
5244 && (re_opcode_t) *p1 == on_failure_jump))
5288 unsigned char *p1 = *p + 2;
5290 while (p1 < end)
5296 switch ((re_opcode_t) *p1)
5300 p1++;
5301 EXTRACT_NUMBER_AND_INCR (mcnt, p1);
5326 while ((re_opcode_t) p1[mcnt-3] == jump_past_alt)
5332 if (!alt_match_null_string_p (p1, p1 + mcnt - 3,
5338 p1 += mcnt;
5342 if ((re_opcode_t) *p1 != on_failure_jump)
5347 p1++;
5348 EXTRACT_NUMBER_AND_INCR (mcnt, p1);
5349 if ((re_opcode_t) p1[mcnt-3] != jump_past_alt)
5352 p1 -= 3;
5360 EXTRACT_NUMBER (mcnt, p1 - 2);
5362 if (!alt_match_null_string_p (p1, p1 + mcnt, reg_info))
5365 p1 += mcnt; /* Get past the n-th alternative. */
5371 assert (p1[1] == **p);
5372 *p = p1 + 2;
5377 if (!common_op_match_null_string_p (&p1, end, reg_info))
5380 } /* while p1 < end */
5396 unsigned char *p1 = p;
5398 while (p1 < end)
5403 switch ((re_opcode_t) *p1)
5407 p1++;
5408 EXTRACT_NUMBER_AND_INCR (mcnt, p1);
5409 p1 += mcnt;
5413 if (!common_op_match_null_string_p (&p1, end, reg_info))
5416 } /* while p1 < end */
5435 unsigned char *p1 = *p;
5437 switch ((re_opcode_t) *p1++)
5456 reg_no = *p1;
5458 ret = group_match_null_string_p (&p1, end, reg_info);
5472 EXTRACT_NUMBER_AND_INCR (mcnt, p1);
5474 p1 += mcnt;
5481 p1 += 2;
5482 EXTRACT_NUMBER_AND_INCR (mcnt, p1);
5486 p1 -= 4;
5487 EXTRACT_NUMBER_AND_INCR (mcnt, p1);
5488 p1 += mcnt;
5495 if (!REG_MATCH_NULL_STRING_P (reg_info[*p1]))
5500 p1 += 4;
5507 *p = p1;
5521 register const unsigned char *p1 = (const unsigned char *) s1;
5525 if (translate[*p1++] != translate[*p2++]) return 1;