Lines Matching defs:to

41    We do not want to overflow a 32 bit integer with out manipulations, 
54 If we want to test if A+B < MAX_TIME, there are two cases
59 if we want to test if MIN_TIME < A + B
60 if A > 0 - then nothing to test
255 along with this program; if not, write to the Free Software
282 /* This used to test MSDOS, but that is a bad idea
329 This remains here temporarily to ease the
330 transition to the new meaning of YYERROR, for GCC.
397 /* YYMAXDEPTH is the maximum size the stacks can grow to
419 /* This is the most reliable way to avoid incompatibilities
422 __yy_memcpy (to, from, count)
423 char *to;
428 register char *t = to;
437 /* This is the most reliable way to avoid incompatibilities
440 __yy_memcpy (char *to, char *from, unsigned int count)
442 register char *t = to;
456 /* The user can define YYPARSE_PARAM as the name of an argument to be passed
458 It should actually point to an object.
460 to the proper pointer type. */
492 int yyerrstatus; /* number of tokens to shift before error messages enabled */
498 short *yyss = yyssa; /* refer to the stacks thru separate pointers */
499 YYSTYPE *yyvs = yyvsa; /* to allow yyoverflow to reallocate them elsewhere */
523 YYSTYPE yyval; /* the variable used to return */
537 yychar = YYEMPTY; /* Cause a token to be read. */
559 /* Give user a chance to reallocate the stack */
574 /* This used to be a conditional around just the two extra args,
634 fprintf(stderr, "Stack size increased to %d\n", yystacksize);
653 /* First try to decide what to do without reference to lookahead token. */
673 /* Convert token to internal form (in yychar1) for indexing tables with */
693 /* Give the individual parser a way to print the precise meaning
709 /* yyn is what to do for this token type in this state.
712 New state is final state => don't bother to shift,
758 /* Do a reduction. yyn is the number of a rule to reduce with. */
882 Determine what state that goes to,
883 based on the state we popped back to
913 /* Start X at -yyn if nec to avoid negative indexes in yycheck. */
952 /* if just tried and failed to reuse lookahead token after an error, discard it. */
966 /* Else will try to reuse lookahead token
978 yyn = yydefact[yystate]; /* If its default is to accept any token, ok. Otherwise pop it.*/