Lines Matching refs:parse_cvsroot
1056 * root.c (parse_cvsroot): Recognize "ext" access method.
2564 (parse_cvsroot): same....
2936 * root.c (parse_cvsroot): removed "rsh" as an alias to "server" in
2945 * main.c (main): update error message if parse_cvsroot fails.
2968 parse_cvsroot.
2972 * root.c (parse_cvsroot): fix indentation, add a return value
3016 * root.c (parse_cvsroot): the parsing method was bogus for
3037 * server.c (serve_root): modify to use parse_cvsroot rather than
3039 parse_cvsroot to have a return value so we can return an error and
3055 (parse_cvsroot): removed function, since a more generic version
3057 (connect_to_pserver): remove call to parse_cvsroot, since main.c
3060 parse_cvsroot and then their respective operation functions.
3061 Since main.c has already called parse_cvsroot, we shouldn't bother
3068 (main): add `CVSroot' as a local variable. Call parse_cvsroot
3110 (parse_cvsroot): new function -- takes a CVSROOT string and breaks
3117 (main): a short routine to test parse_cvsroot from the command
3119 * cvs.h: add prototype for parse_cvsroot and extern definitions