Home
last modified time | relevance | path

Searched refs:external_sock_fd (Results 1 – 4 of 4) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dprocess.c287 static int external_sock_fd; variable
3333 socket_to_use = external_sock_fd; in connect_network_socket()
3337 external_sock_fd = -1; in connect_network_socket()
8379 external_sock_fd = sockfd; in init_process_emacs()
/dports/editors/emacs/emacs-27.2/src/
H A Dprocess.c293 static int external_sock_fd; variable
3384 socket_to_use = external_sock_fd; in connect_network_socket()
3387 external_sock_fd = -1; in connect_network_socket()
8240 external_sock_fd = sockfd; in init_process_emacs()
/dports/editors/emacs/emacs-27.2/
H A DChangeLog.3129798 external_sock_fd after closing it. Problem found by Coverity Scan.
135987 * src/process.c (external_sock_fd): Instead of initializing here ...
136048 (external_sock_fd): New variable.
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.3218376 external_sock_fd after closing it. Problem found by Coverity Scan.
224565 * src/process.c (external_sock_fd): Instead of initializing here ...
224626 (external_sock_fd): New variable.