Home
last modified time | relevance | path

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

/dports/audio/cmp3/cmp3-kenrevs/nevlib/
H A Dllist.c23 void (*prnfunc) /* Function pointer to print nodes */ member
530 list->prnfunc = infunc; in ll_prninit()
545 if (list->prnfunc == NULL) { in ll_prncur()
551 (*(list->prnfunc)) (list->current + 1, 1); in ll_prncur()
566 if (list->prnfunc == NULL) { in ll_prnprev()
574 (*(list->prnfunc)) (list->current->prev + 1, 0); in ll_prnprev()
589 if (list->prnfunc == NULL) { in ll_prnnext()
597 (*(list->prnfunc)) (list->current->next + 1, 0); in ll_prnnext()
613 if (list->prnfunc == NULL) { in ll_prnall()
620 (*(list->prnfunc)) (node + 1, 1); in ll_prnall()
[all …]
H A Dllist.h55 void (*prnfunc) (void *node, int iscur));
/dports/misc/birthday/birthday-1.6.2/
H A Dbirthday.h98 typedef int (*prnfunc)(const char *); typedef
106 void liststrings(struct event *evl, prnfunc outf, const struct date *today);
H A Dbdengine.c251 void liststrings(struct event *evl, prnfunc outf, const struct date *today) { in liststrings()
/dports/audio/xmcd/xmcd-3.3.2/cda_d/
H A Dcda.c5234 void (*prnfunc)(word32_t *); member
8052 if (cmd_fmtab[i].prnfunc != NULL) in main()
8053 (*cmd_fmtab[i].prnfunc)(arg1); in main()