Searched refs:swp (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/usr.bin/tmux/
H A Dcmd-copy-mode.c65 struct window_pane *wp = target->wp, *swp; local
85 swp = source->wp;
87 swp = wp;
88 if (!window_pane_set_mode(wp, swp, &window_copy_mode, NULL, args)) {
H A Dwindow.c1083 window_pane_set_mode(struct window_pane *wp, struct window_pane *swp, argument
1102 wme->swp = swp;
H A Dwindow-copy.c431 struct window_pane *wp = wme->swp;
439 wme->swp != wme->wp);
2467 struct window_pane *wp = wme->swp;
2475 data->backing = window_copy_clone_screen(&wp->base, &data->screen, NULL, NULL, wme->swp != wme->wp);
H A Dtmux.h999 struct window_pane *swp; member in struct:window_mode_entry
/openbsd-current/sys/dev/pci/drm/i915/selftests/
H A Di915_random.c58 size_t swp; local
60 swp = i915_prandom_u32_max_state(count + 1, state);
61 if (swp == count)
65 memcpy(arr + count * elsz, arr + swp * elsz, elsz);
66 memcpy(arr + swp * elsz, stack, elsz);
/openbsd-current/gnu/usr.bin/perl/cpan/IPC-SysV/
H A DMakefile.PL80 | \.(cache\.cm|swp|orig|rej)$
/openbsd-current/gnu/lib/libreadline/
H A Dterminal.c166 _emx_get_screensize (swp, shp)
167 int *swp, *shp;
173 if (swp)
174 *swp = sz[0];
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/aarch64/
H A Dlse.S169 #define SWP GLUE4(swp, A, L, S) s(0), s(0), [x1]
173 DEFINE_COMPILERRT_OUTLINE_FUNCTION_UNMANGLED(NAME(swp))
184 END_COMPILERRT_OUTLINE_FUNCTION(NAME(swp))
/openbsd-current/sys/kern/
H A Dsubr_disk.c1426 struct swdevt *swp; local
1656 for (swp = swdevt; swp->sw_dev != NODEV; swp++) {
1657 if (major(rootdev) == major(swp->sw_dev) &&
1658 DISKUNIT(rootdev) == DISKUNIT(swp->sw_dev)) {
1660 swdevt[0].sw_dev = swp->sw_dev;
1661 swp->sw_dev = temp;
1665 if (swp->sw_dev != NODEV) {
/openbsd-current/gnu/usr.bin/perl/cpan/DB_File/
H A DMakefile.PL190 $path =~ /^\..*\.swp$/ ;
/openbsd-current/gnu/lib/libcompiler_rt/
H A DMakefile219 .for pat in cas swp ldadd ldclr ldeor ldset
/openbsd-current/gnu/usr.bin/perl/os2/OS2/OS2-Process/
H A DProcess.xs444 SWP swp;
446 if (!QueryWindowPos(hwnd, &swp))
448 return swp;
454 SWP swp = QueryWindowSWP_(hwnd);
456 return newSVpvn((char*)&swp, sizeof(swp));
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_execlists_submission.c3704 int swp; local
3719 swp = get_random_u32_below(ve->num_siblings);
3720 if (swp)
3721 swap(ve->siblings[swp], ve->siblings[0]);
/openbsd-current/gnu/usr.bin/perl/Porting/
H A DMaintainers.pl973 qw{.ChangeLog.swp},
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_Unix.pm1709 return if m{\.swp$}; # vim swap files
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arm.c9246 #define ARM_VARIANT &arm_ext_v2s /* ARM 3 - swp instructions. */
9247 CE(swp, 1000090, 3, (RRnpc, RRnpc, RRnpcb), rd_rm_rn),

Completed in 369 milliseconds