Searched refs:grammar_name (Results 1 - 1 of 1) sorted by relevance

/linux-master/scripts/
H A Dasn1_compiler.c201 static const char *grammar_name; variable
627 grammar_name = strdup(p);
628 if (!grammar_name) {
632 p = strchr(grammar_name, '.');
1302 fprintf(hdr, " * ASN.1 parser for %s\n", grammar_name);
1306 fprintf(hdr, "extern const struct asn1_decoder %s_decoder;\n", grammar_name);
1315 fprintf(out, " * ASN.1 parser for %s\n", grammar_name);
1318 fprintf(out, "#include \"%s.asn1.h\"\n", grammar_name);
1337 fprintf(out, "enum %s_actions {\n", grammar_name);
1341 fprintf(out, "\tNR__%s_actions = %u\n", grammar_name, nr_action
[all...]

Completed in 102 milliseconds