Searched refs:nocopy (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcomposite.el126 (defun encode-composition-components (components &optional nocopy)
127 (or nocopy
151 (defun decode-composition-components (components &optional nocopy)
152 (or nocopy
259 (tail (encode-composition-components args 'nocopy)))
306 (decode-composition-components (nth 2 result) 'nocopy))
H A Dps-mule.el140 (defun encode-coding-string (string coding-system &optional nocopy)
141 (if nocopy
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dlex.c86 char nocopy; member in struct:lexdata
180 * If lexd.nocopy is off, then current token is saved on the stack
199 if(lp->lexd.nocopy)
280 lp->lexd.nocopy = lp->lexd.docword = lp->lexd.nest = lp->lexd.paren = 0;
450 if((n=lp->lexd.nocopy) && lp->lexd.dolparen)
451 lp->lexd.nocopy--;
466 lp->lexd.nocopy = n;
477 lp->lexd.nocopy++;
487 lp->lexd.nocopy--;
1275 if(lp->lexd.nocopy)
[all...]
/macosx-10.9.5/vim-53/src/
H A Dos_vms_fix.com243 $ if changed .eq. 0 then goto nocopy
245 $nocopy:
/macosx-10.9.5/emacs-92/emacs/src/
H A Dcoding.c6217 decode_coding_string (str, coding, nocopy)
6220 int nocopy;
6280 nocopy = 1;
6303 nocopy = 1;
6307 return (nocopy ? str : Fcopy_sequence (str));
6413 encode_coding_string (str, coding, nocopy)
6416 int nocopy;
6432 nocopy = 1;
6512 if (nocopy)
6519 nocopy
7203 Lisp_Object string, coding_system, nocopy; variable
7217 Lisp_Object string, coding_system, nocopy; variable
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmuttrc.vim217 syn keyword muttrcVarQuad skipwhite contained noabort_nosubject noabort_unmodified nobounce nocopy nextgroup=muttrcVPrefix,muttrcVarBool,muttrcVarQuad,muttrcVarNum,muttrcVarStr
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dsql.el1109 "noarchivelog" "noaudit" "nocache" "nocompress" "nocopy" "nocycle"

Completed in 260 milliseconds