Searched refs:timehands (Results 1 – 2 of 2) sorted by relevance
101 struct timehands { struct115 struct timehands *th_next; /* next timehand */ argument118 static struct timehands th0;119 static struct timehands th9 = { .th_next = &th0, };120 static struct timehands th8 = { .th_next = &th9, };121 static struct timehands th7 = { .th_next = &th8, };122 static struct timehands th6 = { .th_next = &th7, };123 static struct timehands th5 = { .th_next = &th6, };124 static struct timehands th4 = { .th_next = &th5, };125 static struct timehands th3 = { .th_next = &th4, };[all …]
149 struct timehands *capth;