Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/cvs/src/
Dclient.h70 extern int server_started;
Drecurse.c247 else if (current_parsed_root->isremote && server_started)
Dedit.c1002 if (! server_started)
Dclient.c3510 int server_started = 0; variable
3551 server_started = 0; in get_responses_and_close()
4399 server_started = 1; in start_server()
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.