Searched refs:arrange (Results 1 – 25 of 191) sorted by relevance
12345678
| /netbsd/src/external/bsd/tmux/dist/ |
| D | layout-set.c | 41 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/ |
| D | getcontext.S | 47 clrl UC_MCONTEXT_D0(%a0) | arrange for return value of 0
|
| /netbsd/src/lib/libc/arch/powerpc64/sys/ |
| D | getcontext.S | 49 stint %r3,UC_GREGS_R3(%r5) # arrange for return value 0
|
| /netbsd/src/lib/libc/arch/powerpc/sys/ |
| D | getcontext.S | 49 stint %r3,UC_GREGS_R3(%r5) # arrange for return value 0
|
| /netbsd/src/external/gpl2/xcvs/dist/m4/ |
| D | mkdir-slash.m4 | 9 # On such systems, arrange to use a wrapper function that removes any
|
| D | rename.m4 | 12 dnl If it doesn't, then define RENAME_TRAILING_SLASH_BUG and arrange
|
| D | mkstemp.m4 | 13 # On systems like the above, arrange to use the replacement function.
|
| D | tzset.m4 | 9 # If so, arrange to compile the wrapper function.
|
| D | sunos57-select.m4 | 11 dnl If the test fails, then arrange to use select only via a wrapper
|
| D | gettimeofday.m4 | 14 dnl If it does, then arrange to use gettimeofday and localtime only via
|
| D | getcwd-path-max.m4 | 3 # If so, arrange to compile the wrapper function.
|
| /netbsd/src/external/gpl3/gcc/dist/libobjc/ |
| D | acinclude.m4 | 18 dnl The lines below arrange for aclocal not to bring an installed
|
| /netbsd/src/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/ |
| D | submul_1.asm | 56 C extension. That wouldn't be particularly easy to arrange and certainly would
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | collect2.texi | 8 GCC uses a utility called @code{collect2} on nearly all systems to arrange
|
| /netbsd/src/external/lgpl3/gmp/dist/mini-gmp/ |
| D | README | 37 can also arrange for optional linking with the real GMP library, using
|
| /netbsd/src/external/bsd/openldap/dist/contrib/ldaptcl/ |
| D | configure.ac | 91 # libraries, and arrange for it to be substituted into our
|
| /netbsd/src/sys/arch/vax/boot/xxboot/ |
| D | start.S | 54 # and uVAX-ROM looks for a pointer to a parameter block. We arrange for
|
| /netbsd/src/external/lgpl3/gmp/dist/mpn/ |
| D | Makeasm.am | 99 # ourselves, so instead arrange to invoke libtool like a --mode=compile, but
|
| /netbsd/src/external/gpl3/binutils/dist/ld/ |
| D | ldint.texi | 270 @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/ |
| D | crt1.S | 121 ! 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/ |
| D | constraints.md | 28 ;; difficult to arrange since er6 is the frame pointer and usually can't
|
| /netbsd/src/external/gpl3/gcc/dist/libgomp/ |
| D | configure.ac | 439 # 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/ |
| D | mipself.em | 124 /* Create a new stub section called STUB_SEC_NAME and arrange for it to
|
| D | kvxelf.em | 141 /* Create a new stub section, and arrange for it to be linked
|
| D | nios2elf.em | 162 /* Create a new stub section, and arrange for it to be linked
|
12345678