cardslot.c | 332 struct cardslot_event *ce1, *ce2; local in function:cardslot_event_thread 334 if ((ce1 = SIMPLEQ_FIRST(&sc->sc_events)) == NULL) { 337 if (ce1->ce_type != antonym_ev[ce->ce_type]) { 340 if ((ce2 = SIMPLEQ_NEXT(ce1, ce_q)) == NULL) { 346 free(ce1, M_TEMP);
|