Searched defs:Local_t (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/port/
H A Dlc.c38 } Local_t; typedef in typeref:struct:Local_s
447 Local_t local[2];
/ast/src/cmd/tw/
H A Dtw.h147 } Local_t; typedef in typeref:struct:Local_s
183 Local_t* local; /* local struct free list */
/ast/src/cmd/nmake/
H A Dparse.c82 #define newlocal(x) do{if(x=freelocals)freelocals=x->next;else x=newof(0,Local_t,1,0);}while(0)
84 struct Local_s; typedef struct Local_s Local_t; typedef in typeref:struct:Local_s
91 Local_t* next; /* next in list */
137 Local_t* local; /* local variables */
180 static Local_t* freelocals;
189 register Local_t* lcl;
190 register Local_t* olcl;
250 register Local_t* p;
327 Local_t* p;
2179 Local_t* l
[all...]

Completed in 172 milliseconds