Searched refs:Sys_t (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ss/
H A Dss.c87 } Sys_t; typedef in typeref:struct:__anon219
91 Sys_t** base;
92 Sys_t** end;
93 Sys_t** next;
108 register Sys_t* sp;
113 if (!(state.base = newof(state.base, Sys_t*, n * 2, 0)))
117 if (!(*state.next = newof(0, Sys_t, 1, 0)))
136 register Sys_t* a = (Sys_t*)pa;
137 register Sys_t*
[all...]

Completed in 10 milliseconds