Searched defs:TOKEN (Results 1 – 1 of 1) sorted by relevance
283 #define TOKEN(c) (tokens[(unsigned char)c]) macro286 #define TOKEN(c) ((c == ' ') ? ' ' : tokens[(unsigned char)c]) macro