Searched refs:lastglue (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/lib/libc/stdio/
H A Dfindfp.c81 static struct glue *lastglue = &uglue; variable in typeref:struct:glue
138 SET_GLUE_PTR(lastglue->next, g); /* atomically append glue to list */
139 lastglue = g; /* not atomic; only accessed when locked */
185 SET_GLUE_PTR(lastglue->next, g);
186 lastglue = g;

Completed in 49 milliseconds