Home
last modified time | relevance | path

Searched defs:String (Results 1 – 2 of 2) sorted by relevance

/inferno-os/utils/acid/
H A Dacid.h17 typedef struct String String; typedef
170 struct String struct
172 Gc sgc;
173 char *string;
174 int len;
/inferno-os/include/
H A Dinterp.h62 typedef struct String String; typedef
138 struct String struct
140 int len; /* string length */
141 int max; /* maximum length in representation */
142 char* tmp;
143 union {
148 }data;