/freebsd/contrib/less/ |
H A D | FREEBSD-upgrade | 1 1. Download latest less(1) tarball. The homepage of less(1) is at: 2 http://www.greenwoodsoftware.com/less/ 3 2. Checkout $FSVN/vendor/less/ into less/ 4 3. Extract new code to, say, less/lessv429 5 4. cd less/dist 15 14. Resolve any conflicts that happen in head/contrib/less. 19 16. Manually merge changes into src/usr.bin/less/defines.h; adjust 21 17. Replace your src/contrib/less with the merged copy, and do a ``make
|
H A D | README | 10 This is the source code distribution of "less". 22 Please report any problems at https://github.com/gwsw/less/issues. 23 See https://greenwoodsoftware.com/less for the latest info. 24 Source repository is at https://github.com/gwsw/less.git. 29 ONLY IF you are doing development on the less source itself. 30 If you are merely using less as a tool, you should download a release 33 The formatted manual page is in less.man. 34 The manual page nroff source is in less.nro. 46 zip file with a name like less-999.tar.gz or less-999.zip downloaded 61 Specifies the regular expression library used by less for pattern [all …]
|
H A D | NEWS | 2 NEWS about less 6 For the latest news about less, see https://greenwoodsoftware.com/less 7 You can also download the latest version of less from there. 10 https://github.com/gwsw/less/issues. 14 Major changes between "less" versions 661 and 668 47 Major changes between "less" versions 643 and 661 108 * Fix crash if files are deleted while less is viewing them (github #404). 148 Major changes between "less" versions 633 and 643 150 * Fix problem when a program piping into less read [all...] |
/freebsd/contrib/llvm-project/libcxx/include/__compare/ |
H A D | ordering.h | 56 static const partial_ordering less; 107 return __v < 0 ? partial_ordering::greater : (__v > 0 ? partial_ordering::less : __v); 114 inline constexpr partial_ordering partial_ordering::less(_OrdResult::__less); 125 static const weak_ordering less; 131 : (__value_ < 0 ? partial_ordering::less : partial_ordering::greater); 178 return __v < 0 ? weak_ordering::greater : (__v > 0 ? weak_ordering::less : __v); 185 inline constexpr weak_ordering weak_ordering::less(_OrdResult::__less); 195 static const strong_ordering less; 203 : (__value_ < 0 ? partial_ordering::less : partial_ordering::greater); 207 return __value_ == 0 ? weak_ordering::equivalent : (__value_ < 0 ? weak_ordering::less [all...] |
H A D | weak_order.h | 50 if (__po == partial_ordering::less) { in __go() 51 return weak_ordering::less; in __go() 65 return __t_is_negative ? weak_ordering::less : weak_ordering::greater; in __go() 67 return __u_is_negative ? weak_ordering::greater : weak_ordering::less; in __go()
|
H A D | compare_strong_order_fallback.h | 44 ? strong_ordering::less 48 ? strong_ordering::less 52 ? strong_ordering::less
|
H A D | compare_weak_order_fallback.h | 44 ? weak_ordering::less 48 ? weak_ordering::less 52 ? weak_ordering::less
|
H A D | compare_partial_order_fallback.h | 43 : std::forward<_Tp>(__t) < std::forward<_Up>(__u) ? partial_ordering::less 48 : std::forward<_Tp>(__t) < std::forward<_Up>(__u) ? partial_ordering::less 53 : std::forward<_Tp>(__t) < std::forward<_Up>(__u) ? partial_ordering::less
|
/freebsd/usr.bin/less/ |
H A D | Makefile | 2 PROG= less 12 LINKS= ${BINDIR}/less ${BINDIR}/more \ 17 MLINKS= less.1 more.1 18 CLEANFILES= less.1
|
H A D | Makefile.common | 1 LSDIR= ${SRCTOP}/contrib/less 4 CFLAGS+=-I${SRCTOP}/usr.bin/less -I${LSDIR}
|
/freebsd/contrib/llvm-project/libcxx/include/experimental/ |
H A D | set |
|
H A D | map |
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | algorithm.cpp | 22 ranges::less, in __sort() 24 __use_branchless_sort<ranges::less, RandomAccessIterator>::value>( in __sort() 25 first, last, ranges::less{}, depth_limit); in __sort()
|
/freebsd/tools/tools/nanobsd/rescue/Files/root/ |
H A D | .cshrc | 10 a lm 'll | less' 11 a m less 16 setenv PAGER less
|
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | ranges_min.h | 42 indirect_strict_weak_order<projected<const _Tp*, _Proj>> _Comp = ranges::less> 53 indirect_strict_weak_order<projected<const _Tp*, _Proj>> _Comp = ranges::less> 63 indirect_strict_weak_order<projected<iterator_t<_Rp>, _Proj>> _Comp = ranges::less>
|
H A D | ranges_max.h | 43 indirect_strict_weak_order<projected<const _Tp*, _Proj>> _Comp = ranges::less> 54 indirect_strict_weak_order<projected<const _Tp*, _Proj>> _Comp = ranges::less> 66 indirect_strict_weak_order<projected<iterator_t<_Rp>, _Proj>> _Comp = ranges::less>
|
H A D | ranges_is_sorted.h | 39 indirect_strict_weak_order<projected<_Iter, _Proj>> _Comp = ranges::less> 47 indirect_strict_weak_order<projected<iterator_t<_Range>, _Proj>> _Comp = ranges::less>
|
H A D | ranges_lower_bound.h | 45 indirect_strict_weak_order<const _Type*, projected<_Iter, _Proj>> _Comp = ranges::less> 54 …ndirect_strict_weak_order<const _Type*, projected<iterator_t<_Range>, _Proj>> _Comp = ranges::less>
|
H A D | ranges_max_element.h | 40 indirect_strict_weak_order<projected<_Ip, _Proj>> _Comp = ranges::less> 49 indirect_strict_weak_order<projected<iterator_t<_Rp>, _Proj>> _Comp = ranges::less>
|
H A D | ranges_minmax_element.h | 48 indirect_strict_weak_order<projected<_Ip, _Proj>> _Comp = ranges::less> 57 indirect_strict_weak_order<projected<iterator_t<_Rp>, _Proj>> _Comp = ranges::less>
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | algorithm | 49 …indirect_strict_weak_order<projected<I, Proj>> Comp = ranges::less> … 53 …indirect_strict_weak_order<projected<iterator_t<R>, Proj>> Comp = ranges::less> … 57 indirect_strict_weak_order<projected<I, Proj>> Comp = ranges::less> 61 indirect_strict_weak_order<projected<iterator_t<R>, Proj>> Comp = ranges::less> 131 indirect_strict_weak_order<projected<const T*, Proj>> Comp = ranges::less> 135 indirect_strict_weak_order<projected<const T*, Proj>> Comp = ranges::less> 139 indirect_strict_weak_order<projected<iterator_t<R>, Proj>> Comp = ranges::less> 145 indirect_strict_weak_order<projected<const T*, Proj>> Comp = ranges::less> 149 indirect_strict_weak_order<projected<const T*, Proj>> Comp = ranges::less> 153 indirect_strict_weak_order<projected<iterator_t<R>, Proj>> Comp = ranges::less> [all …]
|
/freebsd/usr.sbin/bsdconfig/includes/ |
H A D | USAGE | 48 View functions with less(1) (function names are not highlighted): 50 bsdconfig @PROGRAM_NAME@ -f | less 52 View functions with less(1) and color: 54 bsdconfig @PROGRAM_NAME@ -af | less -R
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/ |
H A D | glue_algorithm_impl.h |
|
/freebsd/contrib/ntp/html/hints/ |
H A D | sgi | 9 less than 0.017 seconds generally complete in less than a second, 27 Strange. Anyway, since adjtime will complete adjustments of less than 28 17msec in less than a second, whether the fast clock is on or off, I
|
/freebsd/contrib/unifdef/tests/ |
H A D | if5.c | 51 #error FOOB is less than FOO 63 #error FOOB is less than or equal FOO
|