Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/window/
Dxx.c119 if ((xp = xx_freelist) == 0) in xxalloc()
123 xx_freelist = xp->link; in xxalloc()
136 xp->link = xx_freelist;
137 xx_freelist = xp;
Dxx.h52 struct xx *xx_freelist; variable