Searched refs:initial (Results 201 - 225 of 324) sorted by relevance

1234567891011>>

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsqlforms.vim91 syntax keyword sqlKeyword initial into is level maxextents mode modify
H A Dverilogams.vim40 syn keyword verilogamsStatement highz1 hypot idt idtmod if ifnone inf initial
H A Dinform.vim50 syn keyword informLibProp react_after grammar orders initial when_open
238 syn keyword informKeywordObsolete contained initial data initstr
H A Dlisp.vim441 syn keyword lispKey :constructor :initial-contents :read-only
442 syn keyword lispKey :copier :initial-element :rehash-size
443 syn keyword lispKey :count :initial-offset :rehash-threshold
444 syn keyword lispKey :create :initial-value :rename
H A Dnastran.vim31 " If you don't like initial tabs in dmap (or at all)
H A Dxmath.vim154 syn keyword xmathFunc divide initial polyvalm trim30
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex-index.el258 (defun reftex-index-complete-key (&optional tag optional initial)
268 (key (completing-read prompt table nil nil initial)))
404 ;; See if we are on an index macro as initial position
523 ;; There is a new initial letter, so start a new section
926 (defun reftex-index-edit-part (arg n initial prompt &optional dont-allow-empty)
936 (setq npart (if arg "" (read-string (concat prompt initial) opart)))
944 (t (setf (nth n analyze) (concat initial npart))))
/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dviper-cmd.el48 (defvar initial) function
2106 ;; Thie is a temp hook that uses free variables init-message and initial.
2113 (if (stringp initial)
2122 (insert initial))))
2222 (defun viper-read-string-with-history (prompt &optional initial
2248 initial (or initial "")
2255 (concat temp-msg initial val padding)
3735 nil ; no initial
4438 nil ; no initial
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dfileio.c287 /* System error messages are capitalized. Downcase the initial
1044 An initial `~/' expands to your home directory.
1045 An initial `~USER/' expands to USER's home directory.
1681 /* Keep initial / only if this is the whole name. */
1750 initial `~/' expands to your home directory.\n\
6312 (prompt, dir, default_filename, mustmatch, initial, predicate)
6313 Lisp_Object prompt, dir, default_filename, mustmatch, initial, predicate;
6329 = (!NILP (initial)
6330 ? Fexpand_file_name (initial, dir)
6377 if (!NILP (initial))
6288 Lisp_Object prompt, dir, default_filename, mustmatch, initial, predicate; variable
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dantlr-mode.el1046 (defunx antlr-read-shell-command (prompt &optional initial-input history)
1049 (read-from-minibuffer prompt initial-input nil nil
1558 previous value as initial contents, and insert option with value.
1863 (let ((initial (and (consp old) (cdr old)
1866 (and initial
1867 (if (eq (aref initial 0) ?\")
1868 (read initial)
1869 initial))
2010 (defun antlr-read-value (initial-contents prompt
2029 (completing-read prompt table0 nil nil initial
[all...]
/macosx-10.9.5/Heimdal-323.92.1/kuser/
H A Dklist.c117 if(cred->flags.b.initial)
/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A Dinit_c.c253 * when talking to the kadmind. If there is a initial kadmin/admin@
300 /* check for initial ticket kadmin/admin */
305 if (out->flags.b.initial) {
/macosx-10.9.5/Libc-997.90.3/regex/TRE/lib/
H A Dtre-match-backtrack.c355 /* Handle initial states. */
357 for (trans_i = tnfa->initial; trans_i->state; trans_i++)
/macosx-10.9.5/ruby-104/ruby/
H A Dvm.c1194 VALUE initial = 0; local
1201 result = vm_exec_core(th, initial);
1266 initial = (GET_THROWOBJ_VAL(err));
1334 initial = (GET_THROWOBJ_VAL(err));
/macosx-10.9.5/BerkeleyDB-21/db/docs_src/tcl/
H A Dm4.tcl108 error especially during initial application debugging.])
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftp/
H A Dcmds.c1426 * Turn argv[1..argc) into a space-separated string, then prepend initial text.
1430 quote1(char *initial, int argc, char **argv) argument
1435 strlcpy(buf, initial, sizeof(buf));
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dacache.c291 cred->flags.b.initial = 1;
416 if (incred->flags.b.initial)
/macosx-10.9.5/MITKerberosShim-62.1/
H A Dccache.c200 cred->flags.b.initial = 1;
325 if (incred->flags.b.initial)
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblunicode/ucdata/
H A Dformat.txt209 which is the character code and the second is the initial index of the list
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DStylePropertySet.cpp65 DEFINE_STATIC_LOCAL(String, initial, ("initial"));
67 return value.length() == 7 && (value == initial || value == inherit);
330 // All components are "initial" and "top" is not implicit.
382 // Now stitch the properties together. Implicit initial values are flagged as such and
473 if (commonValueInitialized && commonValue != "initial" && commonValue != "inherit")
572 if (value == "initial")
941 if (value == "initial" && !CSSProperty::isInheritedProperty(propertyID))
/macosx-10.9.5/bind9-45.100/bind9/bin/check/win32/
H A Dnamedcheckzone.mak388 # Commands to generate initial empty manifest file and the RC file
/macosx-10.9.5/bind9-45.100/bind9/bin/nsupdate/win32/
H A Dnsupdate.mak359 # Commands to generate initial empty manifest file and the RC file
/macosx-10.9.5/bind9-45.100/bind9/bin/win32/BINDInstall/
H A DBINDInstall.mak412 # Commands to generate initial empty manifest file and the RC file
/macosx-10.9.5/bind9-45.100/bind9/lib/bind9/win32/
H A Dlibbind9.mak436 # Commands to generate initial empty manifest file and the RC file
/macosx-10.9.5/bind9-45.100/bind9/lib/isccfg/win32/
H A Dlibisccfg.mak450 # Commands to generate initial empty manifest file and the RC file

Completed in 244 milliseconds

1234567891011>>