Searched refs:funcarg (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/pcictl/
H A Dpcictl.c251 scan_pci(int busarg, int devarg, int funcarg, void (*cb)(u_int, u_int, u_int)) argument
279 if (funcarg == -1) {
286 funcmin = funcmax = funcarg;
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Dexterns1.h205 extern tnode_t *funcarg(tnode_t *, tnode_t *);
H A Dcgram.y1781 $$ = funcarg(NULL, $1);
1784 $$ = funcarg($1, $3);
H A Dtree.c3124 * in funcarg() we have no information about expected argument types.
3127 funcarg(tnode_t *args, tnode_t *arg) function

Completed in 127 milliseconds