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

/ast/src/cmd/jcl/
H A Djcm.c650 Jcmshout_t* lastshout; local
880 if (lastshout = job->shout)
881 while (lastshout->next)
882 lastshout = lastshout->next;
888 if (lastshout)
889 lastshout->next = shout;
892 lastshout = shout;

Completed in 11 milliseconds