Searched refs:WorkQ (Results 1 – 1 of 1) sorted by relevance
73 static WORK *WorkQ; /* queue of things to be done */ variable1606 for (n = 0, seqjump = 0; n < skip && WorkQ != NULL; seqjump++)1608 if (WorkQ->w_next != NULL)1610 if (WorkQ->w_host != NULL &&1611 WorkQ->w_next->w_host != NULL)1613 if (sm_strcasecmp(WorkQ->w_host,1614 WorkQ->w_next->w_host) != 0)1619 if ((WorkQ->w_host != NULL &&1620 WorkQ->w_next->w_host == NULL) ||1621 (WorkQ->w_host == NULL &&[all …]