| /freebsd-13.1/contrib/less/ |
| H A D | FREEBSD-upgrade | 3 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 D | README | 10 This is the source code distribution of "less". 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. 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 72 (source is supplied with less). 91 wish to edit the manual page "less.nro" and the help page "less.hlp" 97 6. If the make succeeds, it will generate the programs "less", [all …]
|
| H A D | NEWS | 2 NEWS about less 6 For the latest news about less, see https://greenwoodsoftware.com/less 10 https://github.com/gwsw/less/issues. 14 Major changes between "less" versions 581 and 590 31 after exiting less. 39 Major changes between "less" versions 563 and 581 84 Major changes between "less" versions 551 and 563 484 invocations of less. 497 build a secure version of less. 700 See the less man page or "less --help" for the list of long option names. [all …]
|
| /freebsd-13.1/usr.bin/less/ |
| H A D | Makefile | 3 PROG= less 13 LINKS= ${BINDIR}/less ${BINDIR}/more \ 18 MLINKS= less.1 more.1 19 CLEANFILES= less.1
|
| H A D | Makefile.common | 3 LSDIR= ${SRCTOP}/contrib/less 6 CFLAGS+=-I${SRCTOP}/usr.bin/less -I${LSDIR}
|
| H A D | zless.sh | 7 exec /usr/bin/less "$@"
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/ |
| H A D | set | 21 template <class Key, class T, class Compare = less<Key>> 25 template <class Key, class T, class Compare = less<Key>> 46 template <class _Value, class _Compare = less<_Value>> 50 template <class _Value, class _Compare = less<_Value>>
|
| H A D | map | 21 template <class Key, class T, class Compare = less<Key>> 25 template <class Key, class T, class Compare = less<Key>> 46 template <class _Key, class _Value, class _Compare = less<_Key>> 50 template <class _Key, class _Value, class _Compare = less<_Key>>
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/sound/ |
| H A D | wlf,arizona.yaml | 30 default. If present, values must be specified less than or equal 31 to the number of input signals. If values less than the number of 49 should be less than or equal to the number of outputs, if less values 64 of values should be less than or equal to the number of inputs, 79 be handled normally. If present, number of cells must be less than 80 or equal to the number of AIFs. If less than the number of AIFs, for
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | compare | 47 static const partial_ordering less; 71 static const weak_ordering less; 97 static const strong_ordering less; 186 static const partial_ordering less; 255 static const weak_ordering less; 262 : (__value_ < 0 ? partial_ordering::less : partial_ordering::greater); 309 return __v < 0 ? weak_ordering::greater : (__v > 0 ? weak_ordering::less : __v); 316 _LIBCPP_INLINE_VAR constexpr weak_ordering weak_ordering::less(_OrdResult::__less); 328 static const strong_ordering less; 337 : (__value_ < 0 ? partial_ordering::less : partial_ordering::greater); [all …]
|
| /freebsd-13.1/tools/tools/nanobsd/rescue/Files/root/ |
| H A D | .cshrc | 11 a lm 'll | less' 12 a m less 17 setenv PAGER less
|
| /freebsd-13.1/usr.sbin/bsdconfig/includes/ |
| H A D | USAGE | 49 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-13.1/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-13.1/contrib/ntp/lib/isc/ |
| H A D | heap.c | 208 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-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusNameParser.cpp | 180 if (!HasMoreTokens() || Peek().getKind() != tok::less) in ConsumeTemplateArgs() 207 case tok::less: in ConsumeTemplateArgs() 348 if (n_token.getKind() != tok::l_paren && n_token.getKind() != tok::less) { in ConsumeOperator() 353 tmp_tok.setKind(tok::less); in ConsumeOperator() 574 case tok::less: // Template brackets. in ParseFullNameImpl()
|
| /freebsd-13.1/sys/contrib/zstd/programs/ |
| H A D | zstdless | 2 zstdcat "$@" | less
|
| H A D | zstdless.1.md | 12 `zstdless` runs `less (1)` on files or stdin, if no files argument is given, after decompressing th…
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | TokenConcatenation.cpp | 80 TokenInfo[tok::less ] |= aci_custom_firstchar; in TokenConcatenation() 114 TokenInfo[tok::less ] |= aci_avoid_equal; // <= in TokenConcatenation() 279 case tok::less: // <<, <<=, <:, <% in AvoidConcat()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/devfreq/ |
| H A D | rk3399_dmc.txt | 63 When DDR frequency is less than DRAM_DLL_DISB_FREQ, 68 MHz (Mega Hz). When DDR frequency is less than 74 when the DDR frequency is less then ddr3_odt_dis_freq, 101 When DDR frequency is less then ddr3_odt_dis_freq, 129 MHz (Mega Hz). When the DDR frequency is less then
|
| /freebsd-13.1/crypto/openssl/doc/man1/ |
| H A D | genrsa.pod | 90 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-13.1/contrib/tcsh/ |
| H A D | dot.login | 8 setenv PAGER less
|
| /freebsd-13.1/share/skel/ |
| H A D | dot.mailrc | 10 set PAGER=less
|
| /freebsd-13.1/usr.sbin/bsdconfig/timezone/share/ |
| H A D | continents.subr | 106 # 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-13.1/usr.bin/gzip/ |
| H A D | zmore | 47 pager=${PAGER-less}
|
| /freebsd-13.1/contrib/ntp/util/ |
| H A D | README | 31 "I could not get a tickadj of less than 40 us to work on a RS6000. 32 If you set it less than 40 us do so at your own risk!"
|