Home
last modified time | relevance | path

Searched refs:server_started (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dclient.h57 extern int server_started;
H A Drecurse.c314 else if (current_parsed_root->isremote && server_started) in start_recursion()
H A Dedit.c1120 if (!server_started) in notify_check()
H A Dclient.c3298 int server_started = 0; variable
3323 server_started = 0; in get_responses_and_close()
3941 server_started = 1; in open_connection_to_server()
H A DChangeLog-9395275 (get_responses_and_close): Set server_started to 0 instead of
308 * client.c: define server_started, init to 0.
309 (start_server): set server_started to 1.
311 * client.h: declare `server_started', extern.
316 * edit.c (notify_check): use new var server_started.