lvalp            2491 source3/modules/getdate.c yylex (YYSTYPE *lvalp, parser_control *pc)
lvalp            2524 source3/modules/getdate.c 	  lvalp->textintval.value = sign < 0 ? -value : value;
lvalp            2525 source3/modules/getdate.c 	  lvalp->textintval.digits = p - pc->input;
lvalp            2548 source3/modules/getdate.c 	  lvalp->intval = tp->value;
lvalp             790 source3/modules/getdate.y yylex (YYSTYPE *lvalp, parser_control *pc)
lvalp             823 source3/modules/getdate.y 	  lvalp->textintval.value = sign < 0 ? -value : value;
lvalp             824 source3/modules/getdate.y 	  lvalp->textintval.digits = p - pc->input;
lvalp             847 source3/modules/getdate.y 	  lvalp->intval = tp->value;