Lines Matching refs:FreeInputs
87 static ConnectionInputPtr FreeInputs = (ConnectionInputPtr) NULL;
141 aci->next = FreeInputs;
142 FreeInputs = aci;
149 if ((oci = FreeInputs ) != (ConnectionInputPtr) 0) {
150 FreeInputs = oci->next;
281 aci->next = FreeInputs;
282 FreeInputs = aci;
289 if ((oci = FreeInputs) != (ConnectionInputPtr) 0)
290 FreeInputs = oci->next;
642 if (FreeInputs) {
646 FreeInputs = oci;
671 while ((oci = FreeInputs) != (ConnectionInputPtr) 0) {
672 FreeInputs = oci->next;