Home
last modified time | relevance | path

Searched refs:nextfunc (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/usr.bin/sndioctl/
H A Dsndioctl.c42 struct info *nextfunc(struct info *);
150 nextfunc(struct info *i) in nextfunc() function
860 for (g = infolist; g != NULL; g = nextfunc(g)) { in list()
1046 for (g = infolist; g != NULL; g = nextfunc(g)) in main()