Home
last modified time | relevance | path

Searched +refs:csh +refs:line +refs:to +refs:string (Results 1 – 13 of 13) sorted by relevance

/freebsd-src/contrib/tcsh/
H A DWishList20 # (great, looks good to me. Got everything containing a nonnumeric, no more, n
44 The [MAN page description] for =~ and !~ just refer to "(see [Filename
46 The actual filename globbing looks correct to me, but the pattern
57 Currently I can't get ssh to have the right environment unless it is a
59 to different machines with different environments. One thing to do
60 would be to not have the different environment for login compared to
71 In Linux tcsh is unable to limit vmemoryuse. This is because
78 %40devron.myhome.or.jp None of these patches seems to have been
83 New idea: use last line (or n'th line) of output as input to new
94 Now the way I accomplish writing the last line, is by moving the mouse
[all …]
H A Dsrc.desc7 ed.refresh.c: Editor refreshing. How to change the old line to the current.
13 Shell functions (sh*.c). All these files are from csh.
18 sh.dol.c: Input line processor. Dollar/History expansion.
23 sh.file.c: Old csh file completion. Not used in tcsh.
33 sh.proc.c: Job handling. Adds new children to the job list.
35 Builtins for stopping/killing/ and moving jobs to the background
53 tc.str.c: <string.h> for short strings.
60 tw.parse.c: All the listing and completion. Tries to tokenize the line
62 commands or not. Then it applies the requested function to
H A DFixes3 13. Fix $x:q:h and $x:q:t return the whole string for strings not containing /
5 11. Fix $x:q:h and $x:q:t to not crash (alzwded) with strings containing /
36 10. PR/37: Introduce GetCmdChar() to avoid open coding array access.
37 9. make closem() not close sockets so as not to affect nss_ldap.
40 7. convert match() from recursive to backtracking.
55 14. Fix drawing issu with multi-line prompt (Kensuke Iwahashi/David Kaspar)
56 13. always send prusage to stdout.
69 1. PR/451: Fix error messages containing %c to be always '%c'
79 34. revert fix to PR/437, breaks short strings.
82 31. PR/291: Print job status messages to stderr.
[all …]
H A Dcomplete.tcsh9 # then adding the line "source ~/.complete" and maybe defining
49 /usr/local/etc/csh.hosts /etc/hosts.equiv )
192 # "zcat" may be linked to "compress" or "gzip"
217 # This one will rsh to the file to fetch the list of files!
391 …'c/-/(and or not lbrace rbrace cc date from search subject to othercomponent after before datefiel…
560 max-connections max-connections-to-host \
575 headers help info line-numbers no-show-raw-insn \
639 n/-s/x:'<subject line>'/ \
655 format= defined-only\ line-numbers no-demangle version \
669 ld lf logo ls nolisten string noloadxkb nolock nopn \
[all …]
/freebsd-src/contrib/bmake/unit-tests/
H A DMakefile12 # run 'all', and compare to expected results
14 # move generated output to expected results
19 # The make program to be tested.
26 # and it should be added to the TESTS list.
72 TESTS+= cond-cmp-string
94 TESTS+= cond-token-string
309 TESTS+= sh-multi-line
310 TESTS+= sh-single-line
311 TESTS+= shell-csh
369 TESTS+= varmod-l-name-to
[all...]
/freebsd-src/usr.bin/bmake/unit-tests/
H A DMakefile15 # run 'all', and compare to expected results
17 # move generated output to expected results
22 # The make program to be tested.
29 # and it should be added to the TESTS list.
75 TESTS+= cond-cmp-string
97 TESTS+= cond-token-string
312 TESTS+= sh-multi-line
313 TESTS+= sh-single-line
314 TESTS+= shell-csh
372 TESTS+= varmod-l-name-to
[all...]
/freebsd-src/contrib/bmake/
H A DFILES111 unit-tests/cond-cmp-string.exp
112 unit-tests/cond-cmp-string.mk
155 unit-tests/cond-token-string.exp
156 unit-tests/cond-token-string.mk
582 unit-tests/sh-multi-line.exp
583 unit-tests/sh-multi-line.mk
584 unit-tests/sh-single-line.exp
585 unit-tests/sh-single-line.mk
588 unit-tests/shell-csh.exp
589 unit-tests/shell-csh
[all...]
H A Dbmake.cat113 bbmmaakkee is a program designed to simplify the maintenance of other
14 programs. Its input is a list of specifications as to the files upon
16 given, bbmmaakkee tries to open `_m_a_k_e_f_i_l_e' then `_M_a_k_e_f_i_l_e' in order to find
21 thorough description of bbmmaakkee and makefiles, please refer to _P_M_a_k_e _- _A
24 bbmmaakkee prepends the contents of the MAKEFLAGS environment variable to the
25 command line arguments before parsing them.
29 --BB Try to be backwards compatible by executing a single shell per
30 command and by making the sources of a dependency line in
34 Change to
[all...]
/freebsd-src/usr.bin/fortune/datfiles/
H A Dfreebsd-tips1 Any user that is a member of the wheel group can use "su -" to simulate
2 a root login. You can add a user to the wheel group with:
6 By pressing "Scroll Lock" you can use the arrow keys to scroll backward
7 through the console output. Press "Scroll Lock" again to turn it off.
17 Forget how to spell a word or a variation of a word? Use
30 starting multiuser mode (ie, starting the computer up for normal use) is to
39 variable FTP_PASSIVE_MODE to yes, and see fetch(3) for more details.
48 If you do not want to get beeps in X11 (X Windows), you can turn them off with
54 will be available under /cdrom/. Remember to do 'umount /cdrom' before
55 removing the CD-ROM (it will usually not be possible to remov
[all...]
/freebsd-src/contrib/ncurses/misc/
H A Dterminfo.src6 # Report bugs and new terminal descriptions to
14 # stopped updates several years ago); we have decided to not change the header
17 # To further muddy the waters, it is noted that changes to this file as part of
18 # maintenance of ncurses (since 1996) are generally conceded to be copyright
25 # It would also be a nuisance to split the file into unknown/known authorship
27 # have been small corrections to Raymond's translations to/from termcap format,
31 # which reflect creative effort. Furthermore, the structure of entries to
32 # reuse common chunks also is creative (and subject to copyright). Finally,
48 # Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu
65 # Pointers to related resources (including the ncurses distribution) may
[all …]
/freebsd-src/contrib/ncurses/
H A DNEWS5 -- Permission is hereby granted, free of charge, to any person obtaining a --
7 -- "Software"), to deal in the Software without restriction, including --
8 -- without limitation the rights to use, copy, modify, merge, publish, --
10 -- of the Software, and to permit persons to whom the Software is furnished --
11 -- to do so, subject to the following conditions: --
25 -- holders shall not be used in advertising or otherwise to promote the --
47 it is not possible to add this information.
49 20240427 6.5 release for upload to ftp.gnu.org
64 + provide for padding in check-size feature, using new_prescr() to
68 + revise progs.priv.h to provide for NC_ISATTY reuse
[all …]
/freebsd-src/contrib/sendmail/src/
H A DREADME7 # By using this file, you agree to the terms and conditions set
39 By far, the easiest way to compile sendmail is to use the "Build"
44 This uses the "uname" command to figure out what architecture you are
50 If you need to look at other include or library directories, use the
51 -I or -L flags on the command line, e.g.,
55 It's also possible to create local site configuration in the file
60 confMAPDEF -D flags to specify database types to be included
62 confENVDEF -D flags to specify other environment information
77 Porting to a new Unix-based system should be a matter of creating
87 attempt to be backward compatible.
[all …]
/freebsd-src/
H A DUPDATING17 and userland. These features attempt to detect incorrect use of
20 system performance. If you want to do performance measurement,
21 benchmarking, and optimization, you'll want to turn them off. This
24 kernel. Many developers choose to disable these features on build
25 machines to maximize performance. (To completely disable malloc
27 world, or to merely disable the most expensive debugging functionality
31 The Allwinner a10_timer driver has been renamed to aw_driver. If you
32 have a custom kernel configuration including the line 'device
33 a10_timer', it must be adjusted to 'device aw_timer'. The same applies
38 targetting Rockchip SoC you need to ad
[all...]