Searched refs:c_func (Results 1 – 5 of 5) sorted by relevance
13 int c_func(foo *a);19 friend int c_func(foo *a);26 int c_func(foo *a) { in c_func() function35 c_func(this); in caller()
1310 void (*c_func) __P((void *)); /* routine */ member1334 newp->c_func = func;1370 if (freep->c_func == func && freep->c_arg == arg) {1397 (*p->c_func)(p->c_arg); in calltimeout()
216 func.append(qual + proto.c_func(prefix="vk", attr="VKAPI"))
1197 decl = proto.c_func(prefix="vk", attr="VKAPI")1530 decl = proto.c_func(prefix="vk", attr="VKAPI")
142 def c_func(self, prefix="", attr=""): member in Proto