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

  /external/bison/lib/
printf-parse.c 21 DIRECTIVE Structure denoting a format directive.
43 # define DIRECTIVE char_directive
140 DIRECTIVE *dp = &d->dir[d->count]; /* pointer to next directive */
142 /* Initialize the next directive. */
585 DIRECTIVE *memory;
588 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE));
592 memory = (DIRECTIVE *) (d->dir != d->direct_alloc_dir
599 memcpy (memory, d->dir, d->count * sizeof (DIRECTIVE));
    [all...]
vasnprintf.c 24 DIRECTIVE Structure denoting a format directive.
129 # define DIRECTIVE wchar_t_directive
140 # define DIRECTIVE char_directive
    [all...]
  /external/e2fsprogs/intl/
printf-parse.c 50 # define DIRECTIVE wchar_t_directive
55 # define DIRECTIVE char_directive
74 d->dir = malloc (d_allocated * sizeof (DIRECTIVE));
121 DIRECTIVE *dp = &d->dir[d->count];/* pointer to next directive */
123 /* Initialize the next directive. */
505 DIRECTIVE *memory;
508 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE));
533 #undef DIRECTIVE
vasnprintf.c 81 # define DIRECTIVE wchar_t_directive
96 # define DIRECTIVE char_directive
139 DIRECTIVE *dp;
145 /* Allocate a small buffer that will hold a directive passed to
221 /* Execute a single directive. */
770 directive. */
773 /* Don't use the '%n' directive; instead, look
784 It doesn't understand the '%n' directive,
882 #undef DIRECTIVE
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser.h 80 DIRECTIVE,
nasm-token.re 93 /* no locals on Tasm without the 'locals' directive */
139 case DIRECTIVE:
140 goto directive;
565 /* directive: [name value] */
566 directive:
588 goto directive;
592 /* section directive (the section name portion thereof) */
627 /* inner part of directive */
694 /* forced identifier; within directive, don't strip '$', this is
702 /* identifier; within directive, no local label mechanism *
    [all...]
nasm-parse.c 164 case DIRECTIVE_NAME: str = "directive name"; break;
327 case '[': /* [ directive ] */
333 parser_nasm->state = DIRECTIVE;
344 N_("[warning] directive not supported; ignored"));
346 /* throw away the rest of the directive tokens */
    [all...]

Completed in 57 milliseconds