Searched +refs:csh +refs:completion +refs:list (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/tcsh/ |
H A D | src.desc | 13 Shell functions (sh*.c). All these files are from csh. 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. 34 Catches dead children and removes them from the job list. 57 Spelling, listing, and completion (tw*.c) 60 tw.parse.c: All the listing and completion. Tries to tokenize the line 65 tw.comp.c: File completion builtin
|
H A D | NewThings | 29 like csh. 41 * $?0 returns false now on interactive shells for csh compatibility. 52 * new -b -c etc file operators from SGI csh. 53 * nostat takes a list of shell patterns. 61 now the timestamps as csh comments. 67 * complete and uncomplete builtins; user-programmable completion additions. 71 should match the builtin echo of /bin/csh; if your system does not 72 come with csh, then the default echo should match /bin/echo. 78 * tcsh now mirrors correctly all exported csh variables [term=TERM,path=PATH 115 works now is the way the 4.4BSD csh works. [all …]
|
H A D | WishList | 169 fully csh compatible, but csh scripts containing such constructs as 171 valid csh commands, will produce syntax errors or the like with tcsh, 172 which is frustrating when writing/maintaining csh scripts which have 173 to run on systems with only tcsh and systems with only csh. If such a 177 Add hooks for command completion Either for a dynamically loaded 227 bit set, so it's kind of pointless to have that completion. 265 the completion list.
|
H A D | Fixes | 90 26. For "next" completion matches only consider exact matches of the previous 184 75. Handle completion of ${ variables (Anthony Mallet) 538 3. completion fix to avoid dup hosts from ssh_known_hosts 550 32. completion additions (Tom Warzeka) 553 29. Glob completion listing addition (Tom Warzeka) 558 25. Debian completion additions (Martin Godisch) 613 35. Add Ian D. Allen's bug list. 614 34. If we are invoked as csh, default to bsd echo (Matej Vela) 649 4. put back csh filec compatible support. 765 64. Add csh emacs mode (Dan Harkless) [all …]
|
H A D | FAQ | 20 If you did like the previous behavior you can add in /etc/csh.login, or 55 Where can I get csh sources? 58 You don't need csh sources to compile tcsh-6.0x. 63 shell before they allow logins. The list of valid login shells is 66 newer version of ftpd. Otherwise add tcsh to the list of shells. (For 69 one, remember to add /bin/csh, /bin/sh, and any other valid shells for 170 Their csh does not have job control either. Try: 215 Where can I learn the merits of tcsh vs. bash vs. csh vs. sh etc? 218 features that tcsh adds to csh. 221 document advocating that csh (and by extension, tcsh) should not be [all …]
|
H A D | complete.tcsh | 2 # example file using the new completion code 49 /usr/local/etc/csh.hosts /etc/hosts.equiv ) 73 complete ywho n/*/\$hosts/ # argument from list in $hosts 189 #complete -co* p/0/"(compress)"/ # make compress completion 217 # This one will rsh to the file to fetch the list of files! 237 # these should be merged with the MH completion hacks below - jgotts 304 'c/-/(alias nolist list nonormalize normalize nouser user help)/' \ 333 …pack noverbose verbose norecurse recurse nototal total noprint print nolist list push pop help)/' \ 338 …pack noverbose verbose norecurse recurse nototal total noprint print nolist list push pop help)/' \ 357 'c/-/(add delete list sequence nopublic public nozero zero help)/' \ [all …]
|
/freebsd-src/ |
H A D | UPDATING | 77 freebsd-current mailing list so that a special-case dependency can be 474 the csh shell, please run the following command as root: 476 # chsh -s csh 488 list of modules to load on their systems. 767 you do not halt installworld. Instead, let it run to completion (whether 795 commonly non-recursively grepping a list that includes directories and 955 will be removed from the list. 2211 This file contains a list, in reverse chronological order, of major 2213 list of such breakages, and only contains entries since September 23, 2011.
|