Searched +refs:term +refs:directory (Results 1 - 25 of 44) sorted by relevance

12

/macosx-10.10.1/ncurses-44/ncurses/progs/
H A Dinfocmp.c976 "Usage: infocmp [options] [-A directory] [-B directory] [termname...]"
1065 dump_initializers(TERMTYPE *term) argument
1073 for_each_string(n, term) {
1076 if (VALID_STRING(term->Strings[n])) {
1079 for (sp = term->Strings[n];
1095 string_variable(ExtStrname(term, n, strnames)), buf);
1102 for_each_boolean(n, term) {
1103 switch ((int) (term->Booleans[n])) {
1121 n, ExtBoolname(term,
1187 dump_termtype(TERMTYPE *term) argument
1491 const char *directory = termcount ? restdir : firstdir; local
[all...]
/macosx-10.10.1/vim-55/src/
H A DMake_djg.mak12 #>>>>> name of the compiler and linker, name of lib directory
18 INCL = vim.h globals.h option.h keymap.h macros.h ascii.h term.h os_msdos.h structs.h
62 obj/term.o \
82 $(MAKE) --directory=xxd -f Make_djg.mak
100 $(MAKE) --directory=testdir -f Make_dos.mak
H A DMake_bc3.mak8 # SPAWNO path to the spawno library directory, empty if you do not have
93 term.obj \
142 term.obj: term.c term.h
H A DMakefile84 # another include/library directory then you wanted to use, you have
122 # The runtime files are in a different directory for each version. You
273 # These defines can contain a single directory (recommended) or a list of
275 # directory that exists is used.
905 ### prefix the top directory for the data (default "/usr/local")
907 # Uncomment the next line to install Vim in your home directory.
910 ### exec_prefix is the top directory for the executable (default $(prefix))
920 # executable and a common directory for the other files.
930 # directories. This directory must exist.
1004 ### the runtime directory i
[all...]
H A DMake_mvc.mak34 # LUA=[Path to Lua directory]
39 # MZSCHEME=[Path to MzScheme directory]
45 # PERL=[Path to Perl directory]
51 # PYTHON=[Path to Python directory]
56 # PYTHON3=[Path to Python3 directory]
61 # RUBY=[Path to Ruby directory]
68 # TCL=[Path to Tcl directory]
89 # XPM Image Support: XPM=[path to XPM directory]
316 # If you have a fixed directory for $VIM or $VIMRUNTIME, other than the normal
478 proto.h option.h structs.h term
[all...]
H A DMake_ming.mak220 # TCL=[Path to TCL directory]
236 # RUBY=[Path to Ruby directory]
473 $(OUTDIR)/term.o \
639 INCL = vim.h feature.h os_win32.h os_dos.h ascii.h keymap.h term.h macros.h \
/macosx-10.10.1/cups-408/cups/cgi-bin/
H A Dtemplate.c25 static void cgi_copy(FILE *out, FILE *in, int element, char term,
88 const char *directory, /* Directory for templates */ local
118 directory = cgiGetTemplateDir();
120 snprintf(filename, sizeof(filename), "%s%s/%s", directory, locale, tmpl);
125 snprintf(filename, sizeof(filename), "%s%s/%s", directory, locale, tmpl);
128 snprintf(filename, sizeof(filename), "%s/%s", directory, tmpl);
161 * 'cgiGetTemplateDir()' - Get the templates directory...
164 char * /* O - Template directory */
168 static char templates[1024] = ""; /* Template directory */
174 * Build the template directory pathnam
209 cgi_copy(FILE *out, FILE *in, int element, char term, int indent) argument
[all...]
/macosx-10.10.1/zsh-61/zsh/Test/
H A DA01grammar.ztst147 for name in word to term; do
153 >term
156 in word to term; do
162 >term
540 ?(eval):.:1: no such file or directory: ./nonexistent
/macosx-10.10.1/vim-55/src/testdir/
H A DMake_vms.mms32 # and directory handling.
37 # and directory handling.
129 -@ create/term/wait/nodetach mcr $(VIMPROG) $(GUI_OPTION) -u vms.vim --noplugin -s dotest.in $*.in
131 -@ directory /size/date test.out
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dterm.el0 ;;; term.el --- general command interpreter in a window stuff
55 ;;; (defun term-send-up () (interactive) (term-send-raw-string "\eOA"))
56 ;;; (defun term-send-down () (interactive) (term-send-raw-string "\eOB"))
57 ;;; (defun term-send-right () (interactive) (term-send-raw-string "\eOC"))
58 ;;; (defun term-send-left () (interactive) (term-send-raw-string "\eOD"))
64 ;;; With this enhanced ansi-term
408 (defgroup term nil function
1297 (defun term (program) function
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Debnf2ps.el75 ;; ebnf-print-directory
79 ;; ebnf-spool-directory
83 ;; ebnf-eps-directory
119 ;; The word "directory", "file", "buffer" or "region" in the command name
122 ;; directory - Read files in the directory and print them.
139 ;; Note that `ebnf-eps-directory', `ebnf-eps-file', `ebnf-eps-buffer' and
183 ;; example, you have a directory with a lot of files containing the EBNF to be
188 ;; emacs -batch -l setup-ebnf2ps.el -f ebnf-eps-directory
249 ;; repeat = [ integer "*" [ integer ]] term
[all...]
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dnetrw.vim1 " netrw.vim: Handles file transfer and remote directory listing across
331 " Save current settings and current directory
391 call netrw#ErrorMsg(s:ERROR,"unable to change directory to <".curdir."> (permissions?)",61)
421 if &directory == ""
422 " user hasn't specified a swapfile directory;
423 " netrw will temporarily set the swapfile directory
424 " to the current directory as returned by getcwd().
425 let &l:directory = getcwd()
427 setlocal directory=
478 " supports :NetrwClean -- remove netrw from first directory o
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dgnuplot.vim15 " I will post mail and newsgroup comments on a standard suffix in 'URL' directory.
108 syn keyword gnuplotType term[inal] linux aed767 aed512 gpic
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dmm-decode.el33 (require 'term))
352 (defcustom mm-tmp-directory
353 (if (fboundp 'temp-directory)
354 (temp-directory)
355 (if (boundp 'temporary-file-directory)
356 temporary-file-directory
359 :type 'directory
393 (defcustom mm-default-directory nil
394 "The default directory where mm will save files.
395 If not set, `default-directory' wil
[all...]
/macosx-10.10.1/emacs-93/emacs/
H A Dmake-dist4 #### source tree. This basically creates a duplicate directory
54 ## This option tells make-dist to delete the staging directory
117 echo "${progname} must be run in the top directory of the Emacs" >&2
118 echo "distribution tree. cd to that directory and try again." >&2
165 ### Make sure we don't already have a directory emacs-${version}.
178 echo "${progname}: staging directory \`${tempparent}' already exists.
258 $EMACS -batch -f batch-byte-recompile-directory lisp leim
266 if [ -d $dir ] && [ $dir != term ] && [ $dir != CVS ] && [ $dir != RCS ]
277 echo "Creating staging directory: \`${tempparent}'"
282 ### This trap ensures that the staging directory wil
[all...]
/macosx-10.10.1/libxml2-26/libxml2/
H A Dparser.c11477 int term; local
11482 term = xmlParseLookupSequence(ctxt, '-', '-', '>');
11484 if ((!terminate) && (term < 0)) {
12419 ctxt->directory = NULL;
12421 ctxt->directory = xmlParserGetDirectory(filename);
13982 char *directory = NULL; local
14006 if ((ctxt->directory == NULL) && (directory == NULL))
14007 directory = xmlParserGetDirectory((char *)URL);
14008 if ((ctxt->directory
14070 char *directory = NULL; local
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dparser.c10933 int term; local
10938 term = xmlParseLookupSequence(ctxt, '-', '-', '>');
10940 if ((!terminate) && (term < 0))
11733 ctxt->directory = NULL;
11735 ctxt->directory = xmlParserGetDirectory(filename);
13288 char *directory = NULL; local
13312 if ((ctxt->directory == NULL) && (directory == NULL))
13313 directory = xmlParserGetDirectory((char *)URL);
13314 if ((ctxt->directory
13376 char *directory = NULL; local
[all...]
/macosx-10.10.1/vim-55/runtime/
H A Doptwin.vim255 call append("$", "path\tlist of directory names used for file searching")
258 call append("$", "cdpath\tlist of directory names used for :cd")
261 call append("$", "autochdir\tchange to directory of file in buffer")
516 call append("$", "term\tname of the used terminal")
517 call <SID>OptionG("term", &term)
518 call append("$", "ttytype\talias for 'term'")
611 call append("$", "browsedir\t\"last\", \"buffer\" or \"current\": which directory used for the file browser")
1004 call append("$", "directory\tlist of directories for the swap file")
1241 call append("$", "exrc\tenable reading .vimrc/.exrc/.gvimrc in the current directory")
[all...]
/macosx-10.10.1/zsh-61/zsh/
H A Dconfigure91 # Find who we are. Look in the path if we contain no directory separator.
286 # Create "$as_dir" as a directory, including parents if necessary.
327 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
798 # Installation directory options.
1197 # Check all directory arguments for consistency.
1210 # Be sure to have absolute directory names.
1215 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1245 as_fn_error $? "working directory cannot be determined"
1247 as_fn_error $? "pwd does not report name of working directory"
1253 # Try the directory containin
[all...]
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A Dconfigure334 # Installation directory options.
663 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
675 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
707 # Try the directory containing this script, then its parent.
873 --with-tcl directory containing tcl configuration
881 nonstandard directory <lib dir>
883 headers in a nonstandard directory <include dir>
901 # A "../" for each directory in $ac_dir_suffix.
1361 # the alternative search directory is invoked by --with-tcl
1385 { echo "$as_me:$LINENO: WARNING: --with-tcl argument should refer to directory containin
[all...]
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A Dconfigure334 # Installation directory options.
663 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
675 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
707 # Try the directory containing this script, then its parent.
873 --with-tcl directory containing tcl configuration
881 nonstandard directory <lib dir>
883 headers in a nonstandard directory <include dir>
901 # A "../" for each directory in $ac_dir_suffix.
1353 # the alternative search directory is invoked by --with-tcl
1377 { echo "$as_me:$LINENO: WARNING: --with-tcl argument should refer to directory containin
[all...]
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/bin/
H A Dperltidy65 Execute perltidy on all F<.pl> files in the current directory with the
222 appear in whatever directory contains F<somefile.pl>.
319 your current directory for a F<.perltidyrc> file of parameters. (The format
323 in your home directory.
340 the file should be searched for starting in the current directory and
794 Here the term "tightness" will mean the closeness with which
1015 and side comments. The term B<block comment> here refers to a full-line
2471 Perltidy will first look in your current directory for a command file
2478 F<.perltidyrc> file in the home directory, and then for a system-wide
3060 created in the current working directory
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dconfigure93 # Find who we are. Look in the path if we contain no directory separator.
281 # Create "$as_dir" as a directory, including parents if necessary.
322 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
567 # The HP-UX ksh and POSIX shell print the target directory to stdout
918 # Installation directory options.
1316 # Check all directory arguments for consistency.
1329 # Be sure to have absolute directory names.
1334 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1364 as_fn_error "working directory cannot be determined"
1366 as_fn_error "pwd does not report name of working directory"
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dorg.el60 ;; in the etc/ directory of Emacs 22.
577 file. %s will be replaced by the current file name (without directory part).
886 relative relative to the current directory, i.e. the directory of the file
888 absolute absolute path, if possible with ~ for home directory.
889 noabbrev absolute path, no abbreviation of home directory.
890 adaptive Use relative path for files in the current directory and sub-
1095 but really it would remove your entire home directory.
1112 but really it would remove your entire home directory.
1170 `directory' Matche
[all...]
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/
H A DChanges634 if we're on 5.00503 to avoid installation hickups. Longer term,
849 * (kg) t/024WarnDieCarp was assuming / as directory separator, failed
853 * (kg) moved TestBuffer under Appender/ directory along with DBI

Completed in 767 milliseconds

12