Home
last modified time | relevance | path

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

1234567891011

/openbsd/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst10 .. py:currentmodule:: lldb
134 .. py:data:: eStateInvalid
152 .. py:data:: eStateStopped
156 .. py:data:: eStateRunning
173 .. py:data:: eStateExited
250 .. py:data:: eAllThreads
286 .. py:data:: eFormatBytes
288 .. py:data:: eFormatChar
294 .. py:data:: eFormatEnum
295 .. py:data:: eFormatHex
[all …]
/openbsd/usr.bin/tmux/
H A Dgrid-view.c99 py = grid_view_y(gd, py); in grid_view_clear()
142 py = grid_view_y(gd, py); in grid_view_insert_lines()
146 grid_move_lines(gd, py + ny, py, sy - py - ny, bg); in grid_view_insert_lines()
158 py = grid_view_y(gd, py); in grid_view_insert_lines_region()
171 py = grid_view_y(gd, py); in grid_view_delete_lines()
175 grid_move_lines(gd, py, py + ny, sy - py - ny, bg); in grid_view_delete_lines()
188 py = grid_view_y(gd, py); in grid_view_delete_lines_region()
191 grid_move_lines(gd, py, py + ny, ny2, bg); in grid_view_delete_lines_region()
202 py = grid_view_y(gd, py); in grid_view_insert_cells()
219 py = grid_view_y(gd, py); in grid_view_delete_cells()
[all …]
H A Dgrid-reader.c355 u_int px, py, xx, yy; in grid_reader_cursor_jump() local
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()
366 gr->cy = py; in grid_reader_cursor_jump()
372 if (py == yy || in grid_reader_cursor_jump()
385 u_int px, py, xx; in grid_reader_cursor_jump_back() local
389 for (py = gr->cy + 1; py > 0; py--) { in grid_reader_cursor_jump_back()
394 gr->cy = py - 1; in grid_reader_cursor_jump_back()
399 if (py == 1 || in grid_reader_cursor_jump_back()
419 for (py = gr->cy; py <= yy; py++) { in grid_reader_cursor_back_to_indentation()
[all …]
H A Dgrid.c290 for (yy = py; yy < py + ny; yy++) in grid_free_lines()
484 gl = &gd->linedata[py]; in grid_expand_line()
505 memset(&gd->linedata[py], 0, sizeof gd->linedata[py]); in grid_empty_line()
582 gl = &gd->linedata[py]; in grid_set_cell()
649 for (yy = py; yy < py + ny; yy++) { in grid_clear()
683 for (yy = py; yy < py + ny; yy++) { in grid_clear_lines()
687 if (py != 0) in grid_clear_lines()
711 if (yy >= py && yy < py + ny) in grid_move_lines()
725 for (yy = py; yy < py + ny; yy++) { in grid_move_lines()
729 if (py != 0 && (py < dy || py >= dy + ny)) in grid_move_lines()
[all …]
H A Dscreen-redraw.c127 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()
177 if (py == ey) in screen_redraw_pane_border()
185 if (py == ey) in screen_redraw_pane_border()
262 if (py != 0 && in screen_redraw_type_of_cell()
268 if (py == 0 || in screen_redraw_type_of_cell()
271 if (py != sy && in screen_redraw_type_of_cell()
275 if (py == 0 || in screen_redraw_type_of_cell()
381 (py >= wp->yoff && py < wp->yoff + wp->sy)) { in screen_redraw_check_cell()
1020 py = sb_y + j; in screen_redraw_draw_scrollbar()
[all …]
H A Dpopup.c55 u_int py; member
219 u_int i, px = pd->px, py = pd->py; in popup_draw_cb() local
406 pd->py = 0; in popup_menu_done()
430 u_int px, py; in popup_handle_drag() local
442 py = 0; in popup_handle_drag()
448 pd->py = py; in popup_handle_drag()
452 pd->ppy = py; in popup_handle_drag()
555 py = m->y - pd->py; in popup_key_cb()
558 py = m->y - pd->py - 1; in popup_key_cb()
713 pd->py = py; in popup_display()
[all …]
H A Dwindow-copy.c1721 py--; in window_copy_cmd_previous_matching_bracket()
1830 py++; in window_copy_cmd_next_matching_bracket()
1848 py++; in window_copy_cmd_next_matching_bracket()
3697 py = *ppy; in window_copy_search_back_overlap()
3701 py--; in window_copy_search_back_overlap()
4092 for (py = start; py < end; py++) { in window_copy_search_marks()
4434 for (yy = py; yy < py + ny; yy++) in window_copy_write_lines()
4475 for (i = py; i < py + ny; i++) in window_copy_redraw_lines()
5383 py); in window_copy_cursor_jump_back()
5429 py); in window_copy_cursor_jump_to_back()
[all …]
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/llvm-lit/
H A DBUILD.gn18 output = "${output}.py"
44 "//bolt/test/lit.cfg.py",
48 "//bolt/test/Unit/lit.cfg.py",
76 "//clang/test/lit.cfg.py",
84 "//lld/test/lit.cfg.py",
88 "//lld/test/Unit/lit.cfg.py",
92 "//lldb/test/lit.cfg.py",
96 "//lldb/test/API/lit.cfg.py",
104 "//lldb/test/Unit/lit.cfg.py",
108 "//llvm/test/lit.cfg.py",
[all …]
/openbsd/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"
47 RENAME scan-build-py
[all …]
/openbsd/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
29 # RUN: env FOO=1 not %{python} fail.py \
32 # RUN: not env FOO=1 BAR=1 %{python} fail.py \
[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/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 -
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
273 ${SUDO} /sbin/route -T ${N1} exec ${PYTHON}icmp_ra.py N1
274 ${SUDO} /sbin/route -T ${N2} exec ${PYTHON}icmp_ra.py N2
310 ${SUDO} /sbin/route -T ${N1} exec ${PYTHON}igmp_ra.py N1
[all …]
/openbsd/regress/sys/net/pf_fragment/
H A DMakefile100 addr.py: Makefile
182 run-ping-mtu: addr.py
189 run-ping6-mtu: addr.py
202 run-ping-cksum: addr.py
208 run-ping6-cksum: addr.py
214 run-udp-cksum: addr.py
220 run-udp6-cksum: addr.py
229 run-frag: addr.py
236 run-frag6: addr.py
243 run-frag6-ext: addr.py
[all …]
/openbsd/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
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
88 ${PYTHON}sendrecv.py -i -r 0 -s 0
94 ${PYTHON}sendrecv.py -i -r 1 -s 1
112 ${PYTHON}sendrecv.py -c 2 -s 4
[all …]
/openbsd/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")
79 "${LLDB_SOURCE_DIR}/examples/synthetic/libcxx.py")
85 FILES "${LLDB_SOURCE_DIR}/examples/summaries/cocoa/cache.py"
86 "${LLDB_SOURCE_DIR}/examples/summaries/synth.py"
95 FILES "${LLDB_SOURCE_DIR}/examples/python/in_call_stack.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.
23 files. :py:class:`SBTarget` contains SBModule.
25 :py:class:`SBTarget` contains SBBreakpoints.
27 * :py:class:`SBCompileUnit`: Represents a compilation unit, or compiled source file.
29 * :py:class:`SBBlock`: Represents a lexical block. :py:class:`SBFunction` contains SBBlocks.
31 and a source file location. :py:class:`SBCompileUnit` contains SBLineEntry.
[all …]
/openbsd/regress/sys/netinet/arp/
H A DMakefile60 addr.py: Makefile
101 run-arp-request: addr.py
114 run-arp-multicast: addr.py
132 run-arp-probe: addr.py
140 run-arp-broadcast: addr.py
173 run-arp-gratuitous: addr.py
191 run-arp-permanent: addr.py
210 run-arp-address: addr.py
229 run-arp-temporary: addr.py
268 run-arp-proxy: addr.py
[all …]
/openbsd/regress/sys/netinet/pmtu/
H A DMakefile53 .BEGIN: addr.py
60 addr.py: Makefile
74 stamp-pfctl: addr.py pf.conf
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
126 run-udp6: addr.py reset-route6
128 ${SUDO} ${PYTHON}udp_echo6.py
[all …]
/openbsd/regress/sys/netinet/frag/
H A DMakefile56 addr.py: Makefile
80 stamp-pf: addr.py pf.conf
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:
136 run-${sp}-${s}: addr.py stamp-${sp}
[all …]
/openbsd/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/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/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/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/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/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