Home
last modified time | relevance | path

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

/third_party/uapp/dash/src/
A Dmksyntax.c46 struct synclass { struct
52 struct synclass synclass[] = { variable
76 struct synclass is_entry[] = {
131 for (i = 0 ; synclass[i].name ; i++) { in main()
132 sprintf(buf, "#define %s %d", synclass[i].name, i); in main()
136 fprintf(hfile, "/* %s */\n", synclass[i].comment); in main()

Completed in 2 milliseconds