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