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

/macosx-10.9.5/emacs-92/emacs/src/
H A Dprocess.c160 Lisp_Object QClocal, QCremote, QCcoding;
1208 && (EQ (key, Qt) || EQ (key, QCremote)))
1209 contact = Fplist_put (contact, QCremote,
1514 host = Fformat_network_address (Fplist_get (p->childp, QCremote), Qnil);
2890 Lisp_Object QCaddress; /* one of QClocal or QCremote */
2938 QCaddress = is_server ? QClocal : QCremote;
3341 if (remote = Fplist_get (contact, QCremote), !NILP (remote))
4139 contact = Fplist_put (contact, QCremote,
7186 QCremote = intern (":remote");
7187 staticpro (&QCremote);
159 Lisp_Object QClocal, QCremote, QCcoding; variable
[all...]

Completed in 137 milliseconds