Home
last modified time | relevance | path

Searched defs:_frame (Results 1 – 25 of 657) sorted by relevance

12345678910>>...27

/dports/lang/python39/Python-3.9.9/Include/cpython/
H A Dframeobject.h17 struct _frame { struct
19 struct _frame *f_back; /* previous frame, or NULL */ argument
20 PyCodeObject *f_code; /* code segment */
24 PyObject **f_valuestack; /* points after the last local */
28 PyObject **f_stacktop;
29 PyObject *f_trace; /* Trace function */
30 char f_trace_lines; /* Emit per-line trace events? */
34 PyObject *f_gen;
36 int f_lasti; /* Last instruction if called */
42 int f_lineno; /* Current line number */
[all …]
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/cpython/
H A Dframeobject.h17 struct _frame { struct
19 struct _frame *f_back; /* previous frame, or NULL */ argument
20 PyCodeObject *f_code; /* code segment */
24 PyObject **f_valuestack; /* points after the last local */
28 PyObject **f_stacktop;
29 PyObject *f_trace; /* Trace function */
30 char f_trace_lines; /* Emit per-line trace events? */
34 PyObject *f_gen;
36 int f_lasti; /* Last instruction if called */
42 int f_lineno; /* Current line number */
[all …]
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dframeobject.h17 typedef struct _frame { struct
19 struct _frame *f_back; /* previous frame, or NULL */ argument
20 PyCodeObject *f_code; /* code segment */
24 PyObject **f_valuestack; /* points after the last local */
28 PyObject **f_stacktop;
29 PyObject *f_trace; /* Trace function */
38 PyObject *f_exc_type, *f_exc_value, *f_exc_traceback;
40 PyObject *f_gen;
42 int f_lasti; /* Last instruction if called */
48 int f_lineno; /* Current line number */
[all …]
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dframeobject.h17 typedef struct _frame { struct
19 struct _frame *f_back; /* previous frame, or NULL */ argument
20 PyCodeObject *f_code; /* code segment */
24 PyObject **f_valuestack; /* points after the last local */
28 PyObject **f_stacktop;
29 PyObject *f_trace; /* Trace function */
38 PyObject *f_exc_type, *f_exc_value, *f_exc_traceback;
40 PyObject *f_gen;
42 int f_lasti; /* Last instruction if called */
48 int f_lineno; /* Current line number */
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dframeobject.h16 typedef struct _frame { struct
18 struct _frame *f_back; /* previous frame, or NULL */ argument
19 PyCodeObject *f_code; /* code segment */
23 PyObject **f_valuestack; /* points after the last local */
27 PyObject **f_stacktop;
28 PyObject *f_trace; /* Trace function */
29 char f_trace_lines; /* Emit per-line trace events? */
33 PyObject *f_gen;
35 int f_lasti; /* Last instruction if called */
41 int f_lineno; /* Current line number */
[all …]
/dports/lang/python37/Python-3.7.12/Include/
H A Dframeobject.h17 typedef struct _frame { struct
19 struct _frame *f_back; /* previous frame, or NULL */ argument
20 PyCodeObject *f_code; /* code segment */
24 PyObject **f_valuestack; /* points after the last local */
28 PyObject **f_stacktop;
29 PyObject *f_trace; /* Trace function */
30 char f_trace_lines; /* Emit per-line trace events? */
34 PyObject *f_gen;
36 int f_lasti; /* Last instruction if called */
42 int f_lineno; /* Current line number */
[all …]
/dports/lang/python38/Python-3.8.12/Include/
H A Dframeobject.h16 typedef struct _frame { struct
18 struct _frame *f_back; /* previous frame, or NULL */ argument
19 PyCodeObject *f_code; /* code segment */
23 PyObject **f_valuestack; /* points after the last local */
27 PyObject **f_stacktop;
28 PyObject *f_trace; /* Trace function */
29 char f_trace_lines; /* Emit per-line trace events? */
33 PyObject *f_gen;
35 int f_lasti; /* Last instruction if called */
41 int f_lineno; /* Current line number */
[all …]
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dframeobject.h16 typedef struct _frame { struct
18 struct _frame *f_back; /* previous frame, or NULL */ argument
19 PyCodeObject *f_code; /* code segment */
23 PyObject **f_valuestack; /* points after the last local */
27 PyObject **f_stacktop;
28 PyObject *f_trace; /* Trace function */
29 char f_trace_lines; /* Emit per-line trace events? */
33 PyObject *f_gen;
35 int f_lasti; /* Last instruction if called */
41 int f_lineno; /* Current line number */
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dframeobject.h16 typedef struct _frame { struct
18 struct _frame *f_back; /* previous frame, or NULL */ argument
19 PyCodeObject *f_code; /* code segment */
23 PyObject **f_valuestack; /* points after the last local */
27 PyObject **f_stacktop;
28 PyObject *f_trace; /* Trace function */
29 char f_trace_lines; /* Emit per-line trace events? */
33 PyObject *f_gen;
35 int f_lasti; /* Last instruction if called */
41 int f_lineno; /* Current line number */
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dframeobject.h16 typedef struct _frame { struct
18 struct _frame *f_back; /* previous frame, or NULL */ argument
19 PyCodeObject *f_code; /* code segment */
23 PyObject **f_valuestack; /* points after the last local */
27 PyObject **f_stacktop;
28 PyObject *f_trace; /* Trace function */
29 char f_trace_lines; /* Emit per-line trace events? */
33 PyObject *f_gen;
35 int f_lasti; /* Last instruction if called */
41 int f_lineno; /* Current line number */
[all …]
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dframeobject.h17 typedef struct _frame { struct
19 struct _frame *f_back; /* previous frame, or NULL */ argument
20 PyCodeObject *f_code; /* code segment */
24 PyObject **f_valuestack; /* points after the last local */
28 PyObject **f_stacktop;
29 PyObject *f_trace; /* Trace function */
30 char f_trace_lines; /* Emit per-line trace events? */
34 PyObject *f_gen;
36 int f_lasti; /* Last instruction if called */
42 int f_lineno; /* Current line number */
[all …]
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dframeobject.h16 typedef struct _frame { struct
18 struct _frame *f_back; /* previous frame, or NULL */ argument
19 PyCodeObject *f_code; /* code segment */
23 PyObject **f_valuestack; /* points after the last local */
27 PyObject **f_stacktop;
28 PyObject *f_trace; /* Trace function */
29 char f_trace_lines; /* Emit per-line trace events? */
33 PyObject *f_gen;
35 int f_lasti; /* Last instruction if called */
41 int f_lineno; /* Current line number */
[all …]
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dframeobject.h16 typedef struct _frame { struct
18 struct _frame *f_back; /* previous frame, or NULL */ argument
19 PyCodeObject *f_code; /* code segment */
23 PyObject **f_valuestack; /* points after the last local */
27 PyObject **f_stacktop;
28 PyObject *f_trace; /* Trace function */
37 PyObject *f_exc_type, *f_exc_value, *f_exc_traceback;
39 PyThreadState *f_tstate;
40 int f_lasti; /* Last instruction if called */
46 int f_lineno; /* Current line number */
[all …]
/dports/lang/python27/Python-2.7.18/Include/
H A Dframeobject.h16 typedef struct _frame { struct
18 struct _frame *f_back; /* previous frame, or NULL */ argument
19 PyCodeObject *f_code; /* code segment */
23 PyObject **f_valuestack; /* points after the last local */
27 PyObject **f_stacktop;
28 PyObject *f_trace; /* Trace function */
37 PyObject *f_exc_type, *f_exc_value, *f_exc_traceback;
39 PyThreadState *f_tstate;
40 int f_lasti; /* Last instruction if called */
46 int f_lineno; /* Current line number */
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dframeobject.h16 typedef struct _frame { struct
18 struct _frame *f_back; /* previous frame, or NULL */ argument
19 PyCodeObject *f_code; /* code segment */
23 PyObject **f_valuestack; /* points after the last local */
27 PyObject **f_stacktop;
28 PyObject *f_trace; /* Trace function */
37 PyObject *f_exc_type, *f_exc_value, *f_exc_traceback;
39 PyThreadState *f_tstate;
40 int f_lasti; /* Last instruction if called */
46 int f_lineno; /* Current line number */
[all …]
/dports/lang/python310/Python-3.10.1/Include/cpython/
H A Dframeobject.h28 struct _frame { struct
30 struct _frame *f_back; /* previous frame, or NULL */ argument
52 static inline int _PyFrame_IsRunnable(struct _frame *f) { in _PyFrame_IsRunnable() argument
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/cpython/
H A Dframeobject.h28 struct _frame { struct
30 struct _frame *f_back; /* previous frame, or NULL */ argument
52 static inline int _PyFrame_IsRunnable(struct _frame *f) { in _PyFrame_IsRunnable() argument
/dports/lang/python311/Python-3.11.0a3/Include/cpython/
H A Dframeobject.h7 struct _frame { struct
9 struct _frame *f_back; /* previous frame, or NULL */ argument
10 struct _interpreter_frame *f_frame; /* points to the frame data */ argument
15 char f_owns_frame; /* This frame owns the frame */ argument
17 PyObject *_f_frame_data[1]; argument
/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/
H A Derror.go52 type _frame struct { struct
53 native bool
54 nativeFile string
55 nativeLine int
56 file *file.File
57 offset int
58 callee string
59 fn interface{}
68 func (fr _frame) location() string {
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/robertkrimen/otto/
H A Derror.go52 type _frame struct { struct
53 native bool
54 nativeFile string
55 nativeLine int
56 file *file.File
57 offset int
58 callee string
59 fn interface{}
68 func (fr _frame) location() string {
/dports/x11-wm/blackbox/blackbox-0.70.1/src/
H A DWindow.hh192 struct _frame { struct in BlackboxWindow
194 Pixmap ulabel, flabel, utitle, ftitle, uhandle, fhandle,
195 ubutton, fbutton, pbutton, ugrip, fgrip;
199 title,
200 label,
201 handle,
202 close_button, iconify_button, maximize_button,
203 right_grip, left_grip;
206 bt::Rect rect;
209 bt::Rect changing;
[all …]
/dports/devel/ignition-common/ignitionrobotics-ign-common-a5c4d5a35bb8/av/src/
H A Dffmpeg_inc.cc32 void common::AVFrameUnref(AVFrame *_frame) in AVFrameUnref()
53 AVFrame *_frame, int *_gotFrame, AVPacket *_packet) in AVCodecDecode()
/dports/devel/geany-plugin-autoclose/geany-plugins-1.38/debugger/src/
H A Ddebug_module.h81 typedef struct _frame { struct
82 gint ref_count;
83 gchar *address;
84 gchar *function;
85 gchar *file;
86 gint line;
87 gboolean have_source;
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/debugger/src/
H A Ddebug_module.h81 typedef struct _frame { struct
82 gint ref_count;
83 gchar *address;
84 gchar *function;
85 gchar *file;
86 gint line;
87 gboolean have_source;
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/debugger/src/
H A Ddebug_module.h81 typedef struct _frame { struct
82 gint ref_count;
83 gchar *address;
84 gchar *function;
85 gchar *file;
86 gint line;
87 gboolean have_source;

12345678910>>...27