Lines Matching refs:FreeInputs
108 static ConnectionInputPtr FreeInputs = (ConnectionInputPtr) NULL;
219 aci->next = FreeInputs;
220 FreeInputs = aci;
244 if ((oci = FreeInputs)) {
245 FreeInputs = oci->next;
521 if ((oci = FreeInputs))
522 FreeInputs = oci->next;
1031 if (FreeInputs) {
1036 FreeInputs = oci;
1063 while ((oci = FreeInputs)) {
1064 FreeInputs = oci->next;