Searched refs:input_save (Results 1 – 11 of 11) sorted by relevance
111 struct input_save { struct125 struct input_save * next_saved_file; /* Chain of input_saves. */ argument130 static struct input_save *input_scrub_push (char *saved_position); argument131 static char *input_scrub_pop (struct input_save *arg);136 static struct input_save *next_saved_file;157 static struct input_save *160 struct input_save *saved; in input_scrub_push()162 saved = XNEW (struct input_save); in input_scrub_push()187 input_scrub_pop (struct input_save *saved) in input_scrub_pop()511 const struct input_save *saved = next_saved_file; in as_report_context()[all …]
1336 (struct input_save): Add sb_index and from_sb fields. Change1337 next_saved_file field to be struct input_save *.1338 (next_saved_file): Changed to be struct input_save *.1339 (input_scrub_push): Change to return type struct input_save *.1341 (input_scrub_pop): Change parameter type to struct input_save *.
945 (struct input_save): Adjust partial_size type.5437 (struct input_save): Adjust.
7007 (struct input_save): Add flag to indicate whether current sb
108 struct input_save { struct121 struct input_save * next_saved_file; /* Chain of input_saves. */ argument126 static struct input_save *input_scrub_push (char *saved_position); argument127 static char *input_scrub_pop (struct input_save *arg);132 static struct input_save *next_saved_file;153 static struct input_save *156 struct input_save *saved; in input_scrub_push()158 saved = XNEW (struct input_save); in input_scrub_push()182 input_scrub_pop (struct input_save *saved) in input_scrub_pop()
673 char *input_save, c; in set_operand() local763 input_save = input_line_pointer; in set_operand()766 input_line_pointer = input_save; in set_operand()
137782 (struct input_save): Here too.