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

/ast/src/cmd/nmake/
H A Dcommand.c65 struct Joblist_s; typedef struct Joblist_s Joblist_t; typedef in typeref:struct:Joblist_s
77 Joblist_t* next; /* next in list */
78 Joblist_t* prev; /* prev in list */
90 Joblist_t* firstjob; /* first job */
91 Joblist_t* lastjob; /* last job */
92 Joblist_t* freejob; /* free jobs */
278 commit(Joblist_t* job, register char* s)
337 push(Joblist_t* job)
377 pop(Joblist_t* job)
414 discard(register Joblist_t* jo
[all...]

Completed in 8 milliseconds