Lines Matching refs:accept_label
400 struct sljit_label *accept_label;
6425 struct sljit_label *save_accept_label = common->accept_label;
6511 common->accept_label = NULL;
6531 common->accept_label = save_accept_label;
6536 common->accept_label = LABEL();
6538 set_jumps(common->accept, common->accept_label);
6605 common->accept_label = save_accept_label;
6798 common->accept_label = save_accept_label;
8106 if (common->accept_label == NULL)
8109 JUMPTO(SLJIT_JUMP, common->accept_label);
8113 if (common->accept_label == NULL)
8116 CMPTO(SLJIT_C_NOT_EQUAL, STR_PTR, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(0), common->accept_label);
8121 if (common->accept_label == NULL)
8124 CMPTO(SLJIT_C_EQUAL, TMP2, 0, SLJIT_IMM, 0, common->accept_label);
8126 if (common->accept_label == NULL)
8129 CMPTO(SLJIT_C_NOT_EQUAL, TMP2, 0, STR_PTR, 0, common->accept_label);
9646 common->accept_label = NULL;
10084 common->accept_label = LABEL();
10086 set_jumps(common->accept, common->accept_label);