Searched defs:typetab (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c102 static char typetab[256] = { variable
2136 switch (typetab[c]) {
2318 switch (typetab[c]) {
3667 ctype = typetab[c];
3672 ctype = typetab[c];
3678 * still use the typetab[].
3681 ctype = typetab[c];
3694 ctype = typetab['\r'];

Completed in 52 milliseconds