Home
last modified time | relevance | path

Searched refs:rec_types (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dhistory.c268 static char *rec_types; variable
431 rec_types = xstrdup (""); in history()
451 free (rec_types); in history()
452 rec_types = xstrdup (ALL_HISTORY_REC_TYPES); in history()
539 free (rec_types); in history()
540 rec_types = xstrdup (optarg); in history()
639 option_with_arg ("-x", rec_types); in history()
655 if (!strchr (rec_types, 'T')) in history()
657 rec_types = xrealloc (rec_types, strlen (rec_types) + 5); in history()
658 (void) strcat (rec_types, "T"); in history()
[all …]
H A DChangeLog-972721 * history.c: Likewise (since_rev, since_tag, backto, rec_types).
/netbsd-src/external/ibm-public/postfix/dist/
H A DHISTORY13149 global/rec_types.h.