HomeSort by relevance Sort by last modified time
    Searched refs:at_directive_argv (Results 1 - 2 of 2) sorted by null

  /external/bison/src/
scan-skel.l 48 char *at_directive_argv[],
66 can't take more than 7. at_directive_argv[0] is the directive name. */
69 char *at_directive_argv[AT_DIRECTIVE_ARGC_MAX];
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[],
    [all...]
scan-skel.c 646 char *at_directive_argv[],
904 can't take more than 7. at_directive_argv[0] is the directive name. */
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]); variable
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]);
2327 func (_(at_directive_argv[1]), at_directive_argv[2]); local
2330 func (_(at_directive_argv[1]), at_directive_argv[2], local
2331 at_directive_argv[3]); local
2334 func (_(at_directive_argv[1]), at_directive_argv[2], local
2335 at_directive_argv[3], at_directive_argv[4]); local
2338 func (_(at_directive_argv[1]), at_directive_argv[2], local
2339 at_directive_argv[3], at_directive_argv[4], local
2340 at_directive_argv[5]); local
    [all...]

Completed in 44 milliseconds