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/
H A 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()
H A Droot.h25 fork_method enumerator
H A Dclient.c3930 case fork_method: in open_connection_to_server()
H A Dserver.c605 if (config->PrimaryServer->method == fork_method) in isProxyServer()
H A DChangeLog12155 (start_server): call the above when method is fork_method.
12184 * cvs.h (CVSmethod): add fork_method.