Home
last modified time | relevance | path

Searched refs:ParseTag (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/usr.bin/cvs/src/
Dadd.c243 ParseTag (&tag, &date, &nonbranch);
699 ParseTag (&tag, &date, &nonbranch);
Dentries.c480 ParseTag (&dirtag, &dirdate, &dirnonbranch);
714 ParseTag (tagp, datep, nonbranchp) in ParseTag() function
Dcvs.h544 void ParseTag PROTO((char **tagp, char **datep, int *nonbranchp));
DChangeLog-9194482 * cvs.h (ParseTag): remove duplicate extern.
Dupdate.c964 ParseTag (&tag, &date, &nonbranch);
DChangeLog-972241 * entries.c (ParseTag): Always set *NONBRANCHP.
2470 * entries.c (ParseTag): Add "break;" after "default:" to avoid
2551 * cvs.h, entries.c (ParseTag): Add argument nonbranchp.
2574 * entries.c (ParseTag): Add comment about unrecognized characters
DChangeLog-9395908 * entries.c (ParseTag): Remove dcl of unused local.
979 * entries.c (ParseTag): Use getline instead of fgets.
DChangeLog-961609 (commit_filesdoneproc): Don't call ParseTag.