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

/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dlexer.c65 #define MAP(c) ((unsigned)c < 128 ? lexmap[(unsigned)c] : 0)
66 static uint lexmap[128]; variable
2866 lexmap[i] |= code;

Completed in 83 milliseconds