Searched refs:app_save (Results 1 – 6 of 6) sorted by relevance
57 char * app_save; member94 saved->app_save = app_push (); in input_file_push()113 app_pop (saved->app_save); in input_file_pop()
212 struct app_save struct234 register struct app_save *saved; in app_push() argument236 saved = (struct app_save *) xmalloc (sizeof (*saved)); in app_push()270 register struct app_save *saved = (struct app_save *) arg; in app_pop()
1985 (struct app_save): Add field 'symver_state'.1986 (app_push): Save global symver_state int struct app_save.1987 (app_pop): Restore global symver_state from struct app_save.
5557 (struct app_save): Add scrub_m68k_mri, mri_state, and mri_last_ch
1216 (app_push): Adjust saved fields for changes in struct app_save.1218 (app_pop): Adjust saved fields for changes in struct app_save.
7290 (struct app_save): Declare scrub_m68k_mri only when TC_M68K.