OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SIMPLEQ_FIRST
(Results
1 - 3
of
3
) sorted by relevancy
/src/libexec/httpd/
netbsd_queue.h
79
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/src/external/bsd/ntp/dist/sntp/libevent/compat/sys/
queue.h
233
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
235
#define SIMPLEQ_EMPTY(head) (
SIMPLEQ_FIRST
(head) == SIMPLEQ_END(head))
239
for((var) =
SIMPLEQ_FIRST
(head); \
/src/sys/sys/
queue.h
314
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
Completed in 18 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026