Home
last modified time | relevance | path

Searched refs:py (Results 1 – 25 of 263) sorted by relevance

1234567891011

/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst10 .. py:currentmodule:: lldb
18 .. py:data:: LLDB_REGNUM_GENERIC_PC
22 .. py:data:: LLDB_REGNUM_GENERIC_SP
25 .. py:data:: LLDB_REGNUM_GENERIC_FP
29 .. py:data:: LLDB_REGNUM_GENERIC_RA
33 .. py:data:: LLDB_REGNUM_GENERIC_FLAGS
37 .. py:data:: LLDB_REGNUM_GENERIC_ARG1
41 .. py:data:: LLDB_REGNUM_GENERIC_ARG2
45 .. py:data:: LLDB_REGNUM_GENERIC_ARG3
49 .. py:data:: LLDB_REGNUM_GENERIC_ARG4
[all …]
/openbsd-src/usr.bin/tmux/
H A Dgrid-view.c35 grid_view_get_cell(struct grid *gd, u_int px, u_int py, struct grid_cell *gc) in grid_view_get_cell() argument
37 grid_get_cell(gd, grid_view_x(gd, px), grid_view_y(gd, py), gc); in grid_view_get_cell()
42 grid_view_set_cell(struct grid *gd, u_int px, u_int py, in grid_view_set_cell() argument
45 grid_set_cell(gd, grid_view_x(gd, px), grid_view_y(gd, py), gc); in grid_view_set_cell()
50 grid_view_set_padding(struct grid *gd, u_int px, u_int py) in grid_view_set_padding() argument
52 grid_set_padding(gd, grid_view_x(gd, px), grid_view_y(gd, py)); in grid_view_set_padding()
57 grid_view_set_cells(struct grid *gd, u_int px, u_int py, in grid_view_set_cells() argument
60 grid_set_cells(gd, grid_view_x(gd, px), grid_view_y(gd, py), gc, s, in grid_view_set_cells()
95 grid_view_clear(struct grid *gd, u_int px, u_int py, u_int nx, u_int ny, in grid_view_clear() argument
99 py = grid_view_y(gd, py); in grid_view_clear()
[all …]
H A Dgrid.c203 grid_clear_cell(struct grid *gd, u_int px, u_int py, u_int bg) in grid_clear_cell()
205 struct grid_line *gl = &gd->linedata[py]; in grid_clear_cell()
225 grid_check_y(struct grid *gd, const char *from, u_int py) in grid_check_y()
227 if (py >= gd->hsize + gd->sy) { in grid_check_y()
228 log_debug("%s: y out of range: %u", from, py);
276 grid_free_line(struct grid *gd, u_int py)
278 free(gd->linedata[py].celldata); in grid_create()
279 gd->linedata[py].celldata = NULL; in grid_create()
280 free(gd->linedata[py].extddata); in grid_create()
281 gd->linedata[py] in grid_create()
198 grid_clear_cell(struct grid * gd,u_int px,u_int py,u_int bg) grid_clear_cell() argument
220 grid_check_y(struct grid * gd,const char * from,u_int py) grid_check_y() argument
257 grid_free_line(struct grid * gd,u_int py) grid_free_line() argument
267 grid_free_lines(struct grid * gd,u_int py,u_int ny) grid_free_lines() argument
460 grid_expand_line(struct grid * gd,u_int py,u_int sx,u_int bg) grid_expand_line() argument
484 grid_empty_line(struct grid * gd,u_int py,u_int bg) grid_empty_line() argument
493 grid_peek_line(struct grid * gd,u_int py) grid_peek_line() argument
538 grid_get_cell(struct grid * gd,u_int px,u_int py,struct grid_cell * gc) grid_get_cell() argument
549 grid_set_cell(struct grid * gd,u_int px,u_int py,const struct grid_cell * gc) grid_set_cell() argument
572 grid_set_padding(struct grid * gd,u_int px,u_int py) grid_set_padding() argument
579 grid_set_cells(struct grid * gd,u_int px,u_int py,const struct grid_cell * gc,const char * s,size_t slen) grid_set_cells() argument
608 grid_clear(struct grid * gd,u_int px,u_int py,u_int nx,u_int ny,u_int bg) grid_clear() argument
648 grid_clear_lines(struct grid * gd,u_int py,u_int ny,u_int bg) grid_clear_lines() argument
670 grid_move_lines(struct grid * gd,u_int dy,u_int py,u_int ny,u_int bg) grid_move_lines() argument
712 grid_move_cells(struct grid * gd,u_int dx,u_int px,u_int py,u_int nx,u_int bg) grid_move_cells() argument
1039 grid_string_cells(struct grid * gd,u_int px,u_int py,u_int nx,struct grid_cell ** lastgc,int flags,struct screen * s) grid_string_cells() argument
1463 grid_wrap_position(struct grid * gd,u_int px,u_int py,u_int * wx,u_int * wy) grid_wrap_position() argument
1485 grid_unwrap_position(struct grid * gd,u_int * px,u_int * py,u_int wx,u_int wy) grid_unwrap_position() argument
1518 grid_line_length(struct grid * gd,u_int py) grid_line_length() argument
[all...]
H A Dgrid-reader.c355 u_int px, py, xx, yy; in grid_reader_cursor_jump()
360 for (py = gr->cy; py <= yy; py++) { in grid_reader_cursor_jump()
361 xx = grid_line_length(gr->gd, py); in grid_reader_cursor_jump()
363 grid_get_cell(gr->gd, px, py, &gc); in grid_reader_cursor_jump()
366 gr->cy = py; in grid_reader_cursor_jump()
372 if (py == yy ||
373 !(grid_get_line(gr->gd, py)->flags & GRID_LINE_WRAPPED))
385 u_int px, py, x in grid_reader_cursor_jump_back()
346 u_int px, py, xx, yy; grid_reader_cursor_jump() local
378 u_int px, py, xx; grid_reader_cursor_jump_back() local
407 u_int px, py, xx, yy, oldx, oldy; grid_reader_cursor_back_to_indentation() local
[all...]
H A Dscreen-redraw.c118 u_int px, u_int py) in screen_redraw_pane_border()
127 if (px >= wp->xoff && px < ex && py >= wp->yoff && py < ey) in screen_redraw_pane_border()
147 if ((wp->yoff == 0 || py >= wp->yoff - 1) && py <= ey) { in screen_redraw_pane_border()
150 if (!hsplit || (hsplit && py <= wp->sy / 2)) in screen_redraw_pane_border()
153 if (!hsplit || (hsplit && py > wp->sy / 2)) in screen_redraw_pane_border()
157 if (!hsplit || (hsplit && py <= wp->sy / 2)) in screen_redraw_pane_border()
160 if (!hsplit || (hsplit && py > wp->sy / 2)) in screen_redraw_pane_border()
167 if (wp->yoff == 0 && py in screen_redraw_pane_border()
112 screen_redraw_pane_border(struct window_pane * wp,u_int px,u_int py,int pane_status) screen_redraw_pane_border() argument
192 screen_redraw_cell_border(struct client * c,u_int px,u_int py,int pane_status) screen_redraw_cell_border() argument
224 screen_redraw_type_of_cell(struct client * c,u_int px,u_int py,int pane_status) screen_redraw_type_of_cell() argument
298 screen_redraw_check_cell(struct client * c,u_int px,u_int py,int pane_status,struct window_pane ** wpp) screen_redraw_check_cell() argument
363 screen_redraw_check_is(u_int px,u_int py,int pane_status,struct window_pane * wp) screen_redraw_check_is() argument
385 u_int width, i, cell_type, px, py; screen_redraw_make_pane_status() local
[all...]
H A Dpopup.c55 u_int py; member
128 ttyctx->yoff = ttyctx->ryoff = pd->py; in popup_set_client_cb()
131 ttyctx->yoff = ttyctx->ryoff = pd->py + 1; in popup_set_client_cb()
159 *cy = pd->py + pd->s.cy; in popup_mode_cb()
162 *cy = pd->py + 1 + pd->s.cy; in popup_mode_cb()
169 popup_check_cb(struct client* c, void *data, u_int px, u_int py, u_int nx, in popup_check_cb() argument
178 menu_check_cb(c, pd->md, px, py, nx, r); in popup_check_cb()
180 server_client_overlay_range(pd->px, pd->py, pd->sx, in popup_check_cb()
181 pd->sy, r->px[i], py, r->nx[i], &or[i]); in popup_check_cb()
208 server_client_overlay_range(pd->px, pd->py, p in popup_check_cb()
219 u_int i, px = pd->px, py = pd->py; popup_draw_cb() local
428 u_int px, py; popup_handle_drag() local
489 u_int px, py, x; popup_key_cb() local
638 popup_display(int flags,enum box_lines lines,struct cmdq_item * item,u_int px,u_int py,u_int sx,u_int sy,struct environ * env,const char * shellcmd,int argc,char ** argv,const char * cwd,const char * title,struct client * c,struct session * s,const char * style,const char * border_style,popup_close_cb cb,void * arg) popup_display() argument
781 u_int px, py, sx, sy; popup_editor() local
[all...]
H A Dwindow-copy.c623 u_int ox, oy, px, py, n, offset, size; in window_copy_pageup1()
695 py = screen_hsize(data->backing) + data->cy - data->oy; in window_copy_pagedown()
696 px = window_copy_find_length(wme, py); in window_copy_pagedown()
724 u_int n, ox, oy, px, py; in window_copy_next_paragraph()
753 py = screen_hsize(data->backing) + data->cy - data->oy; in window_copy_get_line()
754 px = window_copy_find_length(wme, py); in window_copy_get_line()
782 u_int n, ox, oy, px, py; in window_copy_search_match_cb()
811 py = screen_hsize(data->backing) + data->cy - data->oy; in window_copy_formats()
812 px = window_copy_find_length(wme, py); in window_copy_formats()
1673 u_int px, py, x in window_copy_cmd_next_matching_bracket()
607 u_int n, ox, oy, px, py; window_copy_pageup1() local
655 u_int n, ox, oy, px, py; window_copy_pagedown() local
1512 u_int px, py, xx, n; window_copy_cmd_previous_matching_bracket() local
1598 u_int px, py, xx, yy, sx, sy, n; window_copy_cmd_next_matching_bracket() local
2002 u_int px, py, nextx, nexty; window_copy_cmd_select_word() local
3061 window_copy_scroll_to(struct window_mode_entry * wme,u_int px,u_int py,int no_redraw) window_copy_scroll_to() argument
3095 window_copy_search_compare(struct grid * gd,u_int px,u_int py,struct grid * sgd,u_int spx,int cis) window_copy_search_compare() argument
3116 window_copy_search_lr(struct grid * gd,struct grid * sgd,u_int * ppx,u_int py,u_int first,u_int last,int cis) window_copy_search_lr() argument
3154 window_copy_search_rl(struct grid * gd,struct grid * sgd,u_int * ppx,u_int py,u_int first,u_int last,int cis) window_copy_search_rl() argument
3190 window_copy_search_lr_regex(struct grid * gd,u_int * ppx,u_int * psx,u_int py,u_int first,u_int last,regex_t * reg) window_copy_search_lr_regex() argument
3257 window_copy_search_rl_regex(struct grid * gd,u_int * ppx,u_int * psx,u_int py,u_int first,u_int last,regex_t * reg) window_copy_search_rl_regex() argument
3342 window_copy_last_regex(struct grid * gd,u_int py,u_int first,u_int last,u_int len,u_int * ppx,u_int * psx,const char * buf,const regex_t * preg,int eflags) window_copy_last_regex() argument
3393 window_copy_stringify(struct grid * gd,u_int py,u_int first,u_int last,char * buf,u_int * size) window_copy_stringify() argument
3572 u_int endx, endy, oldendx, oldendy, px, py, sx; window_copy_search_back_overlap() local
3868 window_copy_search_mark_at(struct window_copy_mode_data * data,u_int px,u_int py,u_int * at) window_copy_search_mark_at() argument
3891 u_int px, py, i, b, nfound = 0, width; window_copy_search_marks() local
4080 u_int at, start, end, cy, px, py; window_copy_match_at_cursor() local
4192 window_copy_write_one(struct window_mode_entry * wme,struct screen_write_ctx * ctx,u_int py,u_int fy,u_int nx,const struct grid_cell * mgc,const struct grid_cell * cgc,const struct grid_cell * mkgc) window_copy_write_one() argument
4214 window_copy_write_line(struct window_mode_entry * wme,struct screen_write_ctx * ctx,u_int py) window_copy_write_line() argument
4281 window_copy_write_lines(struct window_mode_entry * wme,struct screen_write_ctx * ctx,u_int py,u_int ny) window_copy_write_lines() argument
4318 window_copy_redraw_lines(struct window_mode_entry * wme,u_int py,u_int ny) window_copy_redraw_lines() argument
4860 u_int px, py; window_copy_clear_selection() local
4875 window_copy_in_set(struct window_mode_entry * wme,u_int px,u_int py,const char * set) window_copy_in_set() argument
4888 window_copy_find_length(struct window_mode_entry * wme,u_int py) window_copy_find_length() argument
4901 u_int px, py, oldy, hsize; window_copy_cursor_start_of_line() local
4920 u_int px, py, oldy, hsize; window_copy_cursor_back_to_indentation() local
4939 u_int px, py, oldy, hsize; window_copy_cursor_end_of_line() local
5013 u_int px, py, oldy, hsize; window_copy_cursor_left() local
5032 u_int px, py, oldy, hsize; window_copy_cursor_right() local
5051 u_int ox, oy, px, py; window_copy_cursor_up() local
5125 u_int ox, oy, px, py; window_copy_cursor_down() local
5192 u_int px, py, oldy, hsize; window_copy_cursor_jump() local
5213 u_int px, py, oldy, hsize; window_copy_cursor_jump_back() local
5235 u_int px, py, oldy, hsize; window_copy_cursor_jump_to() local
5257 u_int px, py, oldy, hsize; window_copy_cursor_jump_to_back() local
5282 u_int px, py, oldy, hsize; window_copy_cursor_next_word() local
5306 u_int px, py, hsize; window_copy_cursor_next_word_end_pos() local
5335 u_int px, py, oldy, hsize; window_copy_cursor_next_word_end() local
5363 u_int px, py, hsize; window_copy_cursor_previous_word_pos() local
5386 u_int px, py, oldy, hsize; window_copy_cursor_previous_word() local
5523 u_int px, py; window_copy_rectangle_set() local
5705 window_copy_acquire_cursor_up(struct window_mode_entry * wme,u_int hsize,u_int oy,u_int oldy,u_int px,u_int py) window_copy_acquire_cursor_up() argument
5731 window_copy_acquire_cursor_down(struct window_mode_entry * wme,u_int hsize,u_int sy,u_int oy,u_int oldy,u_int px,u_int py,int no_reset) window_copy_acquire_cursor_down() argument
[all...]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/llvm-lit/
H A DBUILD.gn17 # llvm-lit needs suffix.py for multiprocess to find a main module.
18 output = "${output}.py"
21 # lit's lit/llvm/config.py shells out to llvm-config.
44 "//bolt/test/lit.cfg.py",
48 "//bolt/test/Unit/lit.cfg.py",
52 "//clang-tools-extra/test/lit.cfg.py",
56 "//clang-tools-extra/test/Unit/lit.cfg.py",
60 "//clang-tools-extra/clangd/test/lit.cfg.py",
64 "//clang-tools-extra/clangd/unittests/lit.cfg.py",
68 "//clang-tools-extra/pseudo/test/lit.cfg.py",
[all …]
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/
H A DCMakeLists.txt13 "__init__.py"
14 "analyze.py"
15 "arguments.py"
16 "clang.py"
17 "compilation.py"
18 "intercept.py"
19 "report.py"
20 "shell.py")
30 "__init__.py"
36 # Need to rename scan-build to scan-build-py to prevent overwriting
[all …]
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/
H A Dnot-calls-external.txt7 # RUN: not %{python} fail.py
8 # RUN: not not %{python} pass.py
9 # RUN: not not not %{python} fail.py
10 # RUN: not not not not %{python} pass.py
15 # RUN: not not --crash %{python} pass.py
16 # RUN: not not --crash %{python} fail.py
17 # RUN: not not --crash not %{python} pass.py
18 # RUN: not not --crash not %{python} fail.py
26 # RUN: env not %{python} fail.py | FileCheck -check-prefixes=FOO-NO,BAR-NO %s
27 # RUN: not env %{python} fail.py | FileCheck -check-prefixes=FOO-NO,BAR-NO %s
[all …]
H A Dexclamation-calls-external.txt3 # RUN: ! %{python} fail.py
4 # RUN: ! ! %{python} pass.py
5 # RUN: ! ! ! %{python} fail.py
6 # RUN: ! ! ! ! %{python} pass.py
8 # pass.py succeeds but we expect failure
9 # RUN: ! %{python} pass.py
/openbsd-src/regress/sys/netinet6/rip6cksum/
H A DMakefile34 ${PYTHON}sendrecv.py -r 8 -s 32
40 ${PYTHON}sendrecv.py -i -r 32 -s 32
46 ${PYTHON}sendrecv.py -r 8 -s 32
52 ${PYTHON}sendrecv.py -c 0 -r 8 -s 32
58 ${PYTHON}sendrecv.py -i -r 0 -s 0
64 ${PYTHON}sendrecv.py -i -r 1 -s 1
70 ${PYTHON}sendrecv.py -c 0 -s 2
76 ${PYTHON}sendrecv.py -c 0 -s 3
82 ${PYTHON}sendrecv.py -c 2 -r 8 -s 32
88 ${PYTHON}sendrecv.py
[all...]
/openbsd-src/regress/sys/net/pf_opts/
H A DMakefile114 addr.py: Makefile
126 pfctl: addr.py pf.conf
128 cat addr.py ${.CURDIR}/pf.conf | /sbin/pfctl -n -f -
129 cat addr.py ${.CURDIR}/pf.conf | ${SUDO} /sbin/pfctl -a regress -f -
207 ${SUDO} /sbin/route -T ${N1} exec ${PYTHON}icmp.py N1
208 ${SUDO} /sbin/route -T ${N2} exec ${PYTHON}icmp.py N2
212 ${SUDO} /sbin/route -T ${N1} exec ${PYTHON}icmp6.py N1
213 ${SUDO} /sbin/route -T ${N2} exec ${PYTHON}icmp6.py N2
229 ${SUDO} /sbin/route -T ${N1} exec ${PYTHON}icmp6_hop.py N1
230 ${SUDO} /sbin/route -T ${N2} exec ${PYTHON}icmp6_hop.py N2
[all …]
/openbsd-src/regress/sys/net/pf_fragment/
H A DMakefile100 addr.py: Makefile
116 stamp-pfctl: addr.py pf.conf
117 cat addr.py ${.CURDIR}/pf.conf | /sbin/pfctl -n -f -
118 cat addr.py ${.CURDIR}/pf.conf | \
182 run-ping-mtu: addr.py
185 ${SUDO} ${PYTHON}ping_mtu_1300.py ${${ip}}
189 run-ping6-mtu: addr.py
192 ${SUDO} ${PYTHON}ping6_mtu_1300.py ${${ip}6}
202 run-ping-cksum: addr.py
205 ${SUDO} ${PYTHON}ping_cksum.py ${${ip}}
[all …]
/openbsd-src/gnu/llvm/lldb/bindings/python/
H A DCMakeLists.txt3 OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/lldb.py
23 ${CMAKE_CURRENT_BINARY_DIR}/lldb.py
45 "${LLDB_SOURCE_DIR}/bindings/python/createPythonInit.py"
60 DEPENDS ${lldb_python_bindings_dir}/lldb.py
65 "${lldb_python_bindings_dir}/lldb.py"
66 "${lldb_python_target_dir}/__init__.py")
70 "${LLDB_SOURCE_DIR}/source/Interpreter/embedded_interpreter.py"
78 FILES "${LLDB_SOURCE_DIR}/examples/synthetic/gnu_libstdcpp.py"
79 "${LLDB_SOURCE_DIR}/examples/synthetic/libcxx.py")
85 FILES "${LLDB_SOURCE_DIR}/examples/summaries/cocoa/cache.py"
[all …]
H A Dpython.swig15 * :py:class:`SBTarget`: Represents the target program running under the debugger.
16 * :py:class:`SBProcess`: Represents the process associated with the target program.
17 * :py:class:`SBThread`: Represents a thread of execution. :py:class:`SBProcess` contains SBThreads.
18 * :py:class:`SBFrame`: Represents one of the stack frames associated with a thread. :py:class:`SBTh…
20 * :py:class:`SBSymbolContext`: A container that stores various debugger related info.
21 * :py:class:`SBValue`: Represents the value of a variable, a register, or an expression.
22 * :py:class:`SBModule`: Represents an executable image and its associated object and symbol
23 files. :py:class:`SBTarget` contains SBModule.
24 * :py:class:`SBBreakpoint`: Represents a logical breakpoint and its associated settings.
25 :py:class:`SBTarget` contains SBBreakpoints.
[all …]
/openbsd-src/regress/sys/netinet/arp/
H A DMakefile60 addr.py: Makefile
101 run-arp-request: addr.py
103 ${SUDO} ${PYTHON}arp_request.py
114 run-arp-multicast: addr.py
119 ${SUDO} ${PYTHON}arp_multicast.py
132 run-arp-probe: addr.py
134 ${SUDO} ${PYTHON}arp_probe.py
140 run-arp-broadcast: addr.py
144 ${SUDO} ${PYTHON}arp_broadcast.py
156 run-arp-announcement: addr.py
[all …]
/openbsd-src/regress/sys/netinet/pmtu/
H A DMakefile53 .BEGIN: addr.py
60 addr.py: Makefile
74 stamp-pfctl: addr.py pf.conf
77 cat addr.py ${.CURDIR}/pf.conf | /sbin/pfctl -n -f -
78 cat addr.py ${.CURDIR}/pf.conf | ${SUDO} /sbin/pfctl -a regress -f -
79 cat addr.py ${.CURDIR}/pf.conf | \
117 run-pmtu: addr.py reset-route
119 ${SUDO} ${PYTHON}tcp_connect.py
121 run-pmtu6: addr.py reset-route6
123 ${SUDO} ${PYTHON}tcp_connect6.py
[all …]
/openbsd-src/regress/sys/netinet/frag/
H A DMakefile56 addr.py: Makefile
80 stamp-pf: addr.py pf.conf
82 cat addr.py ${.CURDIR}/pf.conf | /sbin/pfctl -n -f -
83 cat addr.py ${.CURDIR}/pf.conf | \
89 FRAG_SCRIPTS !!= cd ${.CURDIR} && ls -1 frag*.py
91 run-stack-frag_maxpacket0.py:
95 run-stack-frag_mf0long.py:
99 run-stack-frag_mf0short.py:
103 run-stack-frag_mf1end.py:
107 run-stack-frag_queuelimit.py run-stack-frag_overlimit.py:
[all …]
/openbsd-src/regress/sys/netinet6/frag6/
H A DMakefile56 addr.py: Makefile
80 stamp-pf: addr.py pf.conf
82 cat addr.py ${.CURDIR}/pf.conf | pfctl -n -f -
83 cat addr.py ${.CURDIR}/pf.conf | \
88 FRAG6_SCRIPTS !!= cd ${.CURDIR} && ls -1 frag6*.py
90 run-stack-frag6_queuelimit.py:
94 run-pf-frag6_oversize.py run-pf-frag6_unfragsize.py:
98 run-stack-frag6_doubleatomic.py: addr.py stamp-stack
100 set +e; ${SUDO} ${PYTHON}frag6_doubleatomic.py; [[ $$? == 1 ]]
127 run-${sp}-${s}: addr.py stamp-${sp}
[all …]
/openbsd-src/regress/lib/libssl/tlsfuzzer/
H A DMakefile29 python3 ${.CURDIR}/tlsfuzzer.py ${SLOW} ${TIMING} ${VERBOSE}
32 python3 ${.CURDIR}/tlsfuzzer.py -f ${SLOW} ${TIMING} ${VERBOSE}
36 python3 ${.CURDIR}/tlsfuzzer.py ${SLOW} ${TIMING} ${VERBOSE} -p ${PORT}
39 @python3 ${.CURDIR}/tlsfuzzer.py -l
42 @python3 ${.CURDIR}/tlsfuzzer.py -l -f
45 @python3 ${.CURDIR}/tlsfuzzer.py -m
/openbsd-src/gnu/llvm/llvm/tools/opt-viewer/
H A DCMakeLists.txt2 "opt-diff.py"
3 "opt-stats.py"
4 "opt-viewer.py"
5 "optpmap.py"
6 "optrecord.py"
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D921111-1.c8 vpt py[8]; member
27 vpt *py; local
37 py = &dp->d->py[dp->di];
39 np[2].a = (int)(py[1])->wa;
/openbsd-src/gnu/llvm/libcxx/utils/
H A DCMakeLists.txt3 COMMAND "${Python3_EXECUTABLE}" "${LIBCXX_SOURCE_DIR}/utils/generate_header_inclusion_tests.py"
7 COMMAND "${Python3_EXECUTABLE}" "${LIBCXX_SOURCE_DIR}/utils/generate_header_tests.py"
11 …MAND "${Python3_EXECUTABLE}" "${LIBCXX_SOURCE_DIR}/utils/generate_feature_test_macro_components.py"
17 "${LIBCXX_SOURCE_DIR}/utils/generate_extended_grapheme_cluster_table.py"
24 "${LIBCXX_SOURCE_DIR}/utils/generate_extended_grapheme_cluster_test.py"
31 "${LIBCXX_SOURCE_DIR}/utils/generate_escaped_output_table.py"
38 "${LIBCXX_SOURCE_DIR}/utils/generate_iwyu_mapping.py"
/openbsd-src/gnu/llvm/lldb/examples/customization/import-python/
H A DREADME3 o importcmd.py:
12 The import command defined by importcmd.py can be used in LLDB to load a Python
23 (lldb) import ../demo.py
29 Of course, the commands to import the importcmd.py module and to define the import
33 WARNING: The import command defined by importcmd.py is now obsolete
35 (lldb) command script import ../demo.py
40 …t import" command, which offers a superset of what the import command provided by importcmd.py does

1234567891011