Home
last modified time | relevance | path

Searched refs:firstball (Results 1 – 1 of 1) sorted by path

/dports/graphics/founts/founts-13/
H A Dfounts.c259 } *balls,*firstball,*activeballs; variable
661 firstball=balls; in initballs()
726 if(!firstball) return 0; in allocball()
727 aball=firstball; in allocball()
728 firstball=firstball->next; in allocball()
734 aball->next=firstball; in freeball()
735 firstball=aball; in freeball()