Searched refs:input_save (Results 1 – 5 of 5) sorted by relevance
107 struct input_save { struct120 struct input_save * next_saved_file; /* Chain of input_saves. */ argument125 static struct input_save *input_scrub_push (char *saved_position); argument126 static char *input_scrub_pop (struct input_save *arg);131 static struct input_save *next_saved_file;137 static struct input_save *140 struct input_save *saved; in input_scrub_push()142 saved = XNEW (struct input_save); in input_scrub_push()174 input_scrub_pop (struct input_save *saved) in input_scrub_pop()
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 *.
3110 (struct input_save): Adjust.
7007 (struct input_save): Add flag to indicate whether current sb
722 char *input_save, c; in set_operand() local810 input_save = input_line_pointer; in set_operand()813 input_line_pointer = input_save; in set_operand()