Home
last modified time | relevance | path

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

/dragonfly/bin/sh/
H A Dmksyntax.c59 struct synclass { struct
65 static const struct synclass synclass[] = { variable
91 static const struct synclass is_entry[] = {
140 for (i = 0 ; synclass[i].name ; i++) { in main()
141 sprintf(buf, "#define %s %d", synclass[i].name, i); in main()
145 fprintf(hfile, "/* %s */\n", synclass[i].comment); in main()