Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dqueue.h433 struct quehead { struct
434 struct quehead *qh_link; argument
435 struct quehead *qh_rlink; argument
443 struct quehead *element = (struct quehead *)a, in insque()
444 *head = (struct quehead *)b; in insque()
455 struct quehead *element = (struct quehead *)a; in remque()