Home
last modified time | relevance | path

Searched refs:arrange (Results 1 – 25 of 191) sorted by relevance

12345678

/netbsd/src/external/bsd/tmux/dist/
Dlayout-set.c41 void (*arrange)(struct window *); member
79 if (layout_sets[layout].arrange != NULL) in layout_set_select()
80 layout_sets[layout].arrange(w); in layout_set_select()
99 if (layout_sets[layout].arrange != NULL) in layout_set_next()
100 layout_sets[layout].arrange(w); in layout_set_next()
120 if (layout_sets[layout].arrange != NULL) in layout_set_previous()
121 layout_sets[layout].arrange(w); in layout_set_previous()
/netbsd/src/lib/libc/arch/m68k/sys/
Dgetcontext.S47 clrl UC_MCONTEXT_D0(%a0) | arrange for return value of 0
/netbsd/src/lib/libc/arch/powerpc64/sys/
Dgetcontext.S49 stint %r3,UC_GREGS_R3(%r5) # arrange for return value 0
/netbsd/src/lib/libc/arch/powerpc/sys/
Dgetcontext.S49 stint %r3,UC_GREGS_R3(%r5) # arrange for return value 0
/netbsd/src/external/gpl2/xcvs/dist/m4/
Dmkdir-slash.m49 # On such systems, arrange to use a wrapper function that removes any
Drename.m412 dnl If it doesn't, then define RENAME_TRAILING_SLASH_BUG and arrange
Dmkstemp.m413 # On systems like the above, arrange to use the replacement function.
Dtzset.m49 # If so, arrange to compile the wrapper function.
Dsunos57-select.m411 dnl If the test fails, then arrange to use select only via a wrapper
Dgettimeofday.m414 dnl If it does, then arrange to use gettimeofday and localtime only via
Dgetcwd-path-max.m43 # If so, arrange to compile the wrapper function.
/netbsd/src/external/gpl3/gcc/dist/libobjc/
Dacinclude.m418 dnl The lines below arrange for aclocal not to bring an installed
/netbsd/src/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
Dsubmul_1.asm56 C extension. That wouldn't be particularly easy to arrange and certainly would
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dcollect2.texi8 GCC uses a utility called @code{collect2} on nearly all systems to arrange
/netbsd/src/external/lgpl3/gmp/dist/mini-gmp/
DREADME37 can also arrange for optional linking with the real GMP library, using
/netbsd/src/external/bsd/openldap/dist/contrib/ldaptcl/
Dconfigure.ac91 # libraries, and arrange for it to be substituted into our
/netbsd/src/sys/arch/vax/boot/xxboot/
Dstart.S54 # and uVAX-ROM looks for a pointer to a parameter block. We arrange for
/netbsd/src/external/lgpl3/gmp/dist/mpn/
DMakeasm.am99 # ourselves, so instead arrange to invoke libtool like a --mode=compile, but
/netbsd/src/external/gpl3/binutils/dist/ld/
Dldint.texi270 @file{emulparams} file. The @file{emultempl} script must arrange to use
278 @file{emultempl} script must arrange to use this script at the appropriate
287 The @file{emultempl} script must arrange to use this script at the
293 @file{emulparams} file. The @file{emultempl} script must arrange to
362 compiler will arrange to output the address of each global constructor
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/sh/
Dcrt1.S121 ! arrange for exit to call fini
128 ! arrange for exit to call _mcleanup (via stop_profiling)
/netbsd/src/external/gpl3/gcc/dist/gcc/config/h8300/
Dconstraints.md28 ;; difficult to arrange since er6 is the frame pointer and usually can't
/netbsd/src/external/gpl3/gcc/dist/libgomp/
Dconfigure.ac439 # If the lock fits in an integer, then arrange for Fortran to use that
440 # integer. If it doesn't, then arrange for Fortran to use a pointer.
/netbsd/src/external/gpl3/binutils/dist/ld/emultempl/
Dmipself.em124 /* Create a new stub section called STUB_SEC_NAME and arrange for it to
Dkvxelf.em141 /* Create a new stub section, and arrange for it to be linked
Dnios2elf.em162 /* Create a new stub section, and arrange for it to be linked

12345678