Searched refs:scan_frame (Results 1 – 2 of 2) sorted by relevance
16 struct scan_frame;17 typedef struct scan_frame { struct24 struct scan_frame *this_prev_frame; /* this previous frame */ argument25 struct scan_frame *prev_frame; /* previous frame */ argument26 struct scan_frame *next_frame; /* next frame */ argument27 } scan_frame; typedef152 scan_frame *frame_head;153 scan_frame *frame_last;
31 scan_frame *f= (scan_frame *)p; in S_unwind_scan_frames()33 scan_frame *n= f->next_frame; in S_unwind_scan_frames()1618 scan_frame *frame = NULL; /* used as part of fake recursion */ in Perl_study_chunk()2299 scan_frame *newframe; in Perl_study_chunk()2302 Newxz(newframe, 1, scan_frame); in Perl_study_chunk()2307 Newxz(newframe, 1, scan_frame); in Perl_study_chunk()