Symbol: WL
crypto/krb5/src/util/verto/ev.c
1768
WL head;
crypto/krb5/src/util/verto/ev.c
1795
WL head;
crypto/krb5/src/util/verto/ev.c
2043
for (w = (ev_io *)anfd->head; w; w = (ev_io *)((WL)w)->next)
crypto/krb5/src/util/verto/ev.c
2117
for (w = (ev_io *)anfd->head; w; w = (ev_io *)((WL)w)->next)
crypto/krb5/src/util/verto/ev.c
2379
WL head;
crypto/krb5/src/util/verto/ev.c
2579
WL w;
crypto/krb5/src/util/verto/ev.c
2626
static WL childs [EV_PID_HASHSIZE];
crypto/krb5/src/util/verto/ev.c
2641
for (w = (ev_child *)childs [chain & ((EV_PID_HASHSIZE) - 1)]; w; w = (ev_child *)((WL)w)->next)
crypto/krb5/src/util/verto/ev.c
3141
WL w, w2;
crypto/krb5/src/util/verto/ev.c
3214
for (w = (ev_child *)childs [chain & ((EV_PID_HASHSIZE) - 1)]; w; w = (ev_child *)((WL)w)->next)
crypto/krb5/src/util/verto/ev.c
3760
wlist_add (WL *head, WL elem)
crypto/krb5/src/util/verto/ev.c
3767
wlist_del (WL *head, WL elem)
crypto/krb5/src/util/verto/ev.c
3850
wlist_add (&anfds[fd].head, (WL)w);
crypto/krb5/src/util/verto/ev.c
3853
assert (("libev: ev_io_start called with corrupted watcher", ((WL)w)->next != (WL)w));
crypto/krb5/src/util/verto/ev.c
3872
wlist_del (&anfds[w->fd].head, (WL)w);
crypto/krb5/src/util/verto/ev.c
4090
wlist_add (&signals [w->signum - 1].head, (WL)w);
crypto/krb5/src/util/verto/ev.c
4092
if (!((WL)w)->next)
crypto/krb5/src/util/verto/ev.c
4132
wlist_del (&signals [w->signum - 1].head, (WL)w);
crypto/krb5/src/util/verto/ev.c
4176
wlist_add (&childs [w->pid & ((EV_PID_HASHSIZE) - 1)], (WL)w);
crypto/krb5/src/util/verto/ev.c
4190
wlist_del (&childs [w->pid & ((EV_PID_HASHSIZE) - 1)], (WL)w);
crypto/krb5/src/util/verto/ev.c
4282
wlist_add (&fs_hash [w->wd & ((EV_INOTIFY_HASHSIZE) - 1)].head, (WL)w);
crypto/krb5/src/util/verto/ev.c
4301
wlist_del (&fs_hash [slot].head, (WL)w);
crypto/krb5/src/util/verto/ev.c
4316
WL w_;
crypto/krb5/src/util/verto/ev.c
4327
wlist_del (&fs_hash [slot & ((EV_INOTIFY_HASHSIZE) - 1)].head, (WL)w);
crypto/krb5/src/util/verto/ev.c
4421
WL w_ = fs_hash [slot].head;