Home
last modified time | relevance | path

Searched refs:nextq (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/src/
Dedit.c935 char *nextq; in notify_do() local
965 nextq = NULL; in notify_do()
968 nextq = endq + 1; in notify_do()
1004 q = nextq; in notify_do()
/netbsd/src/usr.sbin/syslogd/
Dsyslogd.c2833 dq_t q, nextq; in domark() local
2862 for (q = TAILQ_FIRST(&deadq_head); q != NULL; q = nextq) { in domark()
2863 nextq = TAILQ_NEXT(q, dq_entries); in domark()