Home
last modified time | relevance | path

Searched refs:NETCONN_P (Results 1 – 10 of 10) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dprocess.c220 #define NETCONN_P(p) (EQ (XPROCESS (p)->type, Qnetwork)) macro
1449 if (NETCONN_P (process)
1531 if (NETCONN_P (process) && XPROCESS (process)->infd < 0)
1550 if (NILP (key) && NETCONN_P (process))
2699 if (NETCONN_P (process))
2726 if (NETCONN_P (process))
5857 else if (nread == 0 && !NETCONN_P (proc) && !SERIALCONN_P (proc) in wait_reading_process_output()
6418 if (NETCONN_P (proc)) in send_process()
6669 if (NETCONN_P (proc))
7115 if (NETCONN_P (proc))
[all …]
H A DChangeLog.21892 Give NETCONN_P a default definition if not HAVE_SOCKETS.
2042 NETCONN_P checks this.
H A DChangeLog.53597 * process.c (NETCONN_P, kill_buffer_processes): Likewise.
H A DChangeLog.710829 (NETCONN_P): Use GC_CONSP.
H A DChangeLog.311037 * process.c (wait_reading_process_input): Use NETCONN_P.
/dports/editors/emacs/emacs-27.2/src/
H A Dprocess.c226 #define NETCONN_P(p) (EQ (XPROCESS (p)->type, Qnetwork)) macro
1398 if (NETCONN_P (process)
1482 if (NETCONN_P (process) && XPROCESS (process)->infd < 0)
1501 if (NILP (key) && NETCONN_P (process))
2748 if (NETCONN_P (process))
2774 if (NETCONN_P (process))
5856 else if (nread == 0 && !NETCONN_P (proc) && !SERIALCONN_P (proc) in wait_reading_process_output()
6426 if (NETCONN_P (proc)) in send_process()
6672 if (NETCONN_P (proc))
7120 if (NETCONN_P (proc))
[all …]
H A DChangeLog.21892 Give NETCONN_P a default definition if not HAVE_SOCKETS.
2042 NETCONN_P checks this.
H A DChangeLog.53597 * process.c (NETCONN_P, kill_buffer_processes): Likewise.
H A DChangeLog.710829 (NETCONN_P): Use GC_CONSP.
H A DChangeLog.311037 * process.c (wait_reading_process_input): Use NETCONN_P.