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

/ast/src/cmd/nmake/
H A Doption.c313 Oplist_t* lasthidden; /* tail of hidden */ member in struct:Optstate_s
786 if (opt.lasthidden)
787 opt.lasthidden = opt.lasthidden->next = x;
789 opt.hidden = opt.lasthidden = x;

Completed in 39 milliseconds