Searched refs:fcc (Results 1 - 21 of 21) sorted by last modified time

/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DWebKit.idl281 [uuid(0967AAFF-2FFE-4fcc-81F3-3FF2A9C6DCE2)]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A Dhtml.css939 background: -webkit-gradient(linear, left top, left bottom, from(#f77), to(#f77), color-stop(0.20, #fcc), color-stop(0.45, #d44), color-stop(0.55, #d44));
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dnormalizer2.cpp316 ComposeNormalizer2(const Normalizer2Impl &ni, UBool fcc) : argument
317 Normalizer2WithImpl(ni), onlyContiguous(fcc) {}
424 Norm2AllModes() : comp(impl, FALSE), decomp(impl), fcd(impl), fcc(impl, TRUE) {}
430 ComposeNormalizer2 fcc; member in struct:Norm2AllModes
529 return allModes!=NULL ? &allModes->fcc : NULL;
694 return &allModes->fcc;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmuttrc.vim385 syn keyword muttrcHooks contained skipwhite account-hook charset-hook iconv-hook message-hook folder-hook mbox-hook save-hook fcc-hook fcc-save-hook send-hook send2-hook reply-hook crypt-hook
436 syn match muttrcFunction contained "\<edit\%(-\%(bcc\|cc\|description\|encoding\|fcc\|file\|from\|headers\|mime\|reply-to\|subject\|to\|type\)\)\?\>"
452 syn match muttrcFunction contained "\<\%(backspace\|backward-char\|bol\|bottom\|bottom-page\|buffy-cycle\|clear-flag\|complete\%(-query\)\?\|copy-file\|create-alias\|detach-file\|eol\|exit\|extract-keys\|\%(imap-\)\?fetch-mail\|forget-passphrase\|forward-char\|group-reply\|help\|ispell\|jump\|limit\|list-reply\|mail\|mail-key\|mark-as-new\|middle-page\|new-mime\|noop\|pgp-menu\|query\|query-append\|quit\|quote-char\|read-subthread\|redraw-screen\|refresh\|rename-file\|reply\|select-new\|set-flag\|shell-escape\|skip-quoted\|sort\|subscribe\|sync-mailbox\|top\|top-page\|transpose-chars\|unsubscribe\|untag-pattern\|verify-key\|what-key\|write-fcc\)\>"
467 syn match muttrcPatHooks /\<\%(message\|reply\|send\|send2\|save\|\|fcc\%(-save\)\?\)-hook\>/ skipwhite nextgroup=muttrcPatHookNot,muttrcOptPattern
H A Dpine.vim36 syn keyword pineConfig default-fcc
46 syn keyword pineConfig fcc-name-rule
282 syn keyword pineOption fcc-on-bounce
283 syn keyword pineOption fcc-only-without-confirm
284 syn keyword pineOption fcc-without-attachments
289 syn keyword pineOption mark-fcc-seen
/macosx-10.9.5/pcre-7/pcre/
H A Dpcre_compile.c2422 if (next < 128) othercase = cd->fcc[next]; else
2432 return (item != cd->fcc[next]); /* Non-UTF-8 mode */
2443 if (next < 128) othercase = cd->fcc[next]; else
2453 return (item == cd->fcc[next]); /* Non-UTF-8 mode */
3592 int uc = cd->fcc[c]; /* flip case */
3636 c = cd->fcc[c]; /* flip case */
6487 cd->fcc = tables + fcc_offset;
6835 cd->fcc[ch] == ch)? ch : firstbyte;
6852 cd->fcc[ch] == ch)? (reqbyte & ~REQ_CASELESS) : reqbyte;
H A Dpcre_dfa_exec.c386 const uschar *ctypes, *lcc, *fcc; local
418 fcc = md->tables + fcc_offset;
1827 if (c < 128) othercase = fcc[c]; else
2011 unsigned int otherd = ((ims & PCRE_CASELESS) != 0)? fcc[d] : d;
2039 otherd = fcc[d];
2077 otherd = fcc[d];
2113 otherd = fcc[d];
2145 otherd = fcc[d];
2180 otherd = fcc[d];
H A Dpcre_study.c452 start_bits[cd->fcc[c]/8] |= (1 << (cd->fcc[c]&7));
926 compile_block.fcc = tables + fcc_offset;
/macosx-10.9.5/remote_cmds-41.90.1/rlogind.tproj/
H A Drlogind.c441 int pcc = 0, fcc = 0; local
467 if (fcc) {
505 fcc = des_read(f, fibuf, sizeof(fibuf));
508 fcc = read(f, fibuf, sizeof(fibuf));
509 if (fcc < 0 && errno == EWOULDBLOCK)
510 fcc = 0;
515 if (fcc <= 0)
520 for (cp = fibuf; cp < fibuf+fcc-1; cp++)
523 left = fcc - (cp-fibuf);
529 fcc
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dmessage.el129 (defcustom message-fcc-handler-function 'message-output
138 (defcustom message-fcc-externalize-attachments nil
2337 (define-key message-mode-map "\C-c\C-f\C-w" 'message-goto-fcc)
2460 ["Fcc" message-goto-fcc t]
2748 (defun message-goto-fcc ()
3631 (let ((fcc (message-fetch-field "Fcc"))
3633 (when (or fcc gcc)
3639 (cond ((and fcc gcc) "Fcc and Gcc")
3640 (fcc "Fcc")
3645 (message-do-fcc)
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dsendmail.el291 (define-key map "\C-c\C-f\C-f" 'mail-fcc)
356 (define-key map [menu-bar headers fcc]
357 '("Fcc" . mail-fcc))
627 \\[mail-fcc] move to FCC: \\[mail-reply-to] move to Reply-To:
1006 fcc-was-found
1112 (setq fcc-was-found t)
1113 (mail-do-fcc delimline)))
1158 (or fcc-was-found
1172 (defun mail-do-fcc (header-end)
1175 (let (fcc
[all...]
H A Dfeedmail.el306 (autoload 'mail-do-fcc "sendmail")
419 (defcustom feedmail-nuke-bcc-in-fcc nil
429 (defcustom feedmail-nuke-body-in-fcc nil
1195 (defcustom feedmail-before-fcc-hook nil
2087 (let ((fcc (feedmail-accume-n-nuke-header eoh-marker "^Fcc:"))
2114 (if fcc (let ((default-buffer-file-type feedmail-force-binary-write))
2115 (insert fcc)
2116 (if (not feedmail-nuke-bcc-in-fcc)
2120 (run-hooks 'feedmail-before-fcc-hook)
2122 (if feedmail-nuke-body-in-fcc
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-letter.el57 (fcc . mh-folder-expand-at-point)
147 "\C-c\C-f\C-f" mh-to-fcc
157 "\C-c\C-ff" mh-to-fcc
613 (defun mh-to-fcc (&optional folder)
/macosx-10.9.5/apache-786.1/httpd/srclib/pcre/
H A Dpcre.c2648 int uc = cd->fcc[c]; /* flip case */
2695 c = cd->fcc[c]; /* flip case */
4542 compile_block.fcc = tables + fcc_offset;
5567 compile_block.fcc[ch] == ch)? ch : firstbyte;
5584 compile_block.fcc[ch] == ch)? (reqbyte & ~REQ_CASELESS) : reqbyte;
H A Dstudy.c72 start_bits[cd->fcc[c]/8] |= (1 << (cd->fcc[c]&7));
447 compile_block.fcc = tables + fcc_offset;
H A Dinternal.h643 const uschar *fcc; /* Points to case-flipping table */ member in struct:compile_data
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/uwin/
H A Dlog__L.c79 vc(L2, 3.9999999999970461961E-1 ,cccc,3fcc,2684,cccc, -1, .CCCCCCCCCC2684)
/macosx-10.9.5/procmail-14/procmail/src/
H A Dheader.h92 X(fcc, "Fcc:") /* Mush extension */
/macosx-10.9.5/cctools-845/include/architecture/sparc/
H A Dreg.h320 fcc:2, member in struct:f_status::__anon6885::__anon6886
/macosx-10.9.5/cctools-845/libmacho/
H A Dsparc_swap.c118 fcc:BITS_WIDTH(11,10), member in struct:swapped_fsr::__anon6948::__anon6949
159 fpu_status->FPUREG.Fpu_fsr_bits.fcc = sfsr.u.fields.fcc;
171 sfsr.u.fields.fcc = fpu_status->FPUREG.Fpu_fsr_bits.fcc;
/macosx-10.9.5/cctools-845/libstuff/
H A Dbytesex.c2271 fcc:BITS_WIDTH(11,10), member in struct:swapped_fsr::__anon6984::__anon6985
2312 fpu_status->FPUREG.Fpu_fsr_bits.fcc = sfsr.u.fields.fcc;
2324 sfsr.u.fields.fcc = fpu_status->FPUREG.Fpu_fsr_bits.fcc;

Completed in 315 milliseconds