Lines Matching refs:blocks
91 struct error_info err_info; /* track where `{}' blocks start */
129 static struct sed_label *blocks = NULL;
1151 blocks = setup_label(blocks, vector->v_length, NULL, &cur_input);
1156 if (!blocks)
1166 vector->v[blocks->v_index].x.jump_index = vector->v_length;
1167 blocks = release_label(blocks); /* done with this entry */
1644 if (blocks)
1647 MEMCPY(&cur_input, &blocks->err_info, sizeof (cur_input));