Searched defs:String (Results 1 – 2 of 2) sorted by relevance
17 typedef struct String String; typedef170 struct String struct172 Gc sgc;173 char *string;174 int len;
62 typedef struct String String; typedef138 struct String struct140 int len; /* string length */141 int max; /* maximum length in representation */142 char* tmp;143 union {148 }data;