Home | History | Annotate | Download | only in sed

Lines Matching refs:cur_input

112 static struct error_info cur_input;
210 if (cur_input.name)
212 myname, cur_input.name, CAST(unsigned long)cur_input.line, why);
216 CAST(unsigned long)cur_input.string_expr_count,
225 anything to read. Keep cur_input.line up to date, so error messages
244 ++cur_input.line;
256 if (ch == '\n' && cur_input.line > 0)
257 --cur_input.line;
1125 if (ch=='n' && first_script && cur_input.line < 2)
1151 blocks = setup_label(blocks, vector->v_length, NULL, &cur_input);
1593 cur_input.line = 0;
1594 cur_input.name = NULL;
1595 cur_input.string_expr_count = ++string_expr_count;
1620 cur_input.line = 1;
1621 cur_input.name = cmdfile;
1622 cur_input.string_expr_count = 0;
1647 MEMCPY(&cur_input, &blocks->err_info, sizeof (cur_input));