Searched refs:pq (Results 1 – 1 of 1) sorted by relevance
1188 iheadtype **pq; in append_import() local1191 for (pq = &import_list; *pq != NULL; pq = &(*pq)->next) in append_import()1193 if (strcmp ((*pq)->dllname, dllname) == 0) in append_import()1195 q = *pq; in append_import()1218 *pq = q; in append_import()