Home
last modified time | relevance | path

Searched refs:time_zone_hhmm (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dgetdate.y195 static long int time_zone_hhmm (textint, long int);
320 pc->time_zone = time_zone_hhmm ($4, $5);
336 pc->time_zone = time_zone_hhmm ($6, $7);
359 { pc->time_zone = $1 + time_zone_hhmm ($2, $3); }
792 time_zone_hhmm (textint s, long int mm) in time_zone_hhmm() function
H A Dgetdate.c269 static long int time_zone_hhmm (textint, long int);
1775 pc->time_zone = time_zone_hhmm ((yyvsp[(4) - (5)].textintval), (yyvsp[(5) - (5)].intval));
1801 pc->time_zone = time_zone_hhmm ((yyvsp[(6) - (7)].textintval), (yyvsp[(7) - (7)].intval));
1843 …{ pc->time_zone = (yyvsp[(1) - (3)].intval) + time_zone_hhmm ((yyvsp[(2) - (3)].textintval), (yyvs…
2701 time_zone_hhmm (textint s, long int mm) in time_zone_hhmm() function