Searched +refs:grep +refs:files +refs:aliases (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dgrep.el0 ;;; grep.el --- run Grep as inferior of Emacs, parse match messages
29 ;; This package provides the grep facilities documented in the Emacs
37 (defgroup grep nil function
38 "Run grep as inferior of Emacs, parse error messages."
44 (defcustom grep-window-height nil
45 "*Number of lines in a grep window. If nil, use `compilation-window-height'."
49 :group 'grep)
51 (defcustom grep-highlight-matches 'auto-detect
52 "If t, use special markers to highlight grep matches.
54 Some grep program
520 (defun grep (command-args) function
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/tools/
H A Dgenerate-from-cldr66 This script parses the CLDR locale files and turns them into a set of
71 --dir A directory containing CLDR XML files. Required.
80 --quiet Don't display any output while processing files.
108 ->grep('This file is auto-generated')->in('lib') ) {
148 print "\nGenerating PM files\n" if $opts{verbose};
288 for my $key ( grep { defined $formats{$_} } sort keys %formats ) {
297 my $glibc_id = join '_', grep { defined } $ldml->language(), $ldml->territory();
676 my %aliases = valid_aliases($ldml);
680 for my $id ( sort keys %aliases ) {
681 $code .= qq{ $id => "} . quotemeta( $aliases{
[all...]
/macosx-10.9.5/libiconv-41/libiconv/djgpp/
H A Dconfig.bat113 echo %1 | grep -q "/"
121 echo %_ARGS% | grep -q "[^ ]"
161 Rem Update configuration files
232 Rem 3: Ditto for source files.
250 Rem Fix the source files.
251 test -f %XSRC%/lib/aliases/aliases2.orig
252 if errorlevel 1 update %XSRC%/lib/aliases/aliases2.h %XSRC%/lib/aliases/aliases2.orig
253 sed -f %XSRC%/djgpp/sources.sed %XSRC%/lib/aliases/aliases2.h > aliases2.tmp
255 update aliases2.tmp %XSRC%/lib/aliases/aliases
[all...]
/macosx-10.9.5/bash-92/bash-3.2/
H A Dconfigure708 # Find the source files, if location was not specified.
805 -n, --no-create do not create output files
812 --prefix=PREFIX install architecture-independent files in PREFIX
814 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
817 By default, \`make install' will install all the files in
833 --includedir=DIR C header files [PREFIX/include]
834 --oldincludedir=DIR C header files for non-gcc [/usr/include]
857 --enable-alias enable shell aliases
893 use external files for help builtin documentation
907 --disable-largefile omit support for large files
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/bin/
H A Dperltidy65 Execute perltidy on all F<.pl> files in the current directory with the
66 default options. The output will be in files with an appended F<.tdy>
78 Same as the previous example except that the backup files F<file1.pl.bak> and F<file2.pl.bak> will be deleted if there are no errors.
135 output files will be F<mymodule.pm.html> (the frame), F<mymodule.pm.toc.html>
141 before any files are processed. As a result, it does not matter
166 The following parameters concern the files which are read and written.
182 Perltidy must be able to operate on an arbitrarily large number of files
231 Modify the input file or files in-place and save the original with the
312 excessively long log files.
329 To simplify testing and switching .perltidyrc files, thi
[all...]
/macosx-10.9.5/ncurses-42/ncurses/
H A Dconfigure541 # Find the source files, if location was not specified.
634 -n, --no-create do not create output files
641 --prefix=PREFIX install architecture-independent files in PREFIX
643 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
646 By default, \`make install' will install all the files in
662 --includedir=DIR C header files [PREFIX/include]
663 --oldincludedir=DIR C header files for non-gcc [/usr/include]
737 --with-termpath=XXX specify list of termcap files (default: /etc/termcap:/usr/share/misc/termcap)
747 --disable-largefile omit support for large files
760 --with-manpage-aliases specif
[all...]

Completed in 162 milliseconds