RELATIVE_TIME_0   178 maint/gnulib/lib/parse-datetime.y static relative_time const RELATIVE_TIME_0;
RELATIVE_TIME_0   903 maint/gnulib/lib/parse-datetime.y       { $$ = RELATIVE_TIME_0; $$.year = $1; }
RELATIVE_TIME_0   905 maint/gnulib/lib/parse-datetime.y       { $$ = RELATIVE_TIME_0; $$.year = $1.value; }
RELATIVE_TIME_0   907 maint/gnulib/lib/parse-datetime.y       { $$ = RELATIVE_TIME_0; $$.year = 1; }
RELATIVE_TIME_0   909 maint/gnulib/lib/parse-datetime.y       { $$ = RELATIVE_TIME_0; $$.month = $1; }
RELATIVE_TIME_0   911 maint/gnulib/lib/parse-datetime.y       { $$ = RELATIVE_TIME_0; $$.month = $1.value; }
RELATIVE_TIME_0   913 maint/gnulib/lib/parse-datetime.y       { $$ = RELATIVE_TIME_0; $$.month = 1; }
RELATIVE_TIME_0   915 maint/gnulib/lib/parse-datetime.y       { $$ = RELATIVE_TIME_0;
RELATIVE_TIME_0   918 maint/gnulib/lib/parse-datetime.y       { $$ = RELATIVE_TIME_0;
RELATIVE_TIME_0   921 maint/gnulib/lib/parse-datetime.y       { $$ = RELATIVE_TIME_0; $$.day = $1; }
RELATIVE_TIME_0   923 maint/gnulib/lib/parse-datetime.y       { $$ = RELATIVE_TIME_0; $$.hour = $1; }
RELATIVE_TIME_0   925 maint/gnulib/lib/parse-datetime.y       { $$ = RELATIVE_TIME_0; $$.hour = $1.value; }
RELATIVE_TIME_0   927 maint/gnulib/lib/parse-datetime.y       { $$ = RELATIVE_TIME_0; $$.hour = 1; }
RELATIVE_TIME_0   929 maint/gnulib/lib/parse-datetime.y       { $$ = RELATIVE_TIME_0; $$.minutes = $1; }
RELATIVE_TIME_0   931 maint/gnulib/lib/parse-datetime.y       { $$ = RELATIVE_TIME_0; $$.minutes = $1.value; }
RELATIVE_TIME_0   933 maint/gnulib/lib/parse-datetime.y       { $$ = RELATIVE_TIME_0; $$.minutes = 1; }
RELATIVE_TIME_0   935 maint/gnulib/lib/parse-datetime.y       { $$ = RELATIVE_TIME_0; $$.seconds = $1; }
RELATIVE_TIME_0   937 maint/gnulib/lib/parse-datetime.y       { $$ = RELATIVE_TIME_0; $$.seconds = $1.value; }
RELATIVE_TIME_0   939 maint/gnulib/lib/parse-datetime.y       { $$ = RELATIVE_TIME_0; $$.seconds = $1.tv_sec; $$.ns = $1.tv_nsec; }
RELATIVE_TIME_0   941 maint/gnulib/lib/parse-datetime.y       { $$ = RELATIVE_TIME_0; $$.seconds = $1.tv_sec; $$.ns = $1.tv_nsec; }
RELATIVE_TIME_0   943 maint/gnulib/lib/parse-datetime.y       { $$ = RELATIVE_TIME_0; $$.seconds = 1; }
RELATIVE_TIME_0   949 maint/gnulib/lib/parse-datetime.y       { $$ = RELATIVE_TIME_0; $$.year = $1.value; }
RELATIVE_TIME_0   951 maint/gnulib/lib/parse-datetime.y       { $$ = RELATIVE_TIME_0; $$.month = $1.value; }
RELATIVE_TIME_0   953 maint/gnulib/lib/parse-datetime.y       { $$ = RELATIVE_TIME_0;
RELATIVE_TIME_0   956 maint/gnulib/lib/parse-datetime.y       { $$ = RELATIVE_TIME_0; $$.hour = $1.value; }
RELATIVE_TIME_0   958 maint/gnulib/lib/parse-datetime.y       { $$ = RELATIVE_TIME_0; $$.minutes = $1.value; }
RELATIVE_TIME_0   960 maint/gnulib/lib/parse-datetime.y       { $$ = RELATIVE_TIME_0; $$.seconds = $1.value; }
RELATIVE_TIME_0   965 maint/gnulib/lib/parse-datetime.y       { $$ = RELATIVE_TIME_0; $$.day = $1; }
RELATIVE_TIME_0  1747 maint/gnulib/lib/parse-datetime.y   const relative_time rel_time_0 = RELATIVE_TIME_0;