Lines Matching defs:directive
255 DIRECTIVE = 283, /* DIRECTIVE */
292 #define DIRECTIVE 283
357 YYSYMBOL_DIRECTIVE = 28, /* DIRECTIVE */
812 "DIRECTIVE", "EQUAL", "ID", "DIGITS", "'.'", "','", "'='", "'@'",
1512 case 16: /* command: DIRECTIVE ID */
1728 case 62: /* keyword_as_name: DIRECTIVE */
1730 { (yyval.id_const) = "DIRECTIVE"; }
2217 struct directive
2219 struct directive *next;
2224 static struct directive *directives = 0;
2242 struct directive *d;
2275 printf ("Adding directive %08x `%s'\n", d->name, d->name);
3161 struct directive *d = xmalloc (sizeof (struct directive));
3260 { "DIRECTIVE", DIRECTIVE },