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

/ast/src/cmd/nmake/
H A Dcommand.c64 struct Context_s; typedef struct Context_s Context_t; typedef in typeref:struct:Context_s
69 Context_t* next; /* for free list link */
82 Context_t* context; /* job target context */
94 Context_t* freecontext; /* free job context headers */
339 register Context_t* z;
379 register Context_t* z;
416 register Context_t* z;
461 Context_t* z;
468 z = newof(0, Context_t, 1, 0);

Completed in 12 milliseconds