Home
last modified time | relevance | path

Searched refs: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
172 SubType st_head, *st;
202 st_head.next = (SubType *) 0;
305 SubType *newst;
307 newst = (SubType *) alloc(
308 sizeof(SubType), ATEMP);
309 newst->next = (SubType *) 0;