Searched refs:grammar_name (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/scripts/ |
D | asn1_compiler.c | 205 static const char *grammar_name; variable 631 grammar_name = strdup(p); in main() 636 p = strchr(grammar_name, '.'); in main() 1306 fprintf(hdr, " * ASN.1 parser for %s\n", grammar_name); in render() 1310 fprintf(hdr, "extern const struct asn1_decoder %s_decoder;\n", grammar_name); in render() 1319 fprintf(out, " * ASN.1 parser for %s\n", grammar_name); in render() 1322 fprintf(out, "#include \"%s.asn1.h\"\n", grammar_name); in render() 1341 fprintf(out, "enum %s_actions {\n", grammar_name); in render() 1345 fprintf(out, "\tNR__%s_actions = %u\n", grammar_name, nr_actions); in render() 1350 grammar_name, grammar_name); in render() [all …]
|