Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dmksyntax.c45 struct synclass { struct
51 static const struct synclass synclass[] = { argument
77 static const struct synclass is_entry[] = {
126 for (i = 0 ; synclass[i].name ; i++) { in main()
127 sprintf(buf, "#define %s %d", synclass[i].name, i); in main()
131 fprintf(hfile, "/* %s */\n", synclass[i].comment); in main()