Searched refs:orig (Results 251 - 275 of 318) sorted by relevance

<<111213

/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-agent.el2992 orig)
3000 (setq orig (gnus-make-hashtable
3004 group overview (gnus-gethash-safe group orig)
3371 gnus-command-method overview orig)
3381 (setq orig (gnus-make-hashtable
3386 (gnus-gethash-safe expiring-group orig)))
H A Dgnus-util.el553 (let* ((orig (point))
564 (goto-char orig)
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Ddnsextd.c785 mDNSlocal CacheRecord *CopyCacheRecord(const CacheRecord *orig, domainname *name) argument
789 if (orig->resrec.rdlength > InlineCacheRDSize) size += orig->resrec.rdlength - InlineCacheRDSize;
792 memcpy(cr, orig, size);
1476 mDNSlocal PktMsg *FormatLeaseReply(DaemonInfo *d, PktMsg *orig, mDNSu32 lease) argument
1488 InitializeDNSMessage(&reply->msg.h, orig->msg.h.id, flags);
1970 Log("LLQ from %s in state %s; %##s; type %d; orig lease %d; remaining lease %d; AnswerList %p)",
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dparsexml.m1630 PyObject* orig;
1633 orig = PyTuple_GET_ITEM(v, 1);
1635 v = PyDict_GetItem(globalDict, orig);
/macosx-10.10/ruby-106/ruby/
H A Dfile.c4559 rb_stat_init_copy(VALUE copy, VALUE orig) argument
4563 if (!OBJ_INIT_COPY(copy, orig)) return copy;
4568 if (DATA_PTR(orig)) {
4570 *nst = *(struct stat*)DATA_PTR(orig);
5288 copy_path_class(VALUE path, VALUE orig) argument
5290 RBASIC(path)->klass = rb_obj_class(orig);
H A Dvm_core.h293 VALUE orig; /* non-NULL if its data have origin */ member in struct:rb_iseq_struct
/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DDNSCommon.c3070 const mDNSu8 *orig = ptr; local
3110 savelen = ptr - orig;
3138 mDNSPlatformMemCopy(rdb->data, orig, savelen);
3217 const mDNSu8 *orig = ptr; local
3241 len -= (ptr - orig);
3350 const mDNSu8 *orig = sig; local
3372 if ((sig - orig) != DomainNameLength(&name))
H A DuDNS.c216 DNSServer *orig = q->qDNSServer; local
263 if (new == orig)
2762 rd += sizeof(mDNSOpaque16); // orig id
4702 DNSServer *orig = q->qDNSServer; local
4703 if (orig)
4705 q->unansweredQueries, q->qname.c, DNSTypeName(q->qtype), &orig->addr, mDNSVal16(orig->port), orig->domain.c);
/macosx-10.10/zsh-61/zsh/Src/
H A Dutils.c3246 * Call the function func to substitute string orig by setting
3259 subst_string_by_func(Shfunc func, char *arg1, char *orig) argument
3268 addlinknode(l, orig);
3291 subst_string_by_hook(char *name, char *arg1, char *orig) argument
3297 ret = subst_string_by_func(func, arg1, orig);
3312 ret = subst_string_by_func(func, arg1, orig);
/macosx-10.10/libxml2-26/libxml2/
H A Dpattern.c1864 xmlStreamCtxtPtr orig = stream; local
2194 xmlDebugStreamCtxt(orig, ret);
H A Dtree.c5963 xmlNodePtr orig = node; local
6017 if (orig != node) {
6092 xmlNodePtr orig = node; local
6145 (xmlNsInScope(doc, orig, node, cur->prefix) == 1))
6150 if (orig != node) {
6156 (xmlNsInScope(doc, orig, node, cur->prefix) == 1))
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dpattern.c1860 xmlStreamCtxtPtr orig = stream; local
2190 xmlDebugStreamCtxt(orig, ret);
H A Dtree.c5843 xmlNodePtr orig = node; local
5897 if (orig != node) {
5972 xmlNodePtr orig = node; local
6025 (xmlNsInScope(doc, orig, node, cur->prefix) == 1))
6030 if (orig != node) {
6036 (xmlNsInScope(doc, orig, node, cur->prefix) == 1))
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_bridgesupport.py1192 for name, orig in prs.func_aliases:
1194 self.assertIsInstance(orig, basestring)
H A Dtest_testsupport.py309 orig = sys.maxsize
318 sys.maxsize = orig
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/ico/
H A Dico.tcl925 set orig [tell $fh]
929 seek $fh $orig start
/macosx-10.10/OpenSSL098-52/src/util/
H A Dmk1mf.pl1121 $orig=$_;
/macosx-10.10/emacs-93/emacs/lisp/eshell/
H A Desh-mode.el1051 (let ((orig (point)))
/macosx-10.10/emacs-93/emacs/src/
H A Dmsdos.c4226 const char *orig = old;
4308 remove (orig);
4310 _put_path2(orig, olen);
4325 return (_close (lfn_fd) == 0) ? remove (orig) : -1;
4218 const char *orig = old; local
/macosx-10.10/ncurses-44/ncurses/ncurses/
H A Dllib-lncurses1378 WINDOW *orig,
1455 WINDOW *orig,
H A Dllib-lncursest1382 WINDOW *orig,
1459 WINDOW *orig,
H A Dllib-lncursesw1886 WINDOW *orig,
1963 WINDOW *orig,
/macosx-10.10/vim-55/src/
H A Dex_getln.c3385 * "orig" is the originally expanded string, copied to allocated memory. It
3387 * WILD_PREV "orig" should be NULL.
3412 ExpandOne(xp, str, orig, options, mode)
3415 char_u *orig; /* allocated copy of original of expanded string */
3421 static char_u *orig_save = NULL; /* kept value of orig */
3490 orig_save = orig;
3616 /* Free "orig" if it wasn't stored in "orig_save". */
3618 vim_free(orig);
/macosx-10.10/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c214 VALUE orig = Qundef; local
227 if (orig == Qundef ? (orig = v, 1) : orig != v) {
238 v = orig;
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dbyte-opt.el705 (orig form)
726 (setq form orig)

Completed in 395 milliseconds

<<111213