Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Droot.c555 newroot->method = fork_method; in parse_cvsroot()
609 || newroot->method == fork_method) in parse_cvsroot()
646 && (newroot->method != fork_method) in parse_cvsroot()
800 case fork_method: in parse_cvsroot()
Droot.h25 fork_method enumerator
Dclient.c3930 case fork_method: in open_connection_to_server()
Dserver.c605 if (config->PrimaryServer->method == fork_method) in isProxyServer()
DChangeLog12155 (start_server): call the above when method is fork_method.
12184 * cvs.h (CVSmethod): add fork_method.