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

/ast/src/cmd/jcl/
H A Djcm.c119 Jcmshout_t* shout; member in struct:Jcmjob_s
649 Jcmshout_t* shout; local
880 if (lastshout = job->shout)
886 if (!(shout = newof(0, Jcmshout_t, 1, 0)))
889 lastshout->next = shout;
891 job->shout = shout;
892 lastshout = shout;
893 shout->when = *s++;
894 for (t = shout
[all...]

Completed in 292 milliseconds