Searched refs:ALL_HISTORY_REC_TYPES (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dhistory.h17 #define ALL_HISTORY_REC_TYPES "TOEFWUPCGMARX" macro
H A Dmkmodules.c595 "# Set `LogHistory' to `all' or `" ALL_HISTORY_REC_TYPES "' to log all transactions to the\n",
597 "#LogHistory=" ALL_HISTORY_REC_TYPES "\n",
H A Dhistory.c303 " -x [" ALL_HISTORY_REC_TYPES "] Extract by record type\n",
452 rec_types = xstrdup (ALL_HISTORY_REC_TYPES);
536 if (!strchr (ALL_HISTORY_REC_TYPES, *cp))
690 rec_types = xstrdup (last_entry ? "OMAR" : ALL_HISTORY_REC_TYPES);
H A Dparseinfo.c295 new->logHistory = xstrdup (ALL_HISTORY_REC_TYPES);

Completed in 184 milliseconds