Home
last modified time | relevance | path

Searched refs:fblockinfo (Results 1 – 12 of 12) sorted by relevance

/dports/lang/python39/Python-3.9.9/Python/
H A Dcompile.c90 struct fblockinfo { struct
139 struct fblockinfo u_fblock[CO_MAXBLOCKS];
1625 struct fblockinfo *f; in compiler_push_fblock()
1662 compiler_unwind_fblock(struct compiler *c, struct fblockinfo *info, in compiler_unwind_fblock()
1755 compiler_unwind_fblock_stack(struct compiler *c, int preserve_tos, struct fblockinfo **loop) { in compiler_unwind_fblock_stack()
1759 struct fblockinfo *top = &c->u->u_fblock[c->u->u_nfblocks-1]; in compiler_unwind_fblock_stack()
1764 struct fblockinfo copy = *top; in compiler_unwind_fblock_stack()
2932 struct fblockinfo *loop = NULL; in compiler_break()
2949 struct fblockinfo *loop = NULL; in compiler_continue()
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dcompile.c91 struct fblockinfo { struct
138 struct fblockinfo u_fblock[CO_MAXBLOCKS];
1636 struct fblockinfo *f; in compiler_push_fblock()
1663 compiler_unwind_fblock(struct compiler *c, struct fblockinfo *info, in compiler_unwind_fblock()
2817 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_return()
2837 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_break()
2853 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_continue()
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dcompile.c91 struct fblockinfo { struct
138 struct fblockinfo u_fblock[CO_MAXBLOCKS];
1636 struct fblockinfo *f; in compiler_push_fblock()
1663 compiler_unwind_fblock(struct compiler *c, struct fblockinfo *info, in compiler_unwind_fblock()
2817 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_return()
2837 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_break()
2853 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_continue()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dcompile.c91 struct fblockinfo { struct
138 struct fblockinfo u_fblock[CO_MAXBLOCKS];
1636 struct fblockinfo *f; in compiler_push_fblock()
1663 compiler_unwind_fblock(struct compiler *c, struct fblockinfo *info, in compiler_unwind_fblock()
2817 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_return()
2837 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_break()
2853 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_continue()
/dports/lang/python38/Python-3.8.12/Python/
H A Dcompile.c91 struct fblockinfo { struct
138 struct fblockinfo u_fblock[CO_MAXBLOCKS];
1636 struct fblockinfo *f; in compiler_push_fblock()
1663 compiler_unwind_fblock(struct compiler *c, struct fblockinfo *info, in compiler_unwind_fblock()
2817 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_return()
2837 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_break()
2853 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_continue()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dcompile.c91 struct fblockinfo { struct
138 struct fblockinfo u_fblock[CO_MAXBLOCKS];
1636 struct fblockinfo *f; in compiler_push_fblock()
1663 compiler_unwind_fblock(struct compiler *c, struct fblockinfo *info, in compiler_unwind_fblock()
2817 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_return()
2837 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_break()
2853 struct fblockinfo *info = &c->u->u_fblock[depth]; in compiler_continue()
/dports/lang/python310/Python-3.10.1/Python/
H A Dcompile.c148 struct fblockinfo { struct
197 struct fblockinfo u_fblock[CO_MAXBLOCKS];
1734 struct fblockinfo *f; in compiler_push_fblock()
1771 compiler_unwind_fblock(struct compiler *c, struct fblockinfo *info, in compiler_unwind_fblock()
1873 compiler_unwind_fblock_stack(struct compiler *c, int preserve_tos, struct fblockinfo **loop) { in compiler_unwind_fblock_stack()
1877 struct fblockinfo *top = &c->u->u_fblock[c->u->u_nfblocks-1]; in compiler_unwind_fblock_stack()
1882 struct fblockinfo copy = *top; in compiler_unwind_fblock_stack()
3028 struct fblockinfo *loop = NULL; in compiler_break()
3048 struct fblockinfo *loop = NULL; in compiler_continue()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dcompile.c180 struct fblockinfo { struct
229 struct fblockinfo u_fblock[CO_MAXBLOCKS];
1776 struct fblockinfo *f; in compiler_push_fblock()
1813 compiler_unwind_fblock(struct compiler *c, struct fblockinfo *info, in compiler_unwind_fblock()
1917 compiler_unwind_fblock_stack(struct compiler *c, int preserve_tos, struct fblockinfo **loop) { in compiler_unwind_fblock_stack()
1921 struct fblockinfo *top = &c->u->u_fblock[c->u->u_nfblocks-1]; in compiler_unwind_fblock_stack()
1926 struct fblockinfo copy = *top; in compiler_unwind_fblock_stack()
3079 struct fblockinfo *loop = NULL; in compiler_break()
3099 struct fblockinfo *loop = NULL; in compiler_continue()
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dcompile.c89 struct fblockinfo { struct
120 struct fblockinfo u_fblock[CO_MAXBLOCKS];
3149 struct fblockinfo *f; in compiler_push_fblock()
/dports/lang/python27/Python-2.7.18/Python/
H A Dcompile.c89 struct fblockinfo { struct
120 struct fblockinfo u_fblock[CO_MAXBLOCKS];
3149 struct fblockinfo *f; in compiler_push_fblock()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dcompile.c89 struct fblockinfo { struct
120 struct fblockinfo u_fblock[CO_MAXBLOCKS];
3167 struct fblockinfo *f; in compiler_push_fblock()
/dports/lang/python37/Python-3.7.12/Python/
H A Dcompile.c86 struct fblockinfo { struct
130 struct fblockinfo u_fblock[CO_MAXBLOCKS];
4764 struct fblockinfo *f; in compiler_push_fblock()