Searched refs:at_directive_argv (Results 1 – 3 of 3) sorted by relevance
/external/bison/src/ |
D | scan-skel.l | 48 char *at_directive_argv[], 69 char *at_directive_argv[AT_DIRECTIVE_ARGC_MAX]; variable 84 at_directive_argv[at_directive_argc++] = 115 fail_for_at_directive_too_many_args (at_directive_argv[0]); 118 at_directive_argv[at_directive_argc++] = 126 at_directive_perform (at_directive_argc, at_directive_argv, 128 obstack_free (&obstack_for_string, at_directive_argv[0]); 146 fatal (_("unclosed %s directive in skeleton"), at_directive_argv[0]); 180 char *at_directive_argv[], 183 if (0 == strcmp (at_directive_argv[0], "@basename")) [all …]
|
D | scan-skel.c | 646 char *at_directive_argv[], 907 char *at_directive_argv[AT_DIRECTIVE_ARGC_MAX]; variable 1062 at_directive_argv[at_directive_argc++] = 1134 fail_for_at_directive_too_many_args (at_directive_argv[0]); 1137 at_directive_argv[at_directive_argc++] = 1145 at_directive_perform (at_directive_argc, at_directive_argv, 1147 obstack_free (&obstack_for_string, at_directive_argv[0]); 1179 fatal (_("unclosed %s directive in skeleton"), at_directive_argv[0]); 2300 char *at_directive_argv[], in at_directive_perform() argument 2303 if (0 == strcmp (at_directive_argv[0], "@basename")) in at_directive_perform() [all …]
|
/external/bison/ |
D | ChangeLog-2012 | 5362 at_directive_argv arguments so these no longer have to be global 5366 (at_directive_name): Remove as at_directive_argv[0] will be used for 5368 (AT_DIRECTIVE_ARGC_MAX): Increment to make space in at_directive_argv 5370 (at_directive_argc, at_directive_argv): Make these local within 5790 at_directive_argv): New static globals.
|