Home | History | Annotate | Download | only in src

Lines Matching defs:table

3694     /* A non-ASCII host.  Use CODE to index into a table of the C
3696 all Standard C platforms. This table also includes '$', '@',
3700 static signed char const table[] =
3720 code = code < sizeof table ? table[code] : -1;