Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/cvs/src/
H A Droot.c413 newroot->method = fork_method;
442 && (newroot->method != fork_method))
572 if (newroot->method == fork_method)
614 case fork_method:
H A Dcvs.h378 ext_method, fork_method enumerator
H A Dclient.c4439 case fork_method: in start_server()
H A DChangeLog3200 (start_server): call the above when method is fork_method.
3229 * cvs.h (CVSmethod): add fork_method.