Searched refs:input_save (Results 1 – 3 of 3) sorted by relevance
109 struct input_save { struct122 struct input_save * next_saved_file; /* Chain of input_saves. */ argument127 static struct input_save *input_scrub_push (char *saved_position); argument128 static char *input_scrub_pop (struct input_save *arg);133 static struct input_save *next_saved_file;139 static struct input_save *142 register struct input_save *saved; in input_scrub_push()144 saved = (struct input_save *) xmalloc (sizeof *saved); in input_scrub_push()175 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 *.
7017 (struct input_save): Add flag to indicate whether current sb