Lines Matching defs:tkn
1494 struct knote *kn, *tkn;1517 tkn = NULL;1527 tkn = knote_alloc(mflag);1529 tkn = NULL;1634 kn = tkn;1635 tkn = NULL;1666 tkn = kn;1752 knote_free(tkn);2374 struct knote *kn, *tkn;2392 SLIST_FOREACH_SAFE(kn, &list->kl_list, kn_selnext, tkn) {