Searched refs:is_entry (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/bin/sh/
H A Dmksyntax.c88 struct synclass is_entry[] = { variable in typeref:struct:synclass
146 for (i = 0 ; is_entry[i].name ; i++) {
147 sprintf(buf, "#define %s %#o", is_entry[i].name, 1 << i);
151 fprintf(hfile, "/* %s */\n", is_entry[i].comment);

Completed in 100 milliseconds