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

/ast/src/cmd/tw/
H A Dtw.h147 } Local_t; typedef in typeref:struct:Local_s
183 Local_t* local; /* local struct free list */
H A Dexpr.c206 Local_t* lp;
386 v = (lp = (Local_t*)ftw->local.pointer) ? lp->value[MEMOFFSET(sym->index)] : exzero(sym->type);
599 Local_t* lp;
634 if (!(lp = (Local_t*)ftw->local.pointer))
640 memzero(lp, sizeof(Local_t) + sizeof(Extype_t) * (state.localmem - 1));
642 else if (!(lp = newof(0, Local_t, 1, sizeof(Extype_t) * (state.localmem - 1))))
644 lp = (Local_t*)ftw->local.pointer;
H A Dtw.c532 Local_t* lp;
585 if (state.localmem && (lp = (Local_t*)ftw->local.pointer))
/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...]
/ast/src/lib/libast/port/
H A Dlc.c38 } Local_t; typedef in typeref:struct:Local_s
447 Local_t local[2];

Completed in 23 milliseconds