Searched refs:usable (Results 1 – 25 of 44) sorted by relevance
12
| /dragonfly/contrib/dialog/ |
| HD | rangebox.c | 208 int usable; in dialog_rangebox() local 250 usable = (width - 2 - 4 * MARGIN); in dialog_rangebox() 259 data.value_x = (usable - data.value_len) / 2 + MARGIN; in dialog_rangebox() 265 if (ranges > usable) { in dialog_rangebox() 266 data.slide_inc = (ranges + usable - 1) / usable; in dialog_rangebox() 268 } else if (ranges < usable) { in dialog_rangebox() 269 data.slide_inc = usable / ranges; in dialog_rangebox() 273 data.slide_len = usable; in dialog_rangebox() 275 data.slide_x = (usable - data.slide_len) / 2 + MARGIN + 2; in dialog_rangebox() 285 dlg_mouse_mkregion(data.slide_y - 1, data.slide_x - 1, 3, usable + 2, 'i'); in dialog_rangebox()
|
| /dragonfly/contrib/file/magic/Magdir/ |
| HD | gnome | 49 # not sure are these usable, so commented out
|
| HD | virtual | 243 # file is still usable together with this image
|
| HD | windows | 12 # For format usable in DOS, such as generic executable
|
| /dragonfly/sys/config/ |
| HD | VKERNEL64 | 48 options NFS_ROOT #NFS usable as root device, NFS required
|
| HD | X86_64_GENERIC | 29 options NFS_ROOT #NFS usable as root device, NFS required
|
| HD | LINT64 | 480 options NFS_ROOT #NFS usable as root device 1744 # This is sometimes usable for systems which don't have any swap space
|
| /dragonfly/contrib/gcc-4.7/gcc/doc/ |
| HD | portability.texi | 33 for a particular kind of syntax tree, strategies that are usable for different
|
| HD | standards.texi | 144 GCC aims towards being usable as a conforming freestanding
|
| HD | generic.texi | 349 A few other macros and functions are usable with all types: 871 In order to make your new structure type usable, it must be added to 2541 A few other macros and functions are usable with all types:
|
| HD | objc.texi | 1013 If you want your own collection object to be usable with fast
|
| /dragonfly/contrib/gcc-4.7/libobjc/ |
| HD | README | 11 This is not documentation for Objective C, it is usable to someone
|
| /dragonfly/share/misc/ |
| HD | gdbinit | 182 # Documentation, usable within GDB using the 'help' command.
|
| /dragonfly/sys/dev/acpica/ |
| HD | acpi_if.m | 115 # Get the highest power state (D0-D3) that is usable for a device when
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| D | thread | 342 // For the GNU C library pthread_self() is usable without linking to
|
| D | limits | 195 * The @c static @c const members are usable as integral constant
|
| /dragonfly/contrib/bmake/ |
| HD | configure.in | 123 SCO_SV) # /bin/sh is not usable
|
| HD | ChangeLog | 409 * configure.in: SCO /bin/sh is not usable, provide a list of 417 * configure.in: on SCO native cc is not usable, 556 - objdir-writable if TMPDIR is set; /tmp may not be usable
|
| /dragonfly/share/mk/ |
| HD | bsd.README | 13 usable make include files, such as bsd.prog.mk and bsd.lib.mk. The other is
|
| /dragonfly/sys/conf/ |
| HD | options | 132 # <filesystem>_ROOT option to control if it usable as root. This list
|
| /dragonfly/contrib/tcp_wrappers/ |
| HD | CHANGES | 14 making the IP-spoofing code more usable for long-running daemons.
|
| HD | README | 270 some universal magic cookie that may not even be usable for access
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/ |
| D | limits | 185 * The @c static @c const members are usable as integral constant
|
| /dragonfly/contrib/expat/ |
| HD | Changes | 1223 - Made the XML_UNICODE builds usable (thanks, Karl!).
|
| /dragonfly/contrib/file/ |
| HD | ChangeLog | 1271 * look for struct option to determine if getopt.h is usable for IRIX.
|
12