HomeSort by: relevance | last modified time | path
    Searched defs:rel_seconds (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/xcvs/dist/lib/
getdate.c 249 long int rel_seconds; member in struct:__anon9582
2023 pc->rel_seconds = -pc->rel_seconds;
2141 { pc->rel_seconds += (yyvsp[(1) - (2)].intval) * (yyvsp[(2) - (2)].intval); ;}
2148 { pc->rel_seconds += (yyvsp[(1) - (2)].textintval).value * (yyvsp[(2) - (2)].intval); ;}
2155 { pc->rel_seconds += (yyvsp[(1) - (2)].timespec).tv_sec * (yyvsp[(2) - (2)].intval); pc->rel_ns += (yyvsp[(1) - (2)].timespec).tv_nsec * (yyvsp[(2) - (2)].intval); ;}
2162 { pc->rel_seconds += (yyvsp[(1) - (2)].timespec).tv_sec * (yyvsp[(2) - (2)].intval); pc->rel_ns += (yyvsp[(1) - (2)].timespec).tv_nsec * (yyvsp[(2) - (2)].intval); ;}
2169 { pc->rel_seconds += (yyvsp[(1) - (1)].intval); ;}
2211 { pc->rel_seconds += (yyvsp[(1) - (2)].textintval).value * (yyvsp[(2) - (2)].intval); ;}
3163 pc.rel_seconds = 0
    [all...]

Completed in 28 milliseconds