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

/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dexterns1.h207 extern tnode_t *funccall(tnode_t *, tnode_t *);
H A Dcgram.y1650 $$ = funccall($1, NULL);
1653 $$ = funccall($1, $3);
H A Dtree.c3140 * All necessary conversions and type checks are done in funccall(), because
3166 funccall(tnode_t *func, tnode_t *args) function
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dread.c94 static void funccall(pos_t *, const char *);
193 funccall(&pos, cp);
267 funccall(pos_t *posp, const char *cp) function

Completed in 114 milliseconds