Searched refs:read_cvsrc (Results 1 – 7 of 7) sorted by relevance
30 read_cvsrc (argc, argv, cmdname) in read_cvsrc() function
489 read_cvsrc (&argc, &argv, "cvs");806 read_cvsrc (&argc, &argv, command_name);
664 void read_cvsrc PROTO((int *argc, char ***argv, char *cmdname));
85 * cvsrc.c (read_cvsrc): use open_file for error checking159 * cvsrc.c (read_cvsrc): make sure homeinit is never used while
929 * cvsrc.c (read_cvsrc): replace access() by isreadable()1022 * cvsrc.c (read_cvsrc): Use getline instead of fgets.1270 * cvsrc.c (read_cvsrc): fix look up of command names in cvsrc file1966 * cvsrc.c (read_cvsrc): Parenthesize assignment used as truth value.3073 * cvsrc.c (read_cvsrc): Don't call getenv() three times when one
2014 optarg's (because they might me freed within read_cvsrc).2016 * cvsrc.c (read_cvsrc): free old argv after constructing a new2126 * cvsrc.c (read_cvsrc): Fix various memory allocation problems:
847 * cvsrc.c (read_cvsrc): Deal correctly with lines that specify a3442 * cvsrc.c, cvs.h (read_cvsrc): Pass in command name rather than3445 messages don't say "cvs cvs". Update calls to read_cvsrc to pass