Searched refs:io_cifpfree (Results 1 – 1 of 1) sorted by relevance
81 static linkedpoint *io_cifpfree; variable2084 io_cifpfree = NIL; in io_inittypes()2091 while (io_cifpfree != NIL) in io_donetypes()2095 temp = io_cifpfree->pnext; in io_donetypes()2096 efree((CHAR *)io_cifpfree); in io_donetypes()2097 io_cifpfree = temp; in io_donetypes()2145 if (io_cifpfree == NIL) in io_getpnode()2149 ans = io_cifpfree; in io_getpnode()2150 io_cifpfree = io_cifpfree->pnext; in io_getpnode()2156 a->pnext = io_cifpfree; in io_freepnode()[all …]