Lines Matching defs:off
376 // i items off of the stack. The end result looks like this (with each block
1259 int off = compiler_next_instr(b);
1260 if (off < 0) {
1263 struct instr *i = &b->b_instr[off];
1504 int off = compiler_next_instr(b);
1505 if (off < 0) {
1508 struct instr *i = &b->b_instr[off];
1549 int off = compiler_next_instr(b);
1550 struct instr *i = &b->b_instr[off];
1551 if (off < 0) {
6491 // Like compiler_pattern, but turn off checks for irrefutability.
7064 // Success! Pop the subject off, we're done with it:
8355 /* Make sure every block that falls off the end returns None. */