Lines Matching defs:jump
571 /* Where to jump after match */
598 /* Where to jump after match */
623 /* Where to jump after match */
659 /* Where to jump after match */
1209 /* code(1) + bas(1) + gbas(1) + jump(2) */
1867 /* If the jump would be so long */
1889 /* If the jump would be so long */
1894 /* Last jump is here */
1911 int length, offset = 0, distance, jump = 0, bas = 0;
1923 /* Reserve space to jump after repetition done */
1924 jump = inf->len;
2027 inf->cod[jump] = distance & 0xff;
2028 inf->cod[jump + 1] = (distance & 0xff00) >> 8;
2078 /* Calculate jump distance information */
2126 /* Fill everything with an invalid jump address */
2239 /* This will generate a jump to a jump decision opcode */
2261 /* Only the repetition at the bottom jump to code after testing
2267 /* The bottom jump is here */
2294 /* This will generate a jump to a jump decision opcode */
2320 /* Only the repetition at the bottom jump to code after testing
2342 /* The jump address before the three bytes instruction */
2345 * repetition, just reserve two bytes for the jump address. */
2477 printf("<- Rep-jump %d ", (int)*cod++);
2482 printf("<- Rep-long-jump %d ", (int)*cod++);