Searched refs:grammar_name (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/scripts/ |
D | asn1_compiler.c | 204 static const char *grammar_name; variable 598 grammar_name = strdup(p); in main() 603 p = strchr(grammar_name, '.'); in main() 1240 fprintf(hdr, " * ASN.1 parser for %s\n", grammar_name); in render() 1244 fprintf(hdr, "extern const struct asn1_decoder %s_decoder;\n", grammar_name); in render() 1253 fprintf(out, " * ASN.1 parser for %s\n", grammar_name); in render() 1256 fprintf(out, "#include \"%s-asn1.h\"\n", grammar_name); in render() 1275 fprintf(out, "enum %s_actions {\n", grammar_name); in render() 1279 fprintf(out, "\tNR__%s_actions = %u\n", grammar_name, nr_actions); in render() 1284 grammar_name, grammar_name); in render() [all …]
|