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

/freebsd-10.3-release/gnu/usr.bin/rcs/rlog/
H A Drlog.c184 char strtdate[datesize]; /* duelst and datelist */
186 char ne_date; /* datelist only; distinguishes < from <= */
214 static struct Datepairs *datelist, *duelst; variable in typeref:struct:Datepairs
912 /* in duelst and datelist, start at root */
922 if ( datelist || duelst) {
923 pdate = datelist;
1008 /* function: get time range from command line and store in datelist if */
1065 nextdate->dnext = datelist;
1066 datelist = nextdate;
1077 nextdate->dnext = datelist;
[all...]

Completed in 102 milliseconds