Home
last modified time | relevance | path

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

/plan9/sys/src/ape/cmd/pdksh/
H A Deval.c148 typedef struct SubType { struct
154 struct SubType *prev; /* old type */ argument
155 struct SubType *next; /* poped type (to avoid re-allocating) */ argument
156 } SubType; typedef