Home
last modified time | relevance | path

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

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