Lines Matching +full:41 +full:a
155 #define FUNC_NONE 0 /* not a function definition */
178 /* This structure stores information about a declaration specifier. */
185 /* This is a list of function parameters. */
194 /* This structure stores information about a declarator. */
203 boolean pointer; /* TRUE if it declares a pointer */
209 /* This structure stores information about a function parameter. */
217 /* This is a list of declarators. */
241 /* The hash table length should be a prime number. */
324 /* A parser semantic action sets this pointer to the current declarator in
325 * a function parameter declaration in order to catch any comments following
326 * the parameter declaration on the same line. If the lexer scans a comment
329 * after scanning a comment or end of line.
365 /* Flags to enable us to find if a procedure returns a value.
466 41, 9, 7, 7, 7, 25, 23, 23, 10, 10,
493 104, 0, 19, 0, 41, 45, 15, 36, 0, 68,
504 87, 35, 36, 37, 38, 39, 40, 69, 70, 41,
604 0, 0, 0, 67, 0, 0, 0, 0, 41, 0,
605 41, 0, 41, 0, 0, 117, 0, 0, 0, 0,
606 0, 88, 88, 0, 0, 0, 0, 0, 0, 41,
626 24, 25, 26, 27, 28, 29, 30, 41, 41, 41,
627 41, 41, 41, 41, 0, 41, 41, 41, 41, 41,
628 41, 41, 41, 41, 41, 41, 41, 41, 41, 41,
629 41, 41, 41, 0, 0, 45, 45, 45, 45, 45,
648 44, 40, 41, 42, 40, 44, 40, 4, 62, 2,
650 59, 41, 61, 290, 44, 41, 116, 41, 47, 42,
653 47, 284, 44, 59, 99, 59, 59, 76, 48, 41,
655 41, 116, 60, 44, 41, 41, 73, 121, 44, 257,
656 258, 99, 44, 73, 41, 44, 287, 284, 59, 285,
657 61, 59, 44, 41, 87, 41, 285, 41, 0, 92,
658 0, 284, 41, 284, 41, 41, 99, 44, 41, 59,
665 38, -1, 40, 41, 42, -1, 44, -1, -1, -1,
669 -1, 38, -1, 40, 41, 42, -1, -1, 257, 258,
679 281, 282, 38, 284, 40, 41, 42, -1, 44, -1,
682 277, 278, 279, 280, 281, 282, 38, 284, 40, 41,
686 38, 284, 40, 41, 257, 258, 44, -1, 291, 257,
689 278, 279, 280, 281, 282, 283, 38, -1, 40, 41,
693 277, 278, 279, 280, 281, 282, 283, 41, -1, -1,
748 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) argument
1037 * code to a temporary file.
1389 /* If the typedef is a pointer type, then reset the short type in YYPARSE_DECL()
1428 /* If we're converting to K&R and we've got a nominally K&R in YYPARSE_DECL()
1429 * function which has a parameter which is ANSI (i.e., a prototyped in YYPARSE_DECL()
1500 case 41: in YYPARSE_DECL()