Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dclient.h52 extern int server_started;
H A Drecurse.c207 else if (current_parsed_root->isremote && server_started)
H A Dedit.c978 if (! server_started)
H A Dclient.c3554 int server_started = 0; variable
3648 server_started = 0; in get_responses_and_close()
4450 server_started = 1; in start_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.