Home
last modified time | relevance | path

Searched refs:less (Results 1 – 25 of 647) sorted by relevance

12345678910>>...26

/freebsd-12.1/contrib/less/
H A DFREEBSD-upgrade3 1. Download latest less(1) tarball. The homepage of less(1) is at:
4 http://www.greenwoodsoftware.com/less/
5 2. Checkout $FSVN/vendor/less/ into less/
6 3. Extract new code to, say, less/lessv429
7 4. cd less/dist
17 14. Resolve any conflicts that happen in head/contrib/less.
21 16. Manually merge changes into src/usr.bin/less/defines.h; adjust
23 17. Replace your src/contrib/less with the merged copy, and do a ``make
H A DREADME24 Please report any problems to bug-less@gnu.org.
25 See http://www.greenwoodsoftware.com/less for the latest info.
26 Source repository is at https://github.com/gwsw/less.git.
32 The formatted manual page is in less.man.
33 The manual page nroff source is in less.nro.
64 (source is supplied with less).
82 wish to edit the manual page "less.nro" and the help page "less.hlp"
88 5. If the make succeeds, it will generate the programs "less",
96 Executables (less, lesskey, lessecho) in /usr/local/bin
102 complaints, etc., you may mail to bug-less@gnu.org.
[all …]
H A DNEWS2 NEWS about less
6 For the latest news about less, see the "less" Web page:
7 http://www.greenwoodsoftware.com/less
14 Major changes between "less" versions 487 and 530
70 Major changes between "less" versions 481 and 487
90 Major changes between "less" versions 458 and 481
127 Major changes between "less" versions 451 and 458
357 invocations of less.
370 build a secure version of less.
573 See the less man page or "less --help" for the list of long option names.
[all …]
/freebsd-12.1/contrib/gperf/src/
H A Dkeyword-list.cc87 merge (Keyword_List *list1, Keyword_List *list2, Keyword_Comparison less) in merge() argument
103 if (less (list2->first(), list1->first())) in merge()
125 mergesort_list (Keyword_List *list, Keyword_Comparison less) in mergesort_list() argument
152 return merge (mergesort_list (list, less), in mergesort_list()
153 mergesort_list (right_half, less), in mergesort_list()
154 less); in mergesort_list()
160 bool (*less) (KeywordExt *keyword1, KeywordExt *keyword2)) in mergesort_list()
165 reinterpret_cast<Keyword_Comparison> (less))); in mergesort_list()
H A Dkeyword-list.h71 bool (*less) (Keyword *keyword1,
74 bool (*less) (KeywordExt *keyword1,
/freebsd-12.1/usr.bin/less/
H A DMakefile3 PROG= less
12 LINKS= ${BINDIR}/less ${BINDIR}/more \
17 MLINKS= less.1 more.1
18 CLEANFILES= less.1
H A DMakefile.common3 LSDIR= ${SRCTOP}/contrib/less
6 CFLAGS+=-I${SRCTOP}/usr.bin/less -I${LSDIR}
H A Dzless.sh7 exec /usr/bin/less "$@"
/freebsd-12.1/contrib/libc++/include/experimental/
H A Dset22 template <class Key, class T, class Compare = less<Key>>
26 template <class Key, class T, class Compare = less<Key>>
47 template <class _Value, class _Compare = less<_Value>>
51 template <class _Value, class _Compare = less<_Value>>
H A Dmap22 template <class Key, class T, class Compare = less<Key>>
26 template <class Key, class T, class Compare = less<Key>>
47 template <class _Key, class _Value, class _Compare = less<_Key>>
51 template <class _Key, class _Value, class _Compare = less<_Key>>
/freebsd-12.1/tools/tools/nanobsd/rescue/Files/root/
H A D.cshrc11 a lm 'll | less'
12 a m less
17 setenv PAGER less
/freebsd-12.1/usr.sbin/bsdconfig/includes/
H A DUSAGE49 View functions with less(1) (function names are not highlighted):
51 bsdconfig @PROGRAM_NAME@ -f | less
53 View functions with less(1) and color:
55 bsdconfig @PROGRAM_NAME@ -af | less -R
/freebsd-12.1/contrib/ntp/html/hints/
H A Dsgi9 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-12.1/contrib/libc++/include/
H A Dcompare227 static const partial_ordering less;
323 return __v < 0 ? partial_ordering::greater : (__v > 0 ? partial_ordering::less : __v);
336 static const weak_ordering less;
350 : (__value_ < 0 ? partial_ordering::less : partial_ordering::greater);
376 _LIBCPP_INLINE_VAR constexpr weak_ordering weak_ordering::less(_OrdResult::__less);
436 return __v < 0 ? weak_ordering::greater : (__v > 0 ? weak_ordering::less : __v);
449 static const strong_ordering less;
470 : (__value_ < 0 ? partial_ordering::less : partial_ordering::greater);
476 : (__value_ < 0 ? weak_ordering::less : weak_ordering::greater);
502 _LIBCPP_INLINE_VAR constexpr strong_ordering strong_ordering::less(_OrdResult::__less);
[all …]
/freebsd-12.1/release/picobsd/bridge/
H A Dcrunch.conf101 progs less
102 ln less more
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/
H A Dorder_statistics_imp.hpp140 return ((base_type::less( key_b, key_e, b, e, r_traits))? in order_of_prefix()
155 else if (!base_type::less( in order_of_prefix()
H A Dtrie_policy_base.hpp153less(typename e_access_traits::const_iterator b_l, typename e_access_traits::const_iterator e_l, t…
223less(typename e_access_traits::const_iterator b_l, typename e_access_traits::const_iterator e_l, t… in less() function in pb_ds::detail::PB_DS_CLASS_C_DEC
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrCMovSetCC.td96 defm SETB : SETCC<0x92, "setb", X86_COND_B>; // unsigned less than
100 defm SETBE : SETCC<0x96, "setbe", X86_COND_BE>; // unsigned less than or equal
106 defm SETL : SETCC<0x9C, "setl", X86_COND_L>; // signed less than
108 defm SETLE : SETCC<0x9E, "setle", X86_COND_LE>; // signed less than or equal
/freebsd-12.1/contrib/ntp/lib/isc/
H A Dheap.c208 isc_boolean_t less; in isc_heap_delete() local
221 less = heap->compare(elt, heap->array[index]); in isc_heap_delete()
223 if (less) in isc_heap_delete()
/freebsd-12.1/release/picobsd/qemu/
H A Dcrunch.conf101 progs less
102 ln less more
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DTokenConcatenation.cpp81 TokenInfo[tok::less ] |= aci_custom_firstchar; in TokenConcatenation()
115 TokenInfo[tok::less ] |= aci_avoid_equal; // <= in TokenConcatenation()
275 case tok::less: // <<, <<=, <:, <% in AvoidConcat()
/freebsd-12.1/sys/contrib/zstd/programs/
H A Dzstdless2 zstdcat "$@" | less
/freebsd-12.1/usr.sbin/bsdconfig/timezone/share/
H A Dcontinents.subr106 # standard output for capturing in a sub-shell (which is less-recommended
119 # standard output for capturing in a sub-shell (which is less-recommended
144 # standard output for capturing in a sub-shell (which is less-recommended
/freebsd-12.1/crypto/openssl/doc/man1/
H A Dgenrsa.pod90 parameter must be a positive integer that is greater than 1 and less than 16.
97 specified. The default is 2048 and values less than 512 are not allowed.
112 may vary somewhat. But in general, more primes lead to less generation time
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp149 if (Tok.is(tok::less)) in ParseObjCAtClassDeclaration()
243 if (Tok.is(tok::less)) in ParseObjCAtInterfaceDeclaration()
280 if (Tok.is(tok::less) && in ParseObjCAtInterfaceDeclaration()
322 if (Tok.is(tok::less)) { in ParseObjCAtInterfaceDeclaration()
352 if (Tok.isNot(tok::less)) in ParseObjCAtInterfaceDeclaration()
1147 NextToken().is(tok::less) || in ParseObjCTypeQualifierList()
1768 assert(Tok.is(tok::less)); in parseObjCTypeArgsAndProtocolQualifiers()
1816 assert(Tok.is(tok::less)); in parseObjCTypeArgsAndProtocolQualifiers()
2052 if (Tok.is(tok::less) && in ParseObjCAtProtocolDeclaration()
2101 if (Tok.is(tok::less)) { in ParseObjCAtImplementationDeclaration()
[all …]

12345678910>>...26