Searched refs:itertype (Results 1 – 2 of 2) sorted by relevance
51 struct itertype;54 struct itertype { struct62 const struct itertype *type; argument99 extern const struct itertype * const typedos;100 extern const struct itertype * const typegpt;101 extern const struct itertype * const typeraw;
59 static struct itertype types[] = {71 const struct itertype * const typedos = types;72 const struct itertype * const typegpt = types+1;73 const struct itertype * const typeraw = types+2;