Searched defs:Token (Results 1 – 2 of 2) sorted by relevance
238 typedef struct Token Token; typedef639 struct Token { struct640 const char *z; /* Text of the token. Not NULL-terminated! */641 unsigned dyn : 1; /* True for malloced memory, false for static */642 unsigned n : 31; /* Number of characters in this token */
7869 typedef struct Token Token; typedef10122 struct Token { struct10123 const char *z; /* Text of the token. Not NULL-terminated! */10124 unsigned int n; /* Number of characters in this token */
Completed in 332 milliseconds