• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_cparam-critcl/

Lines Matching refs:ER

129 	    ERROR_STATE* ER;
474 ERROR_STATE* ER;
535 p->ER = NULL; \
536 TRACE (("ER_INIT (%p => %p)", (p), (p)->ER))
538 error_state_free ((p)->ER); \
539 (p)->ER = NULL
644 error_state_free (scs->ER);
689 return p->ER;
835 if (!p->ER) return;
837 if (p->ER->loc != pos) return;
839 p->ER->loc = pos;
846 if (top == p->ER) {
856 if (!p->ER) {
858 p->ER = top;
863 if (top->loc < p->ER->loc) {
868 if (top->loc > p->ER->loc) {
870 error_state_free (p->ER);
871 p->ER = top;
876 rde_stack_move (p->ER->msg, top->msg);
882 rde_stack_push (p->ES, p->ER);
883 if (p->ER) { p->ER->refCount ++; }
888 error_state_free (p->ER);
889 p->ER = ALLOC (ERROR_STATE);
890 p->ER->refCount = 1;
891 p->ER->loc = p->CL;
892 p->ER->msg = rde_stack_new (NULL);
894 rde_stack_push (p->ER->msg, (void*) s);
989 error_state_free (p->ER);
990 p->ER = scs->ER;
991 if (p->ER) { p->ER->refCount ++; }
1025 scs->ER = p->ER;
1026 if (scs->ER) { scs->ER->refCount ++; }
1037 error_state_free (scs->ER);
1038 scs->ER = p->ER;
1039 if (scs->ER) { scs->ER->refCount ++; }
1470 rde_stack_push (p->ES, p->ER);
1471 if (p->ER) { p->ER->refCount ++; }
1478 rde_stack_push (p->ES, p->ER);
1487 rde_stack_push (p->ES, p->ER);
1548 rde_stack_push (p->ES, p->ER);
1549 if (p->ER) { p->ER->refCount ++; }
1563 rde_stack_push (p->ES, p->ER);
1564 if (p->ER) { p->ER->refCount ++; }
1577 rde_stack_push (p->ES, p->ER);
1578 if (p->ER) { p->ER->refCount ++; }
1597 rde_stack_push (p->ES, p->ER);
1598 if (p->ER) { p->ER->refCount ++; }
1611 rde_stack_push (p->ES, p->ER);
1612 if (p->ER) { p->ER->refCount ++; }
1628 rde_stack_push (p->ES, p->ER);
1629 if (p->ER) { p->ER->refCount ++; }
1644 rde_stack_push (p->ES, p->ER);
1645 if (p->ER) { p->ER->refCount ++; }